You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ephraimbuddy (via GitHub)" <gi...@apache.org> on 2023/09/06 18:08:37 UTC

[GitHub] [airflow] ephraimbuddy opened a new pull request, #34143: Fix query bug in next_run_datasets_summary endpoint

ephraimbuddy opened a new pull request, #34143:
URL: https://github.com/apache/airflow/pull/34143

   The query to get the dataset_triggered_dag_ids in the next_run_datasets_summary endpoint errors with `str` object has no attribute dag_id. This issue is from a recent refactor on sqlalchemy queries and the view has no unit test to detect it. I added a fix with a unit test


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] hussein-awala merged pull request #34143: Fix query bug in next_run_datasets_summary endpoint

Posted by "hussein-awala (via GitHub)" <gi...@apache.org>.
hussein-awala merged PR #34143:
URL: https://github.com/apache/airflow/pull/34143


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org