D

Dagster

D
Dagster Dev Tools v1.13.16

1.13.16 (core) / 0.29.16 (libraries)

New Declarative Automation can now automate jobs, available as a preview feature. Pass an automation_condition to define_asset_job — wrapping an asset-level condition with AutomationCondition.any_job_root_assets_match or AutomationCondition.all_job_root_assets_match — to launch a single run of the job when the condition becomes true. Evaluation history is viewable in the new Automation tab on job…

D
Dagster Dev Tools v1.13.15

1.13.15 (core) / 0.29.15 (libraries)

New [dagster-snowflake] Added the SnowflakeDbtProjectComponent (Preview) for natively orchestrating dbt projects on Snowflake. Documentation Added documentation for the Dagster MCP server.

D
Dagster Dev Tools v1.13.14

1.13.14 (core) / 0.29.14 (libraries)

Bugfixes Fixed a 401 error from the serverless I/O manager when materializing assets in an organization with more than one full deployment. Fixed a 400 error from the serverless I/O manager when materializing assets whose storage keys contain special characters.

D
Dagster Dev Tools v1.13.13

1.13.13 (core) / 0.29.13 (libraries)

New [ui] The asset launch dialog now automatically expands the warnings section when alerts are present. Bugfixes Fixed an issue where a fresh installation of dagster could resolve an incompatible version of grpcio-health-checking, breaking code server imports due to a protobuf version conflict. [ui] Fixed an error that occurred when viewing tick details for declarative automation runs.

D
Dagster Dev Tools v1.13.12

1.13.12 (core) / 0.29.12 (libraries)

New [ui] Improved the performance of the runs feed for runs that target large numbers of assets and asset checks. The feed now fetches a bounded preview of the selection and loads the full lists on demand. [dagster-aws] Added a dashboard_refresh_interval parameter to PipesEMRServerlessClient and increased its default so that Spark UI URLs are no longer invalidated prematurely during a run. (Thanks…

D
Dagster Dev Tools v1.13.11

1.13.11 (core) / 0.29.11 (libraries)

New [ui] The asset catalog page now renders as a single virtualized list, so workspaces with many asset groups or code locations no longer freeze the UI when expanding those sections. [dagster-dbt] Added a new "insights" option to DbtProjectComponent's include_metadata field, enabling Dagster+ Insights tracking from YAML config. [dagster-graphql] Added an optional limit argument and new assetSelec…

D
Dagster Dev Tools v1.13.10

1.13.10 (core) / 0.29.10 (libraries)

Bugfixes Fixed a bug where DagsterInstance.get_latest_materialization_event (and get_asset_records) could return a stale pre-wipe materialization for a wiped asset once a new run targeting the asset started or an observation was reported. In Dagster+, fixed the analogous bug where wiping partitions could leave the wiped partition's materialization as the asset's latest materialization. Fixed an is…

D
Dagster Dev Tools v1.13.9

1.13.9 (core) / 0.29.9 (libraries)

New Asset group names may now contain / separators to define hierarchical groups (e.g. marketing/ads). Hierarchical groups can be selected with wildcards in asset selections (e.g. group:"marketing/*") and are rendered as nested groups in the asset graph. Added an is: filter to the asset selection syntax and search filters to select assets by type (e.g. is:external, is:materializable). [dg] DG_PROJ…

D
Dagster Dev Tools v1.13.8

1.13.8 (core) / 0.29.8 (libraries)

New Special characters are now allowed in team owners for jobs, schedules, and sensors. (Thanks, @dragos-pop!) Added kinds tags and icons for Microsoft Fabric and OneLake. (Thanks, @MartyP233!) The BigQuery, Snowflake, and DuckDB I/O managers now skip the table write when an asset returns an empty DataFrame, logging a warning instead. This prevents incorrect type inference and degenerate tables fo…

D
Dagster Dev Tools v1.13.7

1.13.7 (core) / 0.29.7 (libraries)

New Added an owners parameter to build_schedule_from_partitioned_job to set owners on the resulting schedule. (Thanks, @dragos-pop!) [dagster-airlift] Added support for Python 3.12, 3.13, and 3.14. [dagster-fivetran] The Fivetran component now supports a fetch_column_metadata option to fetch column-level metadata for synced tables. [dagster-k8s] When includeConfigInLaunchedRuns.enabled is set in t…

D
Dagster Dev Tools v1.13.6

1.13.6 (core) / 0.29.6 (libraries)

New Schedule, sensor, and asset daemon ticks now dispatch instigators round-robin across code locations, preventing a single code location with many instigators from delaying launches in other code locations. Added dg api run launch command for launching runs from the CLI against the Dagster+ API. Improved declarative automation performance for assets sharing the same cron schedule. [ui] The asset…

D
Dagster Dev Tools v1.13.5

1.13.5 (core) / 0.29.5 (libraries)

New Added kinds tags for Alteryx, Boomi, and SAP. Raised the SQLite busy_timeout default from 5s to 30s on SqliteEventLogStorage and ConsolidatedSqliteEventLogStorage to better tolerate slow or network-backed $DAGSTER_HOME filesystems. [ui] Removed the "Scheduled" tab from the runs feed. [ui] The sensor tick timeline now shows more ticks on the newest page, matching the list of ticks shown in the…

D
Dagster Dev Tools v1.13.4

1.13.4 (core) / 0.29.4 (libraries)

New typing.Mapping and typing.Sequence annotations are now supported on op and asset inputs. Added a path_prefix parameter to DagsterGraphQLClient to support connecting to webserver deployments behind a non-root path prefix. Added a storage_kind field to TableMetadataSet to denote the storage system that backs a table (e.g., snowflake, databricks, bigquery). define_asset_job now validates owner st…

D
Dagster Dev Tools v1.13.3

1.13.3 (core) / 0.29.3 (libraries)

New Added an owners parameter to define_asset_job, mirroring the field on regular jobs. Improved error messages when required config is missing in Dagster jobs, with clearer guidance on which fields are missing and example config to provide. LOGS_CAPTURED event messages no longer say "Started capturing logs", since compute log managers typically upload logs on completion rather than streaming in r…

D
Dagster Dev Tools v1.13.2

1.13.2 (core) / 0.29.2 (libraries)

New [ui] Users can now hold Cmd or Ctrl while clicking launch, materialize, re-execute, or retry buttons to open the resulting run in a new browser tab instead of navigating away from the current page. [ui] Added an Azure DevOps kind tag icon for assets tagged with the azuredevops kind. [dg] The dg utils integrations sub-command has been removed. [dagster-databricks] DatabricksClientResource now a…