The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/queues-schema-items has succeeded.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
a5096804b2dd8006533f54d489dd68ef21372c33 / Wei Lee <[email protected]>
Validate provider metadata list entries instead of ignoring them

The items blocks for queues, plugins and task-decorators listed their field
names directly under items, where they are not JSON Schema keywords, so the
blocks were inert and any shape passed. A provider author following what those
blocks appeared to document — a dict for queues, or a path key for a decorator
— got no error and was quietly dropped by the consumers instead. Pinning each
section to the shape the provider.yaml files and generated payloads actually
use turns that into a failure at authoring time. The custom-provider howto
named the same nonexistent path field.

Raised in review of #70190.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to