Uh oh!
There was an error while loading. Please reload this page.
Add lifecycle field to provider.yaml schema and all providers per AIP-95 - #62190
Merged
Conversation
…IP-95 AIP-95 defines provider lifecycle stages for governance. This adds a `lifecycle` enum field to the provider.yaml JSON schema and sets the initial lifecycle stage for all 99 providers: - `production` (97 providers): All established, actively maintained providers - `incubation` (2 providers): common-ai (state: not-ready, v0.0.1), informatica (new provider per AIP-95 governance process) The `lifecycle` field is orthogonal to the existing `state` field: - `state`: build/release readiness (ready, not-ready, suspended, removed) - `lifecycle`: AIP-95 governance stage (incubation, production, mature, deprecated) The `mature` and `deprecated` stages are left for the PMC to assign during quarterly reviews per the AIP-95 process.
kaxil
requested review from
Fokko, RNHTTR, bolkedebruin, bugraoz93, dabla, dheerajturaga, gopidesupavan, hussein-awala, jedcunningham, josh-fell, jscheffl, mobuchowski, o-nikolas, potiuk, shahar1 and vincbeck
as code ownersFebruary 19, 2026 21:08
vincbeck
approved these changes
Feb 19, 2026
Uh oh!
There was an error while loading. Please reload this page.
choo121600 pushed a commit
to choo121600/airflow
that referenced
this pull request
Feb 22, 2026
…IP-95 (apache#62190) AIP-95 defines provider lifecycle stages for governance. This adds a `lifecycle` enum field to the provider.yaml JSON schema and sets the initial lifecycle stage for all 99 providers: - `production` (97 providers): All established, actively maintained providers - `incubation` (2 providers): common-ai (state: not-ready, v0.0.1), informatica (new provider per AIP-95 governance process) The `lifecycle` field is orthogonal to the existing `state` field: - `state`: build/release readiness (ready, not-ready, suspended, removed) - `lifecycle`: AIP-95 governance stage (incubation, production, mature, deprecated) The `mature` and `deprecated` stages are left for the PMC to assign during quarterly reviews per the AIP-95 process.
Subham-KRLX pushed a commit
to Subham-KRLX/airflow
that referenced
this pull request
Mar 4, 2026
…IP-95 (apache#62190) AIP-95 defines provider lifecycle stages for governance. This adds a `lifecycle` enum field to the provider.yaml JSON schema and sets the initial lifecycle stage for all 99 providers: - `production` (97 providers): All established, actively maintained providers - `incubation` (2 providers): common-ai (state: not-ready, v0.0.1), informatica (new provider per AIP-95 governance process) The `lifecycle` field is orthogonal to the existing `state` field: - `state`: build/release readiness (ready, not-ready, suspended, removed) - `lifecycle`: AIP-95 governance stage (incubation, production, mature, deprecated) The `mature` and `deprecated` stages are left for the PMC to assign during quarterly reviews per the AIP-95 process.
dominikhei pushed a commit
to dominikhei/airflow
that referenced
this pull request
Mar 11, 2026
…IP-95 (apache#62190) AIP-95 defines provider lifecycle stages for governance. This adds a `lifecycle` enum field to the provider.yaml JSON schema and sets the initial lifecycle stage for all 99 providers: - `production` (97 providers): All established, actively maintained providers - `incubation` (2 providers): common-ai (state: not-ready, v0.0.1), informatica (new provider per AIP-95 governance process) The `lifecycle` field is orthogonal to the existing `state` field: - `state`: build/release readiness (ready, not-ready, suspended, removed) - `lifecycle`: AIP-95 governance stage (incubation, production, mature, deprecated) The `mature` and `deprecated` stages are left for the PMC to assign during quarterly reviews per the AIP-95 process.
Ankurdeewan pushed a commit
to Ankurdeewan/airflow
that referenced
this pull request
Mar 15, 2026
…IP-95 (apache#62190) AIP-95 defines provider lifecycle stages for governance. This adds a `lifecycle` enum field to the provider.yaml JSON schema and sets the initial lifecycle stage for all 99 providers: - `production` (97 providers): All established, actively maintained providers - `incubation` (2 providers): common-ai (state: not-ready, v0.0.1), informatica (new provider per AIP-95 governance process) The `lifecycle` field is orthogonal to the existing `state` field: - `state`: build/release readiness (ready, not-ready, suspended, removed) - `lifecycle`: AIP-95 governance stage (incubation, production, mature, deprecated) The `mature` and `deprecated` stages are left for the PMC to assign during quarterly reviews per the AIP-95 process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AIP-95 defines provider lifecycle stages for governance. This adds a
lifecycleenum field to the provider.yaml JSON schema and sets the initial lifecycle stage for all 99 providers:production(97 providers): All established, actively maintained providersincubation(2 providers): common-ai (state: not-ready, v0.0.1), informatica (new provider per AIP-95 governance process)The
lifecyclefield is orthogonal to the existingstatefield:state: build/release readiness (ready, not-ready, suspended, removed)lifecycle: AIP-95 governance stage (incubation, production, mature, deprecated)The
matureanddeprecatedstages are left for the PMC to assign during quarterly reviews per the AIP-95 process.Related PRs/docs:
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.