mik-laj commented on issue #13653: URL: https://github.com/apache/airflow/issues/13653#issuecomment-763561114
`params` is a dictionary that is available in Jinja. This makes it easier to build more complex Jinja templates as you don't need to concatenate and just any object type list / object / etc are available in Jinja. In some configurations this may be overridden by `DAGRun.conf`, so you can also take this as the default value. https://github.com/apache/airflow/blob/b4c8a0406e88f330b38e8571b5b3ea399ff6fe7d/airflow/models/taskinstance.py#L1604-L1605 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
