TPapajCin commented on issue #26931:
URL: https://github.com/apache/airflow/issues/26931#issuecomment-1276121254
I checked old logs yesterday and I found out something interesting.
It looks like templating in `output_nb` argument worked during that 2.4.1,
everything was fine, however nothing in `parameters` argument was templated.
Also the "Rendered Template" tab in airflow webserver also showed the correct
value. I had BigQueryToGCSOperator with `{{ ds_nodash }}` user in
`source_project_dataset_table` and `destination_cloud_storage_uris` arguments
and they were working.
So it seems the only problem was with `parameters` argument in Papermill on
the executor node. Maybe `parameters` argument was blacklisted from being
templated?
--
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]