diff --git a/docs/content/api/modules.json.gz b/docs/content/api/modules.json.gz index a3a45874e472f..6fe2eb274022e 100644 Binary files a/docs/content/api/modules.json.gz and b/docs/content/api/modules.json.gz differ diff --git a/docs/content/api/searchindex.json.gz b/docs/content/api/searchindex.json.gz index c35a0a677d6e4..fe34fc9c2aec9 100644 Binary files a/docs/content/api/searchindex.json.gz and b/docs/content/api/searchindex.json.gz differ diff --git a/docs/content/api/sections.json.gz b/docs/content/api/sections.json.gz index 45c00b54afb23..541fd641f93f8 100644 Binary files a/docs/content/api/sections.json.gz and b/docs/content/api/sections.json.gz differ diff --git a/docs/next/public/objects.inv b/docs/next/public/objects.inv index dc486e70947de..e9149669890dc 100644 Binary files a/docs/next/public/objects.inv and b/docs/next/public/objects.inv differ diff --git a/python_modules/libraries/dagster-fivetran/dagster_fivetran/resources.py b/python_modules/libraries/dagster-fivetran/dagster_fivetran/resources.py index 00347094fe793..e000c0874fb38 100644 --- a/python_modules/libraries/dagster-fivetran/dagster_fivetran/resources.py +++ b/python_modules/libraries/dagster-fivetran/dagster_fivetran/resources.py @@ -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 @@ -1013,6 +1013,8 @@ def _generate_materialization( }, ) + @public + @experimental def sync_and_poll( self, context: AssetExecutionContext ) -> FivetranEventIterator[Union[AssetMaterialization, MaterializeResult]]: