| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sha256.sum | 2025-12-04 | 411 Bytes | |
| create-dagster-installer.sh | 2025-12-04 | 47.3 kB | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz.sha256 | 2025-12-04 | 114 Bytes | |
| create-dagster-x86_64-unknown-linux-gnu.tar.xz | 2025-12-04 | 128.7 MB | |
| create-dagster-x86_64-apple-darwin.tar.xz.sha256 | 2025-12-04 | 109 Bytes | |
| create-dagster-x86_64-apple-darwin.tar.xz | 2025-12-04 | 45.8 MB | |
| create-dagster-aarch64-apple-darwin.tar.xz.sha256 | 2025-12-04 | 110 Bytes | |
| create-dagster-aarch64-apple-darwin.tar.xz | 2025-12-04 | 45.8 MB | |
| 1.12.4 (core) _ 0.28.4 (libraries) source code.tar.gz | 2025-12-04 | 193.9 MB | |
| 1.12.4 (core) _ 0.28.4 (libraries) source code.zip | 2025-12-04 | 200.8 MB | |
| README.md | 2025-12-04 | 2.0 kB | |
| Totals: 11 Items | 615.1 MB | 0 | |
New
- CI workflows for Gitlab projects can now be scaffolded using
dg plus deploy configure. - "/" characters are now allowed in concurrency pool names.
- Pod wait timeout for K8sPipeClient can now be specified (Thanks, @abhinavDhulipala!)
- New
kindtag icon for Zendesk (Thanks, @kporter13!) - [dagster-tableau] Added
enable_embedded_datasource_refreshandenable_published_datsource_refreshoptions to theTableauComponent, which allow creating materializable assets for the associated datasource types.
Bugfixes
- Fixed an issue where passing in JSON serializable enums to JsonMetadataValue would sometimes result in an error.
- Fixed an issue that would cause
SensorDefinitionsubclasses (e.g.AutomationConditionSensorDefinition,RunStatusSensorDefinition) to be converted to having the wrongsensor_typeproperty when produced from aComponent. - Fixed an issue where the
Flowerconfig map was included in the Helm chart even whenFlowerwas disabled (Thanks, @LoHertel!) - [dagster-dbt] Fixed a
FileExistsErroron Windows when reloadingdbtproject definitions by ensuring the local project directory creation handles pre-existing directories (Thanks, @Jongwan93!) - [dagster-tableau] Fixed a KeyError that occurred when using
workbook_selector_fnto filter assets. Now dependencies are only accessed if they exist in the workspace data. (Thanks, @miriamcastel!) - [dagster-tableau] Fixed an issue where
workbook_selector_fnwas only applied to the first 100 workbooks. - [dagster-tableau] The workbook is now part of the asset key prefix to avoid naming collisions.
- [dagster-tableau] Fixed an issue where workbook names with dots
.were improperly handled.
Documentation
- Updated
dagster-icebergdocs to include recently-added features. (Thanks, @zyd14!)