ahilashsasidharan commented on PR #63994:
URL: https://github.com/apache/airflow/pull/63994#issuecomment-4143879296

   > @ahilashsasidharan are you working on it?
   
   @vincbeck yes sorry for the delay on this. I am moving these checks to 
`airflow-core/src/airflow/api_fastapi/core_api/routes/public/` for the 
respective files as when looking at the CI issues. I noticed an unrelated 
issues that causes the following error "PydanticSerializationError: Error 
serializing to JSON: InvalidToken" when creating a connection which I believe 
is due to having the validator run again again in the code and not being able 
to check the multi_team conf variable. 
   
   The CI issue should just be some missing code in the 
`airflow-core/src/airflow/ui/src/queries/useEditConnection.tsx` file. 
   
   I am working on testing these changes manually to see if thre are any other 
issues and if not will hopefully have something pushed soon.


-- 
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]

Reply via email to