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

Commit

Permalink
Merge branch 'main' into ads_api
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniolmm authored May 25, 2021
2 parents 94e1ebf + 47cc4e9 commit 723fcdd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions megalist_dataflow/megalist_metadata
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@
{
"name": "setup_sheet_id",
"label": "Google Sheets id for config",
"help_text": "Google Sheets id for config"
"help_text": "Google Sheets id for config",
"is_optional": "true"
},
{
"name": "setup_json_url",
"label": "URL for JSON config file",
"help_text": "URL for JSON config file"
"help_text": "URL for JSON config file",
"is_optional": "true"
},
{
"name": "bq_ops_dataset",
Expand Down
12 changes: 6 additions & 6 deletions megalist_dataflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

setuptools.setup(
name='megalist_dataflow',
version='0.1',
author='Alvaro Stivi',
author_email='astivi@google.com',
url='https://cse.googlesource.com/solutions/megalist',
install_requires=['google-ads==11.0.0', 'google-api-python-client==1.10.0',
'google-cloud-core==1.3.0', 'google-cloud-bigquery==1.26.0',
version='4.0',
author='Google',
author_email='megalista-admin@google.com',
url='https://github.com/google/megalista/',
install_requires=['google-ads==11.0.0', 'google-api-python-client==1.12.8',
'google-cloud-core==1.4.1', 'google-cloud-bigquery==1.27.2',
'google-cloud-datastore==1.13.1', 'aiohttp==3.6.2',
'google-cloud-storage==1.38.0'],
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 723fcdd

Please sign in to comment.