Skip to content

Commit 48880e3

Browse files
fix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 000aac1 commit 48880e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3539,7 +3539,7 @@ def _create_async_job_status_mapping(
35393539
# This is an element of the dict because of the typing of the CDK but it is not a CDK status
35403540
continue
35413541

3542-
if api_statuses is None and cdk_status is "ignore":
3542+
if api_statuses is None and cdk_status == "ignore":
35433543
# ignore status is not required
35443544
continue
35453545

0 commit comments

Comments
 (0)