kaxil commented on a change in pull request #16869:
URL: https://github.com/apache/airflow/pull/16869#discussion_r674203054
##########
File path: airflow/providers/apache/kylin/example_dags/example_kylin_dag.py
##########
@@ -57,8 +52,8 @@ def gen_build_time(**kwargs):
project='learn_kylin',
cube='kylin_sales_cube',
command='build',
- start_time="{{
task_instance.xcom_pull(task_ids='gen_build_time',key='date_start') }}",
- end_time="{{
task_instance.xcom_pull(task_ids='gen_build_time',key='date_end') }}",
+ start_time=gen_build_time_task.output['date_start'],
+ end_time=gen_build_time_task.output['date_end'],
Review comment:
This currently does not work if the key is different, have you tested
this!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]