Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Bumps ads version (#165)
Browse files Browse the repository at this point in the history
* Bumps Google Ads to v17

* Bumps requirements
  • Loading branch information
Mr-Lopes authored Jun 14, 2024
1 parent 889423f commit 5560e0c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
8 changes: 4 additions & 4 deletions megalista_dataflow/data_sources/data_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
'required': False, 'data_type': 'string'},
{'name': 'mailing_address_last_name',
'required': False, 'data_type': 'string'},
{'name': 'mailing_address_country_name',
{'name': 'mailing_address_country',
'required': False, 'data_type': 'string'},
{'name': 'mailing_address_zip_name',
{'name': 'mailing_address_zip',
'required': False, 'data_type': 'string'},
{'name': 'time', 'required': True, 'data_type': 'string'},
{'name': 'amount', 'required': True, 'data_type': 'string'}
Expand All @@ -128,9 +128,9 @@
'required': False, 'data_type': 'string'},
{'name': 'mailing_address_last_name',
'required': False, 'data_type': 'string'},
{'name': 'mailing_address_country_name',
{'name': 'mailing_address_country',
'required': False, 'data_type': 'string'},
{'name': 'mailing_address_zip_name',
{'name': 'mailing_address_zip',
'required': False, 'data_type': 'string'},
{'name': 'time', 'required': True, 'data_type': 'string'},
{'name': 'amount', 'required': True, 'data_type': 'string'},
Expand Down
14 changes: 7 additions & 7 deletions megalista_dataflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apache-beam==2.51.0
google-ads==22.1.0
google-api-python-client==2.106.0
google-cloud-bigquery==3.13.0
google-cloud-firestore==2.4.0
google-cloud-storage==2.13.0
apache-beam==2.56.0
google-ads==24.1.0
google-api-python-client==2.133.0
google-cloud-bigquery==3.24.0
google-cloud-firestore==2.16.0
google-cloud-storage==2.17.0
aiohttp==3.9.0
pandas==2.1.2
boto3==1.28.78
typed-ast==1.5.5
# These packages are indirected dependencies.
# Their versions are fixed here to improove resolution time.
google_auth==2.23.4
google_auth==2.30.0
fasteners==0.19
google-apitools==0.5.32
tadau
Expand Down
11 changes: 5 additions & 6 deletions megalista_dataflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
author='Google',
author_email='[email protected]',
url='https://github.com/google/megalista/',
install_requires=['google-ads==22.1.0',
'google-api-python-client==2.106.0',
'google-cloud-bigquery==3.13.0',
install_requires=['google-ads==24.1.0',
'google-api-python-client==2.133.0',
'google-cloud-bigquery==3.24.0',
'aiohttp==3.9.0',
'google-cloud-storage==2.13.0',
'google-cloud-firestore==2.4.0',
'protobuf==3.20.3',
'google-cloud-storage==2.17.0',
'google-cloud-firestore==2.16.0',
'pandas==2.1.2',
'boto3==1.28.78',
'tadau'],
Expand Down
2 changes: 1 addition & 1 deletion megalista_dataflow/uploaders/google_ads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ADS_API_VERSION = 'v15'
ADS_API_VERSION = 'v17'

0 comments on commit 5560e0c

Please sign in to comment.