You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "yehoshuadimarsky (via GitHub)" <gi...@apache.org> on 2023/02/28 04:04:35 UTC

[GitHub] [airflow] yehoshuadimarsky opened a new pull request, #29797: add num rows affected to Redshift Data API hook

yehoshuadimarsky opened a new pull request, #29797:
URL: https://github.com/apache/airflow/pull/29797

   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of an existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   It's often useful to know how many rows were processed by each Redshift statement. This PR logs this information for the Redshift Data API hook using the [boto3 response](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift-data.html#RedshiftDataAPIService.Client.describe_statement).
   
   


-- 
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] o-nikolas merged pull request #29797: add num rows affected to Redshift Data API hook

Posted by "o-nikolas (via GitHub)" <gi...@apache.org>.
o-nikolas merged PR #29797:
URL: https://github.com/apache/airflow/pull/29797


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