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 2021/08/18 18:40:12 UTC

[GitHub] [airflow] denimalpaca opened a new issue #17694: Add SQL Check Operators to Snowflake Provider

denimalpaca opened a new issue #17694:
URL: https://github.com/apache/airflow/issues/17694


   Add SnowflakeCheckOperator, SnowflakeValueCheckOperator, and SnowflakeIntervalCheckOperator to Snowflake provider.
   
   **Use case / motivation**
   
   The SQL operator, as well as other provider DB operators, already support this functionality. It can prove useful for data quality use cases with Snowflake. It should be relatively easy to implement in the same fashion as [BigQuery's versions](https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/operators/bigquery.py#L101).
   
   **Are you willing to submit a PR?**
   
   Yep!
   
   **Related Issues**
   
   Not that I could find.


-- 
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 #17694: Add SQL Check Operators to Snowflake Provider

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


   Feel free!


-- 
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] kaxil closed issue #17694: Add SQL Check Operators to Snowflake Provider

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


   


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