merge from main

This commit is contained in:
Kenneth Kehl
2025-04-08 10:05:30 -07:00
18 changed files with 797 additions and 2192 deletions

View File

@@ -33,6 +33,7 @@ class DocumentDownloadClient:
"document": file_contents,
"is_csv": is_csv or False,
},
timeout=30
)
response.raise_for_status()

View File

@@ -29,6 +29,7 @@ class PerformancePlatformClient:
self.performance_platform_url + payload["dataType"],
json=payload,
headers=headers,
timeout=30
)
if resp.status_code == 200: