mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 17:08:29 +00:00
fix(ingest/airflow): fix plugin support for airflow 2.5.0 (#9719)
This commit is contained in:
parent
051f570c47
commit
388b3ec0ac
@ -29,6 +29,6 @@ if _listener:
|
||||
if hasattr(_listener, "on_dag_run_running"):
|
||||
|
||||
@hookimpl
|
||||
def on_dag_run_running(dag_run, session):
|
||||
def on_dag_run_running(dag_run, msg):
|
||||
assert _listener
|
||||
_listener.on_dag_run_running(dag_run, session)
|
||||
_listener.on_dag_run_running(dag_run, msg)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user