Minor correction in the routes so that if dataset_name is None then invariant_authorization is also None. Thus with dataset_name the user isn't pushing to Explorer.

This commit is contained in:
Hemang
2025-03-03 14:17:46 +01:00
committed by Hemang Sarkar
parent e6ed42de1d
commit 2beac2989d
4 changed files with 60 additions and 36 deletions
+1
View File
@@ -13,3 +13,4 @@ IGNORED_HEADERS = [
]
CLIENT_TIMEOUT = 60.0
INVARIANT_AUTHORIZATION_HEADER = "invariant-authorization"