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/19 19:02:55 UTC

[GitHub] [airflow] denimalpaca opened a new pull request #17738: Add Snowflake Data Quality Operators

denimalpaca opened a new pull request #17738:
URL: https://github.com/apache/airflow/pull/17738


   Add three new Snowflake operators based on SQL Checks
   
   The SnowflakeCheckOperator, SnowflakeValueCheckOperator, and
   SnowflakeIntervalCheckOperators are added as subclasses of their respective
   SQL Operators. These additions follow the conventions set in the BigQueryOperators
   subclassing from the same SQL_CheckOperators.
   
   closes: #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



[GitHub] [airflow] denimalpaca closed pull request #17738: Add Snowflake Data Quality Operators

Posted by GitBox <gi...@apache.org>.
denimalpaca closed pull request #17738:
URL: https://github.com/apache/airflow/pull/17738


   


-- 
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 pull request #17738: Add Snowflake Data Quality Operators

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #17738:
URL: https://github.com/apache/airflow/pull/17738#issuecomment-902181465


   > > Something very wrong happened during this rebase :)
   > 
   > Yes it did.... I am trying to figure it out. Hopefully all the work wasn't lost.
   
   GIT never forgets (unless you run Garbage-Collection). Try `git reflog` - you will see previous commit hashes and you will be able to checkout an of those.


-- 
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] denimalpaca commented on pull request #17738: Add Snowflake Data Quality Operators

Posted by GitBox <gi...@apache.org>.
denimalpaca commented on pull request #17738:
URL: https://github.com/apache/airflow/pull/17738#issuecomment-902180693


   > Something very wrong happened during this rebase :)
   
   Yes it did.... I am trying to figure it out. Hopefully all the work wasn't lost.


-- 
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 pull request #17738: Add Snowflake Data Quality Operators

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #17738:
URL: https://github.com/apache/airflow/pull/17738#issuecomment-902180085


   Something very wrong happened during this rebase :)


-- 
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 pull request #17738: Add Snowflake Data Quality Operators

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on pull request #17738:
URL: https://github.com/apache/airflow/pull/17738#issuecomment-902181465


   > > Something very wrong happened during this rebase :)
   > 
   > Yes it did.... I am trying to figure it out. Hopefully all the work wasn't lost.
   
   GIT never forgets (unless you run Garbage-Collection). Try `git reflog` - you will see previous commit hashes and you will be able to checkout any of those.


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