Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 19, 2024
1 parent 763edd5 commit 9b0e0ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1259,11 +1259,11 @@ def _generate_materialization(

def sync_and_poll(self, context: AssetExecutionContext):
"""Executes a sync and poll process to materialize Airbyte Cloud assets.
This method can only be used in the context of an asset execution.
Args:
context (AssetExecutionContext): The execution context
from within `@airbyte_assets`. If an AssetExecutionContext is passed,
its underlying OpExecutionContext will be used.
from within `@airbyte_assets`.
Returns:
Iterator[Union[AssetMaterialization, MaterializeResult]]: An iterator of MaterializeResult
Expand Down

0 comments on commit 9b0e0ff

Please sign in to comment.