Allow fetching csv files by date from GCS

GitOrigin-RevId: 7d2cf4eb6b27a84c6fae86e6ec238432b283abc3
This commit is contained in:
Andrew Rumble
2025-09-23 13:55:23 +01:00
committed by Copybot
parent 8d3c0d819b
commit 5bde6c1738
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View File

@@ -52496,6 +52496,7 @@
"@contentful/rich-text-html-renderer": "^16.0.2",
"@contentful/rich-text-types": "^16.0.2",
"@google-cloud/bigquery": "^6.0.1",
"@google-cloud/storage": "^6.10.1",
"@node-oauth/oauth2-server": "^5.1.0",
"@node-saml/passport-saml": "^5.1.0",
"@overleaf/access-token-encryptor": "*",

View File

@@ -83,6 +83,7 @@
"@contentful/rich-text-html-renderer": "^16.0.2",
"@contentful/rich-text-types": "^16.0.2",
"@google-cloud/bigquery": "^6.0.1",
"@google-cloud/storage": "^6.10.1",
"@node-oauth/oauth2-server": "^5.1.0",
"@node-saml/passport-saml": "^5.1.0",
"@overleaf/access-token-encryptor": "*",