When different assets within a code location have different PartitionsDefinitions, there will no longer be an implicit asset job __ASSET_JOB_... for each PartitionsDefinition; there will just be one with all the assets. This reduces the time it takes to load code locations with assets with many different PartitionsDefinitions.
[ui] Fixed a collection of broken links pointing to renamed Declarative Automation pages.
[dagster-dbt] Fixed issue preventing usage of MultiPartitionMapping with @dbt_assets (Thanks, @arookieds!)
[dagster-azure] Fixed issue that would cause an error when configuring an AzureBlobComputeLogManager without a secret_key (Thanks, @ion-elgreco and @HynekBlaha!)
Renamed metadata_fn to typecheck_metadata_fn in all runtime type creation APIs.
Renamed result_value and result_values to output_value and output_values on
SolidExecutionResult
Dagstermill: Reworked public API now contains only define_dagstermill_solid, get_context,
yield_event, yield_result, DagstermillExecutionContext, DagstermillError, and
DagstermillExecutionError. Please see the new
guide
for details.
Bug fixes, including failures for some dagster CLI invocations and incorrect handling of Airflow
timestamps.