mik-laj commented on issue #16101: URL: https://github.com/apache/airflow/issues/16101#issuecomment-850853852
I hope that soon Google will add full support for SQL and we won't have to maintain so many operators for one service. Other data warehouses only have one or two operators but are not less powerfull. ``` $ curl -s 'https://raw.githubusercontent.com/apache/airflow/master/airflow/providers/google/cloud/operators/bigquery.py' | grep '^class' | grep -v "^class _" | grep -v "enum.Enum" | grep -v "BaseOperatorLink" | wc -l 18 ``` -- 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]
