ferruzzi commented on PR #44712:
URL: https://github.com/apache/airflow/pull/44712#issuecomment-2547380381

   Since we are using DagRun.id (a sequential integer) instead of DagRun.run_id 
(a string) I think calling it `run_id` is going to cause confusion.  Is there 
any precedent or any suggestion on how to rename that parameter in the Deadline?
   
   I also can't seem to figure out how to fix that fkey constraint failure.  I 
don't suppose one of you might have a sec to have a look at it for me?  
(@vincbeck @ephraimbuddy @dstandish)  I've added asserts to the test to make 
sure the dagrun is being created in the db and that the dagun.id is what I 
expect it to be.   I'm not sure what the mismatch is, here.


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