Aoi Ghost
05/31/2024, 3:13 PMEdgar Ramírez (Arch.dev)
05/31/2024, 3:46 PMAoi Ghost
05/31/2024, 3:48 PMEdgar Ramírez (Arch.dev)
05/31/2024, 3:49 PMmeltano lock --update --all
and then retry that command?Aoi Ghost
05/31/2024, 3:49 PMEdgar Ramírez (Arch.dev)
05/31/2024, 4:15 PMmeltano install
does it succeed?Aoi Ghost
05/31/2024, 4:18 PMEdgar Ramírez (Arch.dev)
05/31/2024, 4:55 PMpip_url
of the dbt-postgres
plugin to:
pip_url: dbt-core dbt-postgres<1.8 git+<https://github.com/meltano/dbt-ext.git@main>
See also https://meltano.slack.com/archives/C069CQNHDNF/p1716970325532189.Aoi Ghost
05/31/2024, 5:00 PMAoi Ghost
05/31/2024, 5:00 PMdbt clean
...
Usage: dbt clean [OPTIONS]
Try 'dbt clean -h' for help.
Error: Invalid value for '--profiles-dir': Path '/home/aoi/my-new-project/transform/profiles/postgres' does not exist.
error invoking dbt clean error_message=pre invoke step of dbt clean
failed returncode=2Edgar Ramírez (Arch.dev)
05/31/2024, 5:01 PMAoi Ghost
05/31/2024, 5:05 PMdbt clean
...
170446 [WARNING]: Deprecated functionality
User config should be moved from the 'config' key in profiles.yml to the 'flags' key in dbt_project.yml.
170446 Running with dbt=1.7.15
170446 [WARNING]: Deprecated functionality
The target-path
config in dbt_project.yml
has been deprecated, and will no
longer be supported in a future version of dbt-core. If you wish to write dbt
artifacts to a custom directory, please use the --target-path CLI flag or
DBT_TARGET_PATH env var instead.
170446 Encountered an error:
Runtime Error
dbt will not clean the following directories outside the project: ['/home/aoi/my-new-project/.meltano/transformers/dbt/target']
error invoking dbt clean error_message=pre invoke step of dbt clean
failed returncode=2Aoi Ghost
05/31/2024, 5:05 PMAoi Ghost
05/31/2024, 5:06 PMEdgar Ramírez (Arch.dev)
05/31/2024, 5:34 PMDBT_CLEAN_PROJECT_FILES_ONLY=false
in your environment?Aoi Ghost
05/31/2024, 5:40 PMdbt clean
...
173909 [WARNING]: Deprecated functionality
User config should be moved from the 'config' key in profiles.yml to the 'flags' key in dbt_project.yml.
173909 Running with dbt=1.7.15
173909 [WARNING]: Deprecated functionality
The target-path
config in dbt_project.yml
has been deprecated, and will no
longer be supported in a future version of dbt-core. If you wish to write dbt
artifacts to a custom directory, please use the --target-path CLI flag or
DBT_TARGET_PATH env var instead.
173909 Encountered an error:
Runtime Error
dbt will not clean the following directories outside the project: ['/home/aoi/my-new-project/.meltano/transformers/dbt/target']
error invoking dbt clean error_message=pre invoke step of dbt clean
failed returncode=2Aoi Ghost
05/31/2024, 5:40 PMEdgar Ramírez (Arch.dev)
05/31/2024, 5:41 PMAoi Ghost
05/31/2024, 5:42 PMEdgar Ramírez (Arch.dev)
05/31/2024, 5:43 PMexport DBT_CLEAN_PROJECT_FILES_ONLY=false
Aoi Ghost
05/31/2024, 5:44 PMAoi Ghost
05/31/2024, 5:44 PMAoi Ghost
05/31/2024, 5:44 PMAoi Ghost
05/31/2024, 5:45 PMAoi Ghost
05/31/2024, 5:45 PMEdgar Ramírez (Arch.dev)
05/31/2024, 5:53 PM