Skip to content

Commit

Permalink
[dagster-fivetran] Mark FivetranWorkspace as experimental (#25962)
Browse files Browse the repository at this point in the history
## Summary & Motivation

As title. All other new APIs for Fivetran are marked as experimental,
but I missed this one.
  • Loading branch information
maximearmstrong authored Nov 18, 2024
1 parent d9d19ad commit b11a0fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ def get_groups(self) -> Mapping[str, Any]:
return self._make_request("GET", "groups")


@experimental
class FivetranWorkspace(ConfigurableResource):
"""This class represents a Fivetran workspace and provides utilities
to interact with Fivetran APIs.
Expand Down

0 comments on commit b11a0fb

Please sign in to comment.