ephraimbuddy commented on pull request #18554:
URL: https://github.com/apache/airflow/pull/18554#issuecomment-928176400
Also, error for missing DAG now returns a REST API not found error:
```
{
"detail": null,
"status": 404,
"title": "DAG 'dag_pod_operatorxco' not found in serialized_dag table",
"type":
"http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/latest/stable-rest-api-ref.html#section/Errors/NotFound"
}
```
I think this PR https://github.com/apache/airflow/pull/18523 caused it
--
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]