Skip to content

Commit

Permalink
fix(http-operator): all illegal inputs
Browse files Browse the repository at this point in the history
jira: DOTOR-5480
  • Loading branch information
Mandeep Bahal committed Sep 23, 2024
1 parent c076ba5 commit ccc9788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/codegen/dag.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ task_id_map = {
{{ transformTaskID .TaskID }} = ORHttpOperator(
name='{{.Name}}',
task_id='{{.TaskID}}',
allow_illegal_argument=True,
method='POST',
http_conn_id='{{.ConnectionId}}',
endpoint='{{.Endpoint}}',
Expand Down

0 comments on commit ccc9788

Please sign in to comment.