sean_han
02/10/2023, 1:38 AMsean_han
02/10/2023, 1:40 AMWill Da Silva (Arch)
02/10/2023, 1:41 AMWill Da Silva (Arch)
02/10/2023, 1:43 AMsean_han
02/10/2023, 1:44 AMmeltano add transformer dbt-postgres-new --inherit-from dbt-postgres
sean_han
02/10/2023, 1:44 AMLockfile already exists: /Users/.../Workspaces/data_platform/meltano/plugins/files/files-dbt-postgres--meltano.lock
Will Da Silva (Arch)
02/10/2023, 1:45 AMWill Da Silva (Arch)
02/10/2023, 1:46 AMsean_han
02/10/2023, 1:47 AMsean_han
02/10/2023, 1:48 AMWill Da Silva (Arch)
02/10/2023, 1:52 AMWill Da Silva (Arch)
02/10/2023, 1:52 AMWill Da Silva (Arch)
02/10/2023, 1:53 AMsean_han
02/10/2023, 1:56 AMsean_han
02/10/2023, 1:59 AMaaronsteers
02/10/2023, 2:14 AMmeltano add
. The lock file for dbt-postgres
shouldn't need to be in conflict since you are adding dbt-postgres-new
. I'll see if I can reproduce the issue on my side.aaronsteers
02/10/2023, 2:14 AMaaronsteers
02/10/2023, 2:15 AMsean_han
02/10/2023, 2:22 AMedgar_ramirez_mondragon
02/10/2023, 3:48 AMHave you seen this error before?Nope, it’s definitely a bug, in transitive deps plugins it seems
aaron_phethean
02/10/2023, 11:47 AMmeltano run
?
(This is what we do to point to different databases https://www.matatika.com/docs/how-to-guides/import-data/running-your-data-import-locally)
Not sure if your goal is to manage separate dbt project configurations or just point to a different database with everything else the same.sean_han
02/10/2023, 6:40 PMaaronsteers
02/10/2023, 8:07 PM$ meltano add extractor tap-github-2 --inherit-from=tap-github
Added extractor 'tap-github-2' to your Meltano project
Inherit from: tap-github
Repository: <https://github.com/MeltanoLabs/tap-github>
Documentation: <https://hub.meltano.com/extractors/tap-github--meltanolabs>
Installing extractor 'tap-github-2'...
Installed extractor 'tap-github-2'
To learn more about extractor 'tap-github-2', visit <https://hub.meltano.com/extractors/tap-github--meltanolabs>
edgar_ramirez_mondragon
02/10/2023, 8:08 PMaaronsteers
02/10/2023, 8:09 PMaaronsteers
02/10/2023, 8:16 PMcd meltano && rm ./plugins/files/files-dbt-postgres--meltano.lock
). This file will never be needed for files bundles, and is safe to delete.
2. Add fresh as a utility (meltano add utility dbt-postgres
) and then build the second dbt-postgres
instance as inheriting from this one.aaronsteers
02/10/2023, 8:19 PMinit
or initialize
command that handles project scaffolding, installing files, etc. https://docs.meltano.com/guide/advanced-topics#meltano-plugin-typessean_han
02/10/2023, 8:56 PM