uranusjr commented on code in PR #40478:
URL: https://github.com/apache/airflow/pull/40478#discussion_r1669900961
##########
airflow/models/dag.py:
##########
@@ -3353,6 +3367,38 @@ def bulk_write_to_db(
del new_datasets
del all_datasets
+ # store dataset aliases
Review Comment:
I wonder if we can extract the logic here and the above for datasets. They
look so similar.
--
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]