Klein Etienne
02/26/2024, 4:24 PM[...]
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
error: subprocess-exited-with-error
à Preparing metadata (pyproject.toml) did not run successfully.
â exit code: 1
â°â> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (pyproject.toml): finished with status 'error'
error: metadata-generation-failed
à Encountered error while generating package metadata.
â°â> See above for output.
Athough the install failed, I can successfully run:
meltano config dbt-postgres set --interactive
But then:
meltano invoke dbt-postgres:initialize fails with the error message:
Environment 'dev' is active
`2024-02-26T160712.821906Z [warning ] kind: password
is deprecated for setting definitions in favour of sensitive: true
, and is currently in use by the following settings of utility 'dbt-postgres': 'password'. Please open an issue or pull request to update the plugin definition on Meltano Hub at https://github.com/meltano/hub/blob/main/_data/meltano/utilities/dbt-postgres/dbt-labs.yml.`
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
`Executable 'dbt_invoker' could not be found. Utility 'dbt-postgres' may not have been installed yet using meltano install utility dbt-postgres
, or the executable name may be incorrect.`
Thanks in advance for any help !Edgar Ramírez (Arch.dev)
02/26/2024, 6:17 PMKlein Etienne
02/27/2024, 8:11 AMEdgar Ramírez (Arch.dev)
02/27/2024, 4:12 PMdbt clean
issue is known unfortunately: https://github.com/meltano/meltano/issues/8391