subkanthi commented on issue #19903:
URL: https://github.com/apache/airflow/issues/19903#issuecomment-1002780046
Looks like the problem is here for both the tasks, with pass or print, the
task runs are not created, but replacing it with sleep, a task run is created
and added to the DB.
` @task
def end():
pass`
`@task
def end():
pass`
It might be useful to indicate this to the user, still trying to figure out
where this logic is performed.
--
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]