Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Dec 20, 2024
1 parent 2f3ddb7 commit 940a1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/listeners/dag_run_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def on_dag_run_success(dag_run: DagRun, msg: str) -> None:
logger.info("The on_dag_run_success was called")

dag = dag_run.get_dag()
dag_run.dag_id
logger.info(f"dir: {dir(dag)}")

if not uses_cosmos(dag):
logger.info("The DAG does not use Cosmos")
Expand Down

0 comments on commit 940a1a2

Please sign in to comment.