The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user poupounetjoyeux (triggered by hussein-awala).

Head commit for run:
124114e3ce169f38342ee902ea52834d2f66ea32 / Quentin Bray <[email protected]>
Fix usage of cron-descriptor since BC in v1.3.0

When using a custom TimeTable that doesn't provide a CRON expression summary 
(e.g. : 'Custom TimeTable Plugin'),
and if the web UI has not yet load the TimeTable when deserializing the DAG,
accessing the grid view will try to parse the custom description as a CRON 
expression and then cron-descriptor, that introduce a breaking change in v1.3.0 
that now calls 'parse' in the ctor of ExpressionDescriptor raise the 
FormatException outside of the try block

(working great in Airflow v2.4.2 that uses cron-descriptor v1.2.x)

C.f. : 
https://github.com/Salamek/cron-descriptor/commit/ec9ea4de2533ebacb0b527cb88973992858910f4

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

With regards,
GitHub Actions via GitBox


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

Reply via email to