jscheffl commented on issue #42344:
URL: https://github.com/apache/airflow/issues/42344#issuecomment-2361890779

   The `{{ params.*** }}` you are referring to are the DAG run parameters which 
can be defined on DAG level as described in 
https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/params.html#referencing-params-in-a-task
   
   The parameters you are trying to add from the operators need to be passed in 
form `%(parameter_name)` into the query string - as documented in 
https://airflow.apache.org/docs/apache-airflow-providers-postgres/stable/operators/postgres_operator_howto_guide.html#passing-server-configuration-parameters-into-postgresoperator


-- 
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]

Reply via email to