Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing parameters in POST body when calling trigger_dag #84

Open
stevenz-heap opened this issue Mar 23, 2022 · 0 comments
Open

Passing parameters in POST body when calling trigger_dag #84

stevenz-heap opened this issue Mar 23, 2022 · 0 comments

Comments

@stevenz-heap
Copy link

According to this comment, there should be a way to pass arguments via POST in the request body. But looking at the code, I don't think there's a way to do it, but maybe I am missing something, any help would be appreciated.

The reason that I need to passing in the args via the body is due to a limitation on the length of URL. I have a large configuration object, and this causes the error

  <body>
    <h1><p>Bad Request</p></h1>
    Request Line is too large (4492 &gt; 4094)
  </body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant