You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/20 17:40:42 UTC

[GitHub] [airflow] kaxil commented on issue #9373: path to file as sql parameter in PostgresOperator not working anymore

kaxil commented on issue #9373:
URL: https://github.com/apache/airflow/issues/9373#issuecomment-647025444


   can you try with the following:
   
   ```
   maintenance_operator = PostgresOperator(
           task_id='get_tables_size',
           postgres_conn_id='pentaho',
           sql='maintenance/queries/get_tables_size.sql')
   ```


----------------------------------------------------------------
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:
users@infra.apache.org