how to pass xcom variables between operator code example
Example: xcom airflow
args = {
'owner': '****',
'start_date': airflow.utils.dates.days_ago(2),
'provide_context': True
}
storage_objects = kwargs["ti"].xcom_pull(task_ids="list_files")