“Invalid arguments passed” error for dag that loads mysql data to bigquery using airflow
问题 I running a DAG that extracts MySQL data and loads it to BigQuery in airflow. I am currectly getting the following error: /usr/local/lib/python2.7/dist-packages/airflow/models.py:1927: PendingDeprecationWarning: Invalid arguments were passed to MySqlToGoogleCloudStorageOperator. Support for passing such arguments will be dropped in Airflow 2.0. Invalid arguments were: *args: () **kwargs: {'google_cloud_storage_connn_id': 'podioGCPConnection'} category=PendingDeprecationWarning /usr/local/lib