Add `to_airflow_xcom` methods
Using airflow's xcom can simplify the process of sharing data between tasks, given that the data is small and can be converted to JSON format. The following classes are missing the method:
-
ScrapeWeather- Is configured to execute BashOperator to prevent zombie tasks in airflow - SettingsReader
Edited by Aviv Faraj