Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit 244e8a4

Browse files
author
Mandeep Bahal
committed
fix(http-operator): fix http operator argument
jira: DOTOR-5480
1 parent c1678cd commit 244e8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codegen/dag.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ task_id_map = {
8585
{{ transformTaskID .TaskID }} = ORHttpOperator(
8686
name='{{.Name}}',
8787
task_id='{{.TaskID}}',
88-
allow_illegal_argument=True,
88+
allow_illegal_arguments=True,
8989
method='POST',
9090
http_conn_id='{{.ConnectionId}}',
9191
endpoint='{{.Endpoint}}',

0 commit comments

Comments
 (0)