Skip to content

Commit

Permalink
[dagster-fivetran] Add FivetranWorkspace.sync_and_poll to API docs (#…
Browse files Browse the repository at this point in the history
…26586)

## Summary & Motivation

As title, mark `FivetranWorkspace.sync_and_poll` as experimental and
public for the API docs.

## How I Tested These Changes

Docs preview
  • Loading branch information
maximearmstrong authored Dec 20, 2024
1 parent 89a75eb commit 0b141de
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
Binary file modified docs/content/api/modules.json.gz
Binary file not shown.
Binary file modified docs/content/api/searchindex.json.gz
Binary file not shown.
Binary file modified docs/content/api/sections.json.gz
Binary file not shown.
Binary file modified docs/next/public/objects.inv
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1013,6 +1013,8 @@ def _generate_materialization(
},
)

@public
@experimental
def sync_and_poll(
self, context: AssetExecutionContext
) -> FivetranEventIterator[Union[AssetMaterialization, MaterializeResult]]:
Expand Down

1 comment on commit 0b141de

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-909br6o65-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 0b141de.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.