visch
08/20/2024, 4:39 PMalembic:upgrade
for example
- name: data_2_csv
tasks:
- alembic:upgrade dbt:drop_source_ad dbt:drop_source_bamboohr
tap-bamboohr target-postgres
Our task is a bit longer than this but just wanted to illustrate the point. I'm guessing dbt tasks would fail too then?visch
08/20/2024, 4:39 PMEdgar RamÃrez (Arch.dev)
08/20/2024, 4:58 PMvisch
08/20/2024, 6:04 PMvisch
08/20/2024, 6:09 PMvisch
08/20/2024, 6:17 PMautoidm-transform-py3.10visch@DESKTOP-9BDPA9T:~/git/beci$ meltano run data_2_csv_netsuite
2024-08-20T16:34:22.224009Z [info ] Environment 'dev' is active
2024-08-20T16:34:24.100249Z [error ] Block run completed. block_type=InvokerCommand err=RunnerError("Cannot start plugin: Executable 'alembic' could not be found. Utility 'alembic' may not have been installed yet using `meltano install utility alembic`, or the executable name may be incorrect.") exit_codes={} set_number=0 success=False
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Run invocation could not be completed as block failed: Cannot start plugin: Executable 'alembic' could not be found. Utility 'alembic' may not have been installed yet using `meltano install utility alembic`, or the executable name may be incorrect.
After I removed .meltano
and reran everything my alembic utility installs fine. No ideaEdgar RamÃrez (Arch.dev)
08/20/2024, 6:18 PMvisch
08/20/2024, 6:19 PMEdgar RamÃrez (Arch.dev)
08/20/2024, 6:20 PMrm -rdf .meltano
is our "have you tried turning it off and on again?" ig 😅visch
08/20/2024, 6:21 PM