feat: sync latest ARR implementation
This commit is contained in:
@@ -44,6 +44,7 @@ ARTIFACT_ROLES = {
|
||||
}
|
||||
ROLE_CONTRACTS = {
|
||||
"source_xml": ("opera_xml", ".xml", "application/xml"),
|
||||
"booking_source": ("booking_excel", ".xlsx", XLSX_MIME),
|
||||
"daily_report": ("daily_xlsx", ".xlsx", XLSX_MIME),
|
||||
"result_json": ("result_json", ".json", "application/json"),
|
||||
"structured_result_json": (
|
||||
@@ -55,6 +56,7 @@ ROLE_CONTRACTS = {
|
||||
}
|
||||
ARTIFACT_SIZE_LIMITS = {
|
||||
"source_xml": 100 * 1024 * 1024,
|
||||
"booking_source": 25 * 1024 * 1024,
|
||||
"daily_report": 100 * 1024 * 1024,
|
||||
"result_json": 5 * 1024 * 1024,
|
||||
"structured_result_json": 50 * 1024 * 1024,
|
||||
|
||||
Reference in New Issue
Block a user