Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-24 Thread via GitHub
yo1956 commented on PR #36401: URL: https://github.com/apache/airflow/pull/36401#issuecomment-1868539949 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

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-24 Thread via GitHub
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? >

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-24 Thread via GitHub
hussein-awala commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1435891375 ## airflow/www/app.py: ## @@ -75,6 +75,9 @@ def create_app(config=None, testing=False): flask_app.config["PERMANENT_SESSION_LIFETIME"] = timedelta(minut

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-24 Thread via GitHub
yo1956 commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1435892468 ## airflow/www/app.py: ## @@ -75,6 +75,9 @@ def create_app(config=None, testing=False): flask_app.config["PERMANENT_SESSION_LIFETIME"] = timedelta(minutes=sett

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-26 Thread via GitHub
yo1956 commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1436464445 ## airflow/www/app.py: ## @@ -75,6 +75,9 @@ def create_app(config=None, testing=False): flask_app.config["PERMANENT_SESSION_LIFETIME"] = timedelta(minutes=sett

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-30 Thread via GitHub
potiuk commented on PR #36401: URL: https://github.com/apache/airflow/pull/36401#issuecomment-1872511542 @hussein-awala ? -- 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. T

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-30 Thread via GitHub
eladkal commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1438580095 ## airflow/config_templates/config.yml: ## @@ -1855,6 +1855,13 @@ webserver: type: boolean example: "False" default: "False" +allowed_payload

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-30 Thread via GitHub
potiuk commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1438580496 ## airflow/config_templates/config.yml: ## @@ -1855,6 +1855,13 @@ webserver: type: boolean example: "False" default: "False" +allowed_payload:

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-30 Thread via GitHub
hussein-awala commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1438582934 ## airflow/www/app.py: ## @@ -75,6 +75,8 @@ def create_app(config=None, testing=False): flask_app.config["PERMANENT_SESSION_LIFETIME"] = timedelta(minut

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-30 Thread via GitHub
eladkal commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1438589629 ## airflow/config_templates/config.yml: ## @@ -1855,6 +1855,13 @@ webserver: type: boolean example: "False" default: "False" +allowed_payload

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-30 Thread via GitHub
yo1956 commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1438594348 ## airflow/www/app.py: ## @@ -75,6 +75,8 @@ def create_app(config=None, testing=False): flask_app.config["PERMANENT_SESSION_LIFETIME"] = timedelta(minutes=sett

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-30 Thread via GitHub
yo1956 commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1438594348 ## airflow/www/app.py: ## @@ -75,6 +75,8 @@ def create_app(config=None, testing=False): flask_app.config["PERMANENT_SESSION_LIFETIME"] = timedelta(minutes=sett

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-30 Thread via GitHub
yo1956 commented on code in PR #36401: URL: https://github.com/apache/airflow/pull/36401#discussion_r1438595200 ## airflow/config_templates/config.yml: ## @@ -1855,6 +1855,13 @@ webserver: type: boolean example: "False" default: "False" +allowed_payload:

Re: [PR] Add flask config: `MAX_CONTENT_LENGTH` [airflow]

2023-12-30 Thread via GitHub
hussein-awala merged PR #36401: URL: https://github.com/apache/airflow/pull/36401 -- 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: commits-unsubscr...@ai