Skip to content

Commit

Permalink
Fix stack
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 20, 2024
1 parent 7886107 commit 80c3367
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
Binary file modified docs/content/api/modules.json.gz
Binary file not shown.
Binary file modified docs/content/api/searchindex.json.gz
Binary file not shown.
Binary file modified docs/content/api/sections.json.gz
Binary file not shown.
Binary file modified docs/next/public/objects.inv
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
get_dagster_logger,
resource,
)
from dagster._annotations import experimental
from dagster._annotations import experimental, public
from dagster._config.pythonic_config import ConfigurableResource
from dagster._core.definitions.asset_spec import AssetSpec
from dagster._core.definitions.definitions_load_context import StateBackedDefinitionsLoader
Expand Down Expand Up @@ -1013,6 +1013,8 @@ def _generate_materialization(
},
)

@public
@experimental
def sync_and_poll(
self, context: AssetExecutionContext
) -> FivetranEventIterator[Union[AssetMaterialization, MaterializeResult]]:
Expand Down

0 comments on commit 80c3367

Please sign in to comment.