dirrao commented on PR #36401:
URL: https://github.com/apache/airflow/pull/36401#issuecomment-1868548193
> Thank you for your comment.
>
> > How about triggering a DAG with input configuration?
>
> Sorry, what does this mean?
>
> > Does it require more than 1MB?
>
> I'm not really sure what would be an appropriate value. Do you have any
ideas?
>
We can pass the JSON payload while triggering the DAG from the Airflow UI.
JSON payload can be arbitrary length. It is much bigger. I haven't come across
a use case where we pass more than 1MB. However, I am just checking.
> > If we move this configuration to the web server section in airflow cfg,
then we can set based on our requirements.
>
> Does this mean instead of hardcoding the value, we can set an item in
airflow.cfg and get that value as a flask config?
>
Trying to see if can avoid hardcoding in the code.
> > For user profile information, is it feasible to restrict the size of
form fields rather than relying on the defaults?
>
> Certainly, I feel it's feasible. Sorry, could you please clarify what you
mean by "rather than relying on the defaults"?
I mean relying on the same default value for multiple forms in the Airflow
UI.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]