hussein-awala commented on code in PR #30778:
URL: https://github.com/apache/airflow/pull/30778#discussion_r1173189362
##########
airflow/providers/postgres/operators/postgres.py:
##########
@@ -42,7 +42,7 @@ class PostgresOperator(SQLExecuteQueryOperator):
For example, you could set the schema via `{"search_path":
"CUSTOM_SCHEMA"}`.
"""
- template_fields: Sequence[str] = ("sql",)
+ template_fields: Sequence[str] = ("sql", "postgres_conn_id")
Review Comment:
```suggestion
template_fields: Sequence[str] = ("sql", "conn_id")
```
--
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]