diff --git a/python_modules/libraries/dagster-powerbi/dagster_powerbi/assets.py b/python_modules/libraries/dagster-powerbi/dagster_powerbi/assets.py index 3628b6d9aecd8..94b01cccafe06 100644 --- a/python_modules/libraries/dagster-powerbi/dagster_powerbi/assets.py +++ b/python_modules/libraries/dagster-powerbi/dagster_powerbi/assets.py @@ -4,6 +4,7 @@ _check as check, multi_asset, ) +from dagster._annotations import experimental from dagster._core.definitions.asset_spec import AssetSpec from dagster._core.definitions.assets import AssetsDefinition from dagster._core.execution.context.asset_execution_context import AssetExecutionContext @@ -12,6 +13,7 @@ from dagster_powerbi.translator import PowerBIMetadataSet, PowerBITagSet +@experimental def build_semantic_model_refresh_asset_definition( resource_key: str, spec: AssetSpec ) -> AssetsDefinition: