Skip to content

Commit

Permalink
[dagster-tableau] Make new Power BI semantic model refresh fn experim…
Browse files Browse the repository at this point in the history
…ental (#25599)

## Summary & Motivation

See
[comment](#25591 (review))
in #25591
  • Loading branch information
maximearmstrong authored Oct 29, 2024
1 parent 42f5163 commit b543a1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit b543a1d

Please sign in to comment.