Hey team,
I am currently testing the Ads API. I've updated the google-ads package to 8.0.0 and using this code example
here.
I get this error
Specified Google Ads API version "v6" does not exist. Valid API versions are: "v3", "v2", "v1
Full traceback below
[2020-12-02 15:46:28,819] {bash_operator.py:128} INFO - File "/home/vagrant/venv/lib/python3.7/site-packages/google/ads/google_ads/client.py", line 229, in get_service
[2020-12-02 15:46:28,819] {bash_operator.py:128} INFO - api_module = self._get_api_services_by_version(version)
[2020-12-02 15:46:28,819] {bash_operator.py:128} INFO - File "/home/vagrant/venv/lib/python3.7/site-packages/google/ads/google_ads/client.py", line 85, in _get_api_services_by_version
[2020-12-02 15:46:28,819] {bash_operator.py:128} INFO - version, '", "'.join(_VALID_API_VERSIONS)))
[2020-12-02 15:46:28,819] {bash_operator.py:128} INFO - ValueError: Specified Google Ads API version "v6" does not exist. Valid API versions are: "v3", "v2", "v1"
[2020-12-02 15:46:32,859] {bash_operator.py:132} INFO - Command exited with return code 1
[2020-12-02 15:46:32,999] {taskinstance.py:1088} ERROR - Bash command failed