The GitHub Actions job "Tests" on airflow.git/fix-pool-name-validation has 
failed.
Run started by GitHub user kalluripradeep (triggered by kalluripradeep).

Head commit for run:
adf24dd37d1f8a43c7630f839a78372ae12db3e9 / kalluripradeep 
<[email protected]>
Implement pool name normalization for stats reporting

Following @potiuk's feedback, changed approach from preventing invalid
pool names to normalizing them for stats reporting.

Changes:
- Added normalize_pool_name_for_stats() function in pool.py
- Pool names with invalid characters are normalized (replaced with _)
  when emitting metrics in scheduler_job_runner.py
- Logs warning when normalization occurs
- Removed validation tests
- Removed accidental fix_quote.py file
- Updated news fragment

This prevents InvalidStatsNameException without breaking existing pools.

Fixes #59935

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

With regards,
GitHub Actions via GitBox


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

Reply via email to