How to parse airflow variables in custom sensor
I am building a custom sensor. To get the variables such as data_interval_start
, data_interval_end
, I am using context.
I am building a custom sensor. To get the variables such as data_interval_start
, data_interval_end
, I am using context.