From b543a1deb37d8dc8cf2428da99ce723ff9db51e9 Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:10:37 -0400 Subject: [PATCH] [dagster-tableau] Make new Power BI semantic model refresh fn experimental (#25599) ## Summary & Motivation See [comment](https://github.com/dagster-io/dagster/pull/25591#pullrequestreview-2402076112) in #25591 --- .../libraries/dagster-powerbi/dagster_powerbi/assets.py | 2 ++ 1 file changed, 2 insertions(+) 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: