oss-know / airflow-jobs

Apache License 2.0
6 stars 19 forks source link

Optimize the imports and var ref to mysql conn info. #216

Closed crystaldust closed 1 year ago

crystaldust commented 1 year ago

Putting the ref to airflow variable outside the operator will make airflow try to access the variable before the operator runs. So the absence of the var will be warned in advance.