原戸大輔
09/11/2024, 2:16 AMloaders:
- name: target-snowflake
variant: singer-io
pip_url: git+<https://github.com/singer-io/target-snowflake.git>
config:
account: "{ACCOUNT}"
user: "{USER}"
password: "{PASSWORD}"
database: "{DATABASE}"
schema: "{SCHEMA}"
warehouse: "{WAREHOUSE}"
Despite installing the loader using meltano add loader target-snowflake and confirming it is installed, when I attempt to run the ELT pipeline with:
meltano elt tap-slack target-snowflake
I receive the following error:
Loader 'target-snowflake' is not known to Meltano. Try running `meltano lock --update --all` to ensure your plugins are up to date.
Could you please advise on how I can proceed to get the target-snowflake loader recognized correctly in Meltano?Edgar Ramírez (Arch.dev)
09/11/2024, 3:19 AMmeltano remove loader target-snowflake
meltano add loader target-snowflake