ДС
...
provide_context=True,
templates_dict={'sql': some_sql},
...
Size: a a a
ДС
...
provide_context=True,
templates_dict={'sql': some_sql},
...
ДС
kwargs['templates_dict']['sql']
A
...
provide_context=True,
templates_dict={'sql': some_sql},
...
ДС
A
OI
key='return_value'
?OI
OI
насколько я понимаю, в параметре task_ids нужно писать имя конкретного таска
OI
OI
_for_1_billinkg_id
OI
OI
OI
get_actual_table_name = PythonOperator(
task_id='get_actual_{zone}_table_name'.format(zone=zone),
python_callable=get_actual_table_version,
op_kwargs={'conn_id': 'conn_sf_{zone}_pg_gmtool'.format(zone=zone),
'table_name_pattern': schema_name_no_quotes,
'zone': zone,
'table_name_arr': ['Table1', 'Table2', 'Table3']},
provide_context=True,
adhoc=True,
dag=dag
)