Skip to content

Commit b4ebced

Browse files
Mark sync_and_poll as experimental
1 parent 40057f9 commit b4ebced

File tree

1 file changed

+1
-0
lines changed
  • python_modules/libraries/dagster-airbyte/dagster_airbyte

1 file changed

+1
-0
lines changed

python_modules/libraries/dagster-airbyte/dagster_airbyte/resources.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,7 @@ def _generate_materialization(
12581258
metadata=stream_asset_spec.metadata,
12591259
)
12601260

1261+
@experimental
12611262
def sync_and_poll(self, context: AssetExecutionContext):
12621263
"""Executes a sync and poll process to materialize Airbyte Cloud assets.
12631264
This method can only be used in the context of an asset execution.

0 commit comments

Comments
 (0)