1.13.0 (core) / 0.29.0 (libraries)
dg api commands for programmatic inspection of assets, runs, jobs, schedules, and more.is_virtual parameter on @asset and AssetSpec for modeling assets like database views that automatically reflect upstream changes without explicit materialization.external_asset_from_spec and external_assets_from_specs. Use AssetSpec inputs directly to Definitions(...) or AssetsDefinition(specs=[...]) instead.AssetKey deps argument support from asset dependencies. Use a sequence of AssetDep objects instead.get_all_asset_specs from Definitions.legacy_freshness_policy parameter from @observable_source_asset.auto_observe_interval_minutes parameter from @observable_source_asset.legacy_freshness_policies_by_output_name parameter from AssetsDefinition.load_component_at_path from ComponentLoadContext. Use context.load_component instead.build_defs_at_path from ComponentLoadContext.AirbyteState enum (use AirbyteJobStatusType instead) and removed deprecated legacy_freshness_policy and auto_materialize_policy parameters from build_airbyte_assets().DagsterLookerResource.build_defs, get_asset_key, get_dashboard_asset_key, get_explore_asset_key, get_view_asset_key methods, and Type[DagsterLookerApiTranslator] support from API helpers.PowerBIWorkspace.build_defs(), translator key helpers (use get_asset_spec() instead), and Type[DagsterPowerBITranslator] support in load_powerbi_asset_specs() (pass an instance instead).SigmaOrganization.build_defs(), DagsterSigmaTranslator.get_asset_key() (use get_asset_spec(...).key instead), and Type[DagsterSigmaTranslator] support in load_sigma_asset_specs() (pass an instance instead).@asset decorator and AssetSpec now accept an is_virtual parameter for defining assets that represent views or derived tables that don't need to be materialized. Virtual assets are supported in staleness calculations, execution planning, and declarative automation.enable_dbt_views_as_virtual_assets setting to DbtTranslatorSettings for automatically treating dbt views as virtual assets.run_tags and specifying an asset_selection in the RunRequest would not apply the job's run_tags to the resulting run.None fields.dg plus deploy configure generating a GitHub Action that used Docker instead of the PEX build strategy.ansi-to-react library update.members.value eq queries.DAGSTER_CLOUD_RAW_GIT_URL and DAGSTER_CLOUD_GIT_URL environment variables when onlyAllowUserDefinedK8sConfigFields was set.Fetched April 11, 2026