emcp
10/17/2022, 3:50 PMdbt-duckdb .. but it seems confused
I've successfully done meltano add transform dbt-duckdb .. checked the file area and removed the old legacy dbt-postgresql files that I found there.. BUT still seeing meltano looking for the original dbt .. any ideas?emcp
10/17/2022, 3:51 PM2022-10-17T15:44:56.755088Z [error ] Plugin 'Transformer 'dbt' not found.
Use of the legacy 'dbt' Transformer is deprecated in favor of new adapter specific implementations (e.g. 'dbt-snowflake') compatible with the 'meltano run ...' command.
<https://docs.meltano.com/guide/transformation>
To continue using the legacy 'dbt' Transformer, add it to your Project using 'meltano add transformer dbt'.' is not known to Meltano
Traceback (most recent call last):
File "/home/ubuntu/.local/pipx/venvs/meltano/lib/python3.10/site-packages/meltano/core/project_plugins_service.py", line 303, in get_plugin
plugin = next(
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/ubuntu/.local/pipx/venvs/meltano/lib/python3.10/site-packages/meltano/core/elt_context.py", line 409, in plugin_context
plugin = self.plugins_service.get_plugin(plugin_ref)
File "/home/ubuntu/.local/pipx/venvs/meltano/lib/python3.10/site-packages/meltano/core/project_plugins_service.py", line 311, in get_plugin
raise PluginNotFoundError(plugin_ref) from stop
meltano.core.plugin.error.PluginNotFoundError: Transformer 'dbt' is not known to Meltano
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/ubuntu/.local/pipx/venvs/meltano/lib/python3.10/site-packages/meltano/core/logging/output_logger.py", line 201, in redirect_logging
yield
File "/home/ubuntu/.local/pipx/venvs/meltano/lib/python3.10/site-packages/meltano/cli/elt.py", line 255, in _redirect_output
yield
File "/home/ubuntu/.local/pipx/venvs/meltano/lib/python3.10/site-packages/meltano/cli/elt.py", line 269, in _run_elt
elt_context = context_builder.context()
File "/home/ubuntu/.local/pipx/venvs/meltano/lib/python3.10/site-packages/meltano/core/elt_context.py", line 480, in context
transformer = self.plugin_context(
File "/home/ubuntu/.local/pipx/venvs/meltano/lib/python3.10/site-packages/meltano/core/elt_context.py", line 412, in plugin_context
raise PluginNotFoundError(
meltano.core.plugin.error.PluginNotFoundError: Plugin 'Transformer 'dbt' not found.
Use of the legacy 'dbt' Transformer is deprecated in favor of new adapter specific implementations (e.g. 'dbt-snowflake') compatible with the 'meltano run ...' command.
<https://docs.meltano.com/guide/transformation>
To continue using the legacy 'dbt' Transformer, add it to your Project using 'meltano add transformer dbt'.' is not known to Meltanoemcp
10/17/2022, 3:52 PMmeltano.yaml
transformers:
- name: dbt-duckdb
variant: jwills
pip_url: dbt-core~=1.2.0 dbt-duckdb~=1.2.0
no other transformers exist in the yamlemcp
10/17/2022, 3:52 PMschedules:
- name: ibkr-to-postgres-tickers
interval: '@once'
extractor: tap-ibkr-tickers
loader: target-parquet
transform: runtaylor
10/17/2022, 3:53 PMmeltano elt which requires the older full dbt plugin. The GUI does not support meltano run which is what the adapter specific plugins are meant for.emcp
10/17/2022, 3:53 PMtransform/dbt_project.yml is dropping in the "old" path (I seem to recall this last time I started migrating to v2.xemcp
10/17/2022, 3:54 PMemcp
10/17/2022, 3:55 PMemcp
10/17/2022, 4:03 PMemcp
10/17/2022, 4:04 PMtaylor
10/17/2022, 4:05 PMemcp
10/17/2022, 4:14 PM--interactiveemcp
10/17/2022, 4:14 PM