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 2022/02/10 10:08:41 UTC

[GitHub] [airflow] eladkal opened a new issue #21486: Allow to set statement behavior for PostgresOperator

eladkal opened a new issue #21486:
URL: https://github.com/apache/airflow/issues/21486


   ### Body
   
   Add the ability to pass parameters like `statement_timeout` from PostgresOperator.
   https://www.postgresql.org/docs/14/runtime-config-client.html#GUC-STATEMENT-TIMEOUT
   
   The goal is to allow to control over specific query rather than setting the parameters on the connection level.
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #21486: Allow to set statement behavior for PostgresOperator

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #21486:
URL: https://github.com/apache/airflow/issues/21486#issuecomment-1034892591


   Cool. I assume this is about the possibility of overriding it for individual statements? Because we already can add "extra options" in the `connection" and they will be passed to the "client.connect" ?  


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk edited a comment on issue #21486: Allow to set statement behavior for PostgresOperator

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #21486:
URL: https://github.com/apache/airflow/issues/21486#issuecomment-1034892943


   Ah yeah. You wrote about :) . Note to self: read between you comment @potiuk 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #21486: Allow to set statement behavior for PostgresOperator

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #21486:
URL: https://github.com/apache/airflow/issues/21486#issuecomment-1034892943


   Ah yeah. You wrote about :) 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] victorphoenix3 commented on issue #21486: Allow to set statement behavior for PostgresOperator

Posted by GitBox <gi...@apache.org>.
victorphoenix3 commented on issue #21486:
URL: https://github.com/apache/airflow/issues/21486#issuecomment-1034977885


   Hi, May I work on this issue?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] eladkal commented on issue #21486: Allow to set statement behavior for PostgresOperator

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #21486:
URL: https://github.com/apache/airflow/issues/21486#issuecomment-1035024879


   @victorphoenix3 sure! assigned to you


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk edited a comment on issue #21486: Allow to set statement behavior for PostgresOperator

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #21486:
URL: https://github.com/apache/airflow/issues/21486#issuecomment-1034892943


   Ah yeah. You wrote about :) . Note to self: read before you comment @potiuk 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] eladkal closed issue #21486: Allow to set statement behavior for PostgresOperator

Posted by GitBox <gi...@apache.org>.
eladkal closed issue #21486:
URL: https://github.com/apache/airflow/issues/21486


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org