The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/partition-key-regex-filter has failed.
Run started by GitHub user hussein-awala (triggered by hussein-awala).

Head commit for run:
e837b15ff805fed946ba622bfbdfa2d6719f6dcf / Hussein Awala <[email protected]>
Collapse regexp config into one setting and scope the query timeout

Address further review feedback:

- Replace the enable_regexp_query_filters + regexp_query_timeout pair with a
  single [api] regexp_query_timeout: 0 (default) disables regexp filtering
  entirely, any positive value enables it and bounds the query runtime. This
  removes the "enabled but unbounded" combination.
- Make apply_regex_query_timeout a context manager that sets a transaction-local
  statement_timeout on enter and resets it on exit, so the bound is scoped to
  the regexp query and does not leak to other statements in the request's
  transaction. Both asset-event routes apply it automatically around query
  execution instead of relying on a manual call in the view.

Report URL: https://github.com/apache/airflow/actions/runs/28902994431

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to