Replies: 1 comment
-
I have self-resolved this issue.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to test if the Operator I am using in my DAG is being called with the given arguments.
I have tried the following and know that it does not work.
The error output is as follows.
This error is output here.
airflow/airflow/models/baseoperator.py
Line 438 in 3237cb3
Is it possible to somehow spy an Operator that inherits from BaseOperator?
Beta Was this translation helpful? Give feedback.
All reactions