I am not able to import statement as-
from airflow.contrib.operators.gcp_sql_operator import CloudSqlQueryOperator
I want to import this in my DAG file which will be run in cloud composer airflow whose version is 1.10.0 and not 1.9.0.Here just to check, I tried to import gcs_to_gcs as-
from airflow.contrib.operators.gcs_to_gcs import GoogleCloudStorageToGoogleCloudStorageOperator
I am able to import this but not gcp_sql_operator.