Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(resource): use meltano_bin param #55

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

tomtomau
Copy link
Contributor

I've been having a lot of trouble trying to get meltano running in a dagster code location as a package
i.e.

load_from:
  - python_package:
      package_name: dag_meltano
      executable_path: dag/meltano/.venv/bin/python

I kept butting up against #53, which seems like meltano isn't installed in the virtualenv, but I can confirm it definitely is in my package's virtualenv 🤔

I wanted to specify the meltano bin manually and noticed this was already here, but did nothing? So I think this is somewhat productive and I'm hoping I can use this to specify the path directly to the bin

@JulesHuisman JulesHuisman linked an issue Oct 29, 2024 that may be closed by this pull request
@JulesHuisman JulesHuisman merged commit b65451c into quantile-development:master Oct 29, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileNotFoundError: [Errno 2] No such file or directory: 'meltano'
2 participants