I am using the following library:
airflow.contrib.operators.bigquery_operator
On the Airflow UI, it throws the following error:
Broken DAG: [/home/vagrant/airflow/dags/data/gcp_bq_dag.py] (setuptools 28.8.0 (/home/vagrant/.sandbox/lib/python3.5/site-packages), Requirement.parse('setuptools>=34.0.0'), {'google-api-core'})
I have installed the setuptools library and the version I have is 49.2.0.
Name: setuptools
Version: 49.2.0
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: [email protected]
License: UNKNOWN
Location: /home/vagrant/.sandbox/lib/python3.5/site-packages
Requires:
Required-by: zope.deprecation, python-daemon, protobuf, kiwisolver, jsonschema, ipython, google-auth, google-api-core
Can you please suggest what is going wrong there?