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

Install dagster within the installer #24

Open
merlos opened this issue Jan 31, 2024 · 0 comments
Open

Install dagster within the installer #24

merlos opened this issue Jan 31, 2024 · 0 comments

Comments

@merlos
Copy link
Member

merlos commented Jan 31, 2024

Dagster is a very agile product and the newer versions may not be compatible with the older ones. To ensure that the correct version of dagster is installed this can be somehow managed by the setup.

The version can be obtained by running

helm list --all-namespaces | grep magasin-dagster | awk '{print $10}'

Where magasin-dagster is the namespace for the dagster component within the realm magasin

Then the package can be setup using

pip install dagster==<version>

Alternatively, dagster could be a dependency within the setup.py of the CLI. So that by installing the mag client it is also installed dagster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant