active:false Assets
Behavior Summary
When an asset is configured with active: false, the asset remains visible and registered in the Dagster workspace, but no automation condition or automatic trigger is applied. The asset is effectively disabled from automated orchestration workflows.
Resolution
If an asset is expected to run automatically but remains inactive:
-
Open the asset configuration file.
-
Locate the
activeproperty. -
Verify whether the asset is configured with:
Inactive Assetactive: false -
Change the configuration to:
Activating Assetactive: true -
Save the configuration file.
-
Reload the Dagster workspace or restart the orchestrator services.