New
dg
will now report multiple detected errors in a configuration file instead of failing on the first detected error.- It is now possible to supply run config when launching an asset backfill.
- Updated the root URL to display the Overview/Timeline view for locations with schedules/automations, but no jobs (thanks @dschafer!)
- Added
tzdata
as a dependency todagster
, to ensure that declaring timezones likeUS/Central
work in all environments. - [dagster-dg-cli] Updated scaffolded file names to handle consecutive upper case letters (ACMEDatabricksJobComponent → acme_databricks_job_component.py not a_c_m_e_databricks_job_component.py)
- [dagster-dg-cli] Validating
requirements.env
is now opt-in fordg check yaml
. - [dagster-dbt]
DAGSTER_DBT_CLOUD_POLL_INTERVAL
andDAGSTER_DBT_CLOUD_POLL_TIMEOUT
environment variables can now be used to configure the polling interval and timeout for fetching data from dbt Cloud.
Deprecations
- [components] Removed deprecated and non-functional
asset_post_processors
fields fromSlingReplicationCollectionComponent
andAirflowInstanceComponent
.