potiuk commented on PR #47208:
URL: https://github.com/apache/airflow/pull/47208#issuecomment-2698440074

   it's not the config that is problematic now:
   
   ```
   Triggering a DAG run
   Exception when calling DAGRunAPI->post_dag_run: (422)
   Reason: Unprocessable Entity
   HTTP response headers: HTTPHeaderDict({'date': 'Tue, 04 Mar 2025 14:38:27 
GMT', 
   'server': 'uvicorn', 'content-length': '156', 'content-type': 
   'application/json', 'vary': 'Accept-Encoding'})
   HTTP response body: 
   {"detail":[{"type":"missing","loc":["body","logical_date"],"msg":"Field 
   
required","input":{"dag_run_id":"some_test_run_8a505b32352c44499cf6560a1d1a9665"
   }}]}
   
   
   Exception when calling DAGRunAPI->post_dag_run: (401)
   Reason: Unauthorized
   HTTP response headers: HTTPHeaderDict({'date': 'Tue, 04 Mar 2025 14:38:27 
GMT', 
   'server': 'uvicorn', 'www-authenticate': 'Bearer', 'content-length': '30', 
   'content-type': 'application/json', 'vary': 'Accept-Encoding'})
   HTTP response body: {"detail":"Not authenticated"}
   ```


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