Skip to content

Commit 1289ab0

Browse files
committed
Merge branch 'dbgold17/provide-additional-context-to-async-job-steps' of github.com:airbytehq/airbyte-python-cdk into dbgold17/provide-additional-context-to-async-job-steps
2 parents 20914b8 + 7a25306 commit 1289ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/requesters/http_job_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def _get_create_job_stream_slice(self, job: AsyncJob) -> StreamSlice:
333333

334334
def _get_download_targets(self, job: AsyncJob) -> Iterable[str]:
335335
"""Returns an iterable of strings to help target requests for downloading async jobs."""
336-
# If neither download_target_extractor nor download_target_requester are provided,return a single empty string
336+
# If neither download_target_extractor nor download_target_requester are provided, return a single empty string
337337
# to express the need to make a single download request without any download_target value
338338
if not self.download_target_extractor and not self.download_target_requester:
339339
lazy_log(

0 commit comments

Comments
 (0)