Re: [PR] Feature: Return rowcount from SQL Operators [airflow]

2024-04-12 Thread via GitHub


github-actions[bot] closed pull request #37381: Feature: Return rowcount from 
SQL Operators
URL: https://github.com/apache/airflow/pull/37381


-- 
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-unsubscr...@airflow.apache.org

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



Re: [PR] Feature: Return rowcount from SQL Operators [airflow]

2024-04-06 Thread via GitHub


github-actions[bot] commented on PR #37381:
URL: https://github.com/apache/airflow/pull/37381#issuecomment-2041247943

   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed in 5 days if no further activity occurs. 
Thank you for your contributions.


-- 
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-unsubscr...@airflow.apache.org

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



[PR] Feature: Return rowcount from SQL Operators [airflow]

2024-02-13 Thread via GitHub


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

   
   
   
   
   This PR add [rowcounts](https://peps.python.org/pep-0249/#rowcount) to the 
output of the SQLExecuteQueryOperator.
   
   **Use-case**:
   This way it can be passed as XCom, and used for metadata analysis, alerting, 
...
   
   
   ---
   **^ Add meaningful description above**
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)**
 for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in a 
newsfragment file, named `{pr_number}.significant.rst` or 
`{issue_number}.significant.rst`, in 
[newsfragments](https://github.com/apache/airflow/tree/main/newsfragments).
   


-- 
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-unsubscr...@airflow.apache.org

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