We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40057f9 commit b4ebcedCopy full SHA for b4ebced
python_modules/libraries/dagster-airbyte/dagster_airbyte/resources.py
@@ -1258,6 +1258,7 @@ def _generate_materialization(
1258
metadata=stream_asset_spec.metadata,
1259
)
1260
1261
+ @experimental
1262
def sync_and_poll(self, context: AssetExecutionContext):
1263
"""Executes a sync and poll process to materialize Airbyte Cloud assets.
1264
This method can only be used in the context of an asset execution.
0 commit comments