nuclearpinguin commented on a change in pull request #5899: [AIRFLOW-5300] Move GcsToService operators to core URL: https://github.com/apache/airflow/pull/5899#discussion_r317343797
########## File path: airflow/contrib/example_dags/example_gcs_to_bq_operator.py ########## @@ -28,7 +28,7 @@ gcs_to_bq = None # type: Any try: - from airflow.contrib.operators import gcs_to_bq + pass Review comment: Good catch! I also moved this example to core. ---------------------------------------------------------------- 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] With regards, Apache Git Services
