github dagster-io/dagster 1.12.4
1.12.4 (core) / 0.28.4 (libraries)

3 hours ago

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 kind tag icon for Zendesk (Thanks, @kporter13!)
  • [dagster-tableau] Added enable_embedded_datasource_refresh and enable_published_datsource_refresh options to the TableauComponent, 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 SensorDefinition subclasses (e.g. AutomationConditionSensorDefinition, RunStatusSensorDefinition) to be converted to having the wrong sensor_type property when produced from a Component.
  • Fixed an issue where the Flower config map was included in the Helm chart even when Flower was disabled (Thanks, @LoHertel!)
  • [dagster-dbt] Fixed a FileExistsError on Windows when reloading dbt project 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_fn to filter assets. Now dependencies are only accessed if they exist in the workspace data. (Thanks, @miriamcastel!)
  • [dagster-tableau] Fixed an issue where workbook_selector_fn was 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-iceberg docs to include recently-added features. (Thanks, @zyd14!)

Don't miss a new dagster release

NewReleases is sending notifications on new releases.