Community Contributions
- Reduced image size of
k8s-example
by 25% (104 MB) (thanks @alex-treebeard and @mrdavidlaing!) - [dagster-snowflake]
snowflake_resource
can now be configured to use the SQLAlchemy connector (thanks @basilvetas!)
New
- When setting
userDeployments.deployments
in the Helm chart,replicaCount
now defaults to 1 if not specified.
Bugfixes
- Fixed an issue where the Dagster daemon process couldn’t launch runs in repository locations containing more than one repository.
- Fixed an issue where Helm chart was not correctly templating
env
,envConfigMaps
, andenvSecrets
.
Documentation
- Added new troubleshooting guide for problems encountered while using the
QueuedRunCoordinator
to limit run concurrency. - Added documentation for the sensor command-line interface.