Skip to content

Commit

Permalink
check for actual string 'null' in conditional expression for first ta…
Browse files Browse the repository at this point in the history
…pis job in etl pipeline
  • Loading branch information
nathandf committed Dec 12, 2023
1 parent 4597d36 commit 5e06361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/backend/views/ETLPipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def post(self, request, group_id, *_, **__):
"output_id": "ACTIVE_MANIFEST"
}
},
None
"null"
]
}

Expand Down

0 comments on commit 5e06361

Please sign in to comment.