You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Where
magasin-dagster
is the namespace for thedagster
component within the realmmagasin
Then the package can be setup using
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.
The text was updated successfully, but these errors were encountered: