From 1ec0c90dd0fddfa1b709ba422e14b68d667f3192 Mon Sep 17 00:00:00 2001 From: Maxime Armstrong Date: Tue, 17 Dec 2024 14:40:17 -0500 Subject: [PATCH] Add comment to job response example --- .../dagster_airbyte_tests/experimental/conftest.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python_modules/libraries/dagster-airbyte/dagster_airbyte_tests/experimental/conftest.py b/python_modules/libraries/dagster-airbyte/dagster_airbyte_tests/experimental/conftest.py index 49b87fc2c07cc..67d366c7c5717 100644 --- a/python_modules/libraries/dagster-airbyte/dagster_airbyte_tests/experimental/conftest.py +++ b/python_modules/libraries/dagster-airbyte/dagster_airbyte_tests/experimental/conftest.py @@ -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, @@ -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",