mik-laj commented on pull request #10011:
URL: https://github.com/apache/airflow/pull/10011#issuecomment-664656115


   > On the naming, what do you think about just SQLOperator?
   
   Now we are trying to give more ambiguous names to make it easier to add new 
operators and to understand the operator's behavior without reading its 
description. 
   A good example is BigQueryOperator, which could do multiple operations, but 
In Airflow 2.0, we've given it the more precisive name BigQueryExecuteQuery.  
This allows this operator to be easily distinguished from other operators that 
perform other operations.
   More info:
   
https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#naming-conventions-for-provider-packages
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to