Skip to content

Commit

Permalink
Add comment to job response example
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 19, 2024
1 parent e9f3b1b commit dd86d67
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}


# Taken from Airbyte API documentation
# Taken from Airbyte REST API documentation
# https://reference.airbyte.com/reference/getdestination
SAMPLE_DESTINATION_DETAILS = {
"destinationId": TEST_DESTINATION_ID,
Expand All @@ -162,6 +162,8 @@
}


# Taken from Airbyte REST API documentation
# https://reference.airbyte.com/reference/getjob
SAMPLE_JOB_RESPONSE = {
"jobId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "running",
Expand Down

0 comments on commit dd86d67

Please sign in to comment.