Skip to content

Commit

Permalink
[dagster-tableau] Make new Tableau APIs experimental (dagster-io#25589)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Make `load_tableau_asset_specs` and
`build_tableau_executable_assets_definition` experimental before
releasing to 1.9
  • Loading branch information
maximearmstrong authored Oct 28, 2024
1 parent 2704fab commit 1dfb453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
Output,
multi_asset,
)
from dagster._annotations import experimental

from dagster_tableau.resources import BaseTableauWorkspace


@experimental
def build_tableau_executable_assets_definition(
resource_key: str,
specs: Sequence[AssetSpec],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ def build_defs(
)


@experimental
def load_tableau_asset_specs(
workspace: BaseTableauWorkspace,
dagster_tableau_translator: Type[DagsterTableauTranslator] = DagsterTableauTranslator,
Expand Down

0 comments on commit 1dfb453

Please sign in to comment.