Skip to content

Commit

Permalink
Update connector data
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Nov 8, 2024
1 parent dd67908 commit 6c50270
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,11 @@ def fetch_fivetran_workspace_data(

schema_config = client.get_schema_config_for_connector(connector_id=connector_id)

augmented_connector_details = {**connector_details, "schema_config": schema_config}
augmented_connector_details = {
**connector_details,
"schema_config": schema_config,
"destination_id": group_id,
}
connectors.append(
FivetranContentData(
content_type=FivetranContentType.CONNECTOR,
Expand Down

0 comments on commit 6c50270

Please sign in to comment.