Skip to content

Commit 80c3367

Browse files
Fix stack
1 parent 7886107 commit 80c3367

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

docs/content/api/modules.json.gz

-563 Bytes
Binary file not shown.

docs/content/api/searchindex.json.gz

54 Bytes
Binary file not shown.

docs/content/api/sections.json.gz

271 Bytes
Binary file not shown.

docs/next/public/objects.inv

14 Bytes
Binary file not shown.

python_modules/libraries/dagster-fivetran/dagster_fivetran/resources.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
get_dagster_logger,
2222
resource,
2323
)
24-
from dagster._annotations import experimental
24+
from dagster._annotations import experimental, public
2525
from dagster._config.pythonic_config import ConfigurableResource
2626
from dagster._core.definitions.asset_spec import AssetSpec
2727
from dagster._core.definitions.definitions_load_context import StateBackedDefinitionsLoader
@@ -1013,6 +1013,8 @@ def _generate_materialization(
10131013
},
10141014
)
10151015

1016+
@public
1017+
@experimental
10161018
def sync_and_poll(
10171019
self, context: AssetExecutionContext
10181020
) -> FivetranEventIterator[Union[AssetMaterialization, MaterializeResult]]:

0 commit comments

Comments
 (0)