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

Head commit for run:
fc354e4228f10a992c51153f1c2cf0bd9b33d6ea / 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/30993579085

With regards,
GitHub Actions via GitBox


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

Reply via email to