ffinfo commented on a change in pull request #4396: [WIP][AIRFLOW-3585] - Add
edges to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r250383027
##########
File path: airflow/models/__init__.py
##########
@@ -4189,17 +4243,19 @@ def create_dagrun(self,
conf=conf,
state=state
)
+ (tis, edges) = self.create_tis_and_edges(execution_date)
Review comment:
I needed to revert this. Fixing this is a good idea but not in this PR. I
try to do this but did this mean I need to change 20+ files for this.
This is something we should do in a new PR.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services