Skip to content

Commit

Permalink
build: Update Firestore metadata
Browse files Browse the repository at this point in the history
Remove duplicate fields
  • Loading branch information
nivaldoh committed May 26, 2021
1 parent b07f0da commit ac8106c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions megalist_dataflow/megalist_metadata
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@
"help_text": "Collection name for Firestore config. Use only for Firestore parametrization.",
"is_optional": "true"
},
{
"name": "setup_firestore_collection",
"label": "Collection name for Firestore config",
"help_text": "Collection name for Firestore config. Use only for Firestore parametrization.",
"is_optional": "true"
},
{
"name": "bq_ops_dataset",
"label": "Auxiliary BigQuery dataset used for Megalista operations",
Expand Down
3 changes: 0 additions & 3 deletions megalist_dataflow/models/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def _add_argparse_args(cls, parser):
help='URL of JSON file with execution info (don\'t set if using Sheet or Firestore)')
parser.add_value_provider_argument(
'--setup_firestore_collection', help='Name of Google Cloud Firestore collection with execution info (don\'t set if using Sheet or JSON)')
parser.add_value_provider_argument(
'--setup_firestore_collection', help='Name of Google Cloud Firestore collection with execution info (don\'t set if using Sheet or JSON)')
parser.add_value_provider_argument(
'--bq_ops_dataset',
help='Auxliary bigquery dataset used for Megalista operations')
Expand Down Expand Up @@ -86,4 +84,3 @@ def _add_argparse_args(cls, parser):
# APPSFLYER
parser.add_value_provider_argument(
'--appsflyer_dev_key', help='Developer key for AppsFlyer S2S API')

0 comments on commit ac8106c

Please sign in to comment.