Skip to content

Commit

Permalink
Add comments for samples
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Nov 8, 2024
1 parent 6544588 commit e4892e8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
FIVETRAN_CONNECTOR_ENDPOINT,
)

# Taken from Fivetran API documentation
# https://fivetran.com/docs/rest-api/api-reference/groups/list-all-groups
SAMPLE_GROUPS = {
"code": "Success",
"message": "Operation performed.",
Expand All @@ -18,6 +20,8 @@
},
}

# Taken from Fivetran API documentation
# https://fivetran.com/docs/rest-api/api-reference/groups/list-all-connectors-in-group
SAMPLE_CONNECTORS_FOR_GROUP = {
"code": "Success",
"message": "Operation performed.",
Expand Down Expand Up @@ -91,6 +95,8 @@
},
}

# Taken from Fivetran API documentation
# https://fivetran.com/docs/rest-api/api-reference/destinations/destination-details
SAMPLE_DESTINATION_DETAILS = {
"code": "Success",
"message": "Operation performed.",
Expand Down Expand Up @@ -137,6 +143,8 @@
},
}

# Taken from Fivetran API documentation
# https://fivetran.com/docs/rest-api/api-reference/connectors/connector-details
SAMPLE_CONNECTOR_DETAILS = {
"code": "Success",
"message": "Operation performed.",
Expand Down

0 comments on commit e4892e8

Please sign in to comment.