Skip to content

Commit

Permalink
Update CCLW master sheet reference (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix authored Mar 21, 2023
1 parent 9352da5 commit b46b406
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/validate_cclw_sheet/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Requires:
1) A Service Account to be configured
2) The sheet in question has been "Shared" with this account's email
3) GOOGLE_SERVICE_ACCOUNT is set in the current environment, with the
3) GOOGLE_SERVICE_ACCOUNT is set in the current environment, with the
contents of the json service account details (downloaded when created)
"""
from __future__ import print_function
Expand All @@ -23,8 +23,9 @@
SCOPES = ["https://www.googleapis.com/auth/spreadsheets.readonly"]

# The ID and range of a sample spreadsheet.
SPREADSHEET_ID = "1l0pu47JzAo_tchuRqaJh8moZM13OvEDv9DhUdydnuhQ"
RANGE_NAME = "All new docs as of 030323 - NEW FORMAT!A:Z"
SPREADSHEET_ID = "1bfUsg0fPAYduc4e89UjYvbI0wDUV1xa58NzAFcTofoo"
# RANGE_NAME = "All new docs as of 030323 - NEW FORMAT!A:Z"
RANGE_NAME = "CPR_MASTER_1.0.0!A:Z"


def double_quote_quotes(col: str) -> str:
Expand Down

0 comments on commit b46b406

Please sign in to comment.