Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 322 Bytes

41776.significant.rst

File metadata and controls

5 lines (4 loc) · 322 Bytes

Removed a set of deprecations in from airflow.models.param.

  • Removed deprecated direct access to DagParam as module. Please import from airflow.models.param.
  • Ensure all param values are JSON serialiazable and raise a ParamValidationError if not.
  • Ensure parsed date and time values are RFC3339 compliant.