feat: add daily manual price review workflow

This commit is contained in:
Wyndham ARR
2026-08-06 22:40:18 +08:00
parent aae3d8e1db
commit ca3e8e18fa
77 changed files with 7750 additions and 602 deletions

View File

@@ -220,6 +220,9 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
upload=(
processing_input.coordinator if processing_input is not None else None
),
price_reviews=(
processing_input.coordinator if processing_input is not None else None
),
monthly=monthly,
company_reports=company_reports,
booking_sources=booking_sources,