Hey everyone - I seem to keep having issues with installing plugins to my meltano project. For insta...
i
Hey everyone - I seem to keep having issues with installing plugins to my meltano project. For instance, Meltano will add the "dbt-snowflake" transformer succesfully to my Meltano.yml, add the "files-dbt-snowflake" lock file, then logs the pip install to the pip log, but then throws the error "File bundle 'files-dbt-snowflake' could not be installed: Failed to install plugin 'files-dbt-snowflake'." at the end of the install. I'm getting similiar behavior with my dagster utility install where it will populate in my meltano.yml and I can configure it - but it throws an error at the end of the install so I can't invoke it. Any thoughts? Doing this out of a python venv and running command prompt as admin.
e
Hi @Ian OLeary! What does your
meltano.yml
look like?
i
without the plugins it looks like this
version: 1
default_environment: dev
project_id: project_id
environments:
- name: dev
- name: staging
- name: prod
e
ok, and so you added
dbt-snowflake
as a transformer rather than a utility, right?
i
yes
and dagster was as a utility
"Link requires a different Python (3.11.5 not in: '>=3.8,<3.11')" This showed up in the pip log for the install of a bunch of packages - should I just wipe my current environment and create a new venv with an earlier version of python?