Re: [I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-23 Thread via GitHub
hussein-awala closed issue #36110: Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user URL: https://github.com/apache/airflow/issues/36110 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-20 Thread via GitHub
eliskovets commented on issue #36110: URL: https://github.com/apache/airflow/issues/36110#issuecomment-1865232569 @pateash i believe before 2.7 notes weren't a separate table, that's why it worked before. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-17 Thread via GitHub
pateash commented on issue #36110: URL: https://github.com/apache/airflow/issues/36110#issuecomment-1859177684 looks like we should be able to insert null here, moving forward by inserting null, we can revisit if there is any objection.

Re: [I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-17 Thread via GitHub
pateash commented on issue #36110: URL: https://github.com/apache/airflow/issues/36110#issuecomment-1859133868 The issue here is , https://github.com/apache/airflow/assets/16856802/3424fbde-2f80-4d14-9a74-cabf43df93c3;> user_id is a foreign key from **ab_user** table, so

Re: [I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-17 Thread via GitHub
pateash commented on issue #36110: URL: https://github.com/apache/airflow/issues/36110#issuecomment-1859132688 ## **RCA** user_id is coming as 'None':, The error message indicates that **user_id** is being passed as the string '**None**', which is invalid for an integer field in

Re: [I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-14 Thread via GitHub
eliskovets commented on issue #36110: URL: https://github.com/apache/airflow/issues/36110#issuecomment-1856464285 Hi @pateash , Sorry, forgot to tell you, that I also have `"AIRFLOW__API__AUTH_BACKENDS": "airflow.api.auth.backend.default"` set. -- This is an automated message from

Re: [I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-14 Thread via GitHub
pateash commented on issue #36110: URL: https://github.com/apache/airflow/issues/36110#issuecomment-1856364682 Hi @eliskovets, i am not able to repo it using `AUTH_ROLE_PUBLIC = "Admin"` as per my knowledge it will only affect UI access not API. Could you please help on how

Re: [I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-13 Thread via GitHub
pateash commented on issue #36110: URL: https://github.com/apache/airflow/issues/36110#issuecomment-1853491900 I can take this up if needed. @potiuk @eladkal -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-07 Thread via GitHub
boring-cyborg[bot] commented on issue #36110: URL: https://github.com/apache/airflow/issues/36110#issuecomment-1845988218 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for

[I] Webserver returns 500 for POST requests to api/dag/*/dagrun from anonymous user [airflow]

2023-12-07 Thread via GitHub
eliskovets opened a new issue, #36110: URL: https://github.com/apache/airflow/issues/36110 ### Apache Airflow version 2.7.3 ### What happened After upgrade to 2.7.3 I noticed that webserver returns 500 for POST requests with a `note` field. After some investigation it