Skip to content

Commit

Permalink
Update FivetranConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Nov 13, 2024
1 parent 0b580d4 commit 0997b15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def from_api_details(
connector_details: Mapping[str, Any],
destination_details: Mapping[str, Any],
schema_config_details: Mapping[str, Any],
) -> "FivetranDestination":
) -> "FivetranConnector":
return cls(
id=connector_details["id"],
name=connector_details["schema"],
Expand Down

0 comments on commit 0997b15

Please sign in to comment.