This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e9fc6bccbed Add `lifecycle` field to provider.yaml schema and all 
providers per AIP-95 (#62190)
e9fc6bccbed is described below

commit e9fc6bccbedbff536bc9fcdd09001267a226420e
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Feb 19 22:08:41 2026 +0000

    Add `lifecycle` field to provider.yaml schema and all providers per AIP-95 
(#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.
---
 airflow-core/src/airflow/provider.yaml.schema.json | 11 +++++++++++
 providers/airbyte/provider.yaml                    |  1 +
 providers/alibaba/provider.yaml                    |  1 +
 providers/amazon/provider.yaml                     |  1 +
 providers/apache/beam/provider.yaml                |  1 +
 providers/apache/cassandra/provider.yaml           |  1 +
 providers/apache/drill/provider.yaml               |  1 +
 providers/apache/druid/provider.yaml               |  1 +
 providers/apache/flink/provider.yaml               |  1 +
 providers/apache/hdfs/provider.yaml                |  1 +
 providers/apache/hive/provider.yaml                |  1 +
 providers/apache/iceberg/provider.yaml             |  1 +
 providers/apache/impala/provider.yaml              |  1 +
 providers/apache/kafka/provider.yaml               |  1 +
 providers/apache/kylin/provider.yaml               |  1 +
 providers/apache/livy/provider.yaml                |  1 +
 providers/apache/pig/provider.yaml                 |  1 +
 providers/apache/pinot/provider.yaml               |  1 +
 providers/apache/spark/provider.yaml               |  1 +
 providers/apache/tinkerpop/provider.yaml           |  1 +
 providers/apprise/provider.yaml                    |  1 +
 providers/arangodb/provider.yaml                   |  1 +
 providers/asana/provider.yaml                      |  1 +
 providers/atlassian/jira/provider.yaml             |  1 +
 providers/celery/provider.yaml                     |  1 +
 providers/cloudant/provider.yaml                   |  1 +
 providers/cncf/kubernetes/provider.yaml            |  1 +
 providers/cohere/provider.yaml                     |  1 +
 providers/common/ai/provider.yaml                  |  1 +
 providers/common/compat/provider.yaml              |  1 +
 providers/common/io/provider.yaml                  |  1 +
 providers/common/messaging/provider.yaml           |  1 +
 providers/common/sql/provider.yaml                 |  1 +
 providers/databricks/provider.yaml                 |  1 +
 providers/datadog/provider.yaml                    |  1 +
 providers/dbt/cloud/provider.yaml                  |  1 +
 providers/dingding/provider.yaml                   |  1 +
 providers/discord/provider.yaml                    |  1 +
 providers/docker/provider.yaml                     |  1 +
 providers/edge3/provider.yaml                      |  1 +
 providers/elasticsearch/provider.yaml              |  1 +
 providers/exasol/provider.yaml                     |  1 +
 providers/fab/provider.yaml                        |  1 +
 providers/facebook/provider.yaml                   |  1 +
 providers/ftp/provider.yaml                        |  1 +
 providers/git/provider.yaml                        |  1 +
 providers/github/provider.yaml                     |  1 +
 providers/google/provider.yaml                     |  1 +
 providers/grpc/provider.yaml                       |  1 +
 providers/hashicorp/provider.yaml                  |  1 +
 providers/http/provider.yaml                       |  1 +
 providers/imap/provider.yaml                       |  1 +
 providers/influxdb/provider.yaml                   |  1 +
 providers/informatica/provider.yaml                |  1 +
 providers/jdbc/provider.yaml                       |  1 +
 providers/jenkins/provider.yaml                    |  1 +
 providers/keycloak/provider.yaml                   |  1 +
 providers/microsoft/azure/provider.yaml            |  1 +
 providers/microsoft/mssql/provider.yaml            |  1 +
 providers/microsoft/psrp/provider.yaml             |  1 +
 providers/microsoft/winrm/provider.yaml            |  1 +
 providers/mongo/provider.yaml                      |  1 +
 providers/mysql/provider.yaml                      |  1 +
 providers/neo4j/provider.yaml                      |  1 +
 providers/odbc/provider.yaml                       |  1 +
 providers/openai/provider.yaml                     |  1 +
 providers/openfaas/provider.yaml                   |  1 +
 providers/openlineage/provider.yaml                |  1 +
 providers/opensearch/provider.yaml                 |  1 +
 providers/opsgenie/provider.yaml                   |  1 +
 providers/oracle/provider.yaml                     |  1 +
 providers/pagerduty/provider.yaml                  |  1 +
 providers/papermill/provider.yaml                  |  1 +
 providers/pgvector/provider.yaml                   |  1 +
 providers/pinecone/provider.yaml                   |  1 +
 providers/postgres/provider.yaml                   |  1 +
 providers/presto/provider.yaml                     |  1 +
 providers/qdrant/provider.yaml                     |  1 +
 providers/redis/provider.yaml                      |  1 +
 providers/salesforce/provider.yaml                 |  1 +
 providers/samba/provider.yaml                      |  1 +
 providers/segment/provider.yaml                    |  1 +
 providers/sendgrid/provider.yaml                   |  1 +
 providers/sftp/provider.yaml                       |  1 +
 providers/singularity/provider.yaml                |  1 +
 providers/slack/provider.yaml                      |  1 +
 providers/smtp/provider.yaml                       |  1 +
 providers/snowflake/provider.yaml                  |  1 +
 providers/sqlite/provider.yaml                     |  1 +
 providers/ssh/provider.yaml                        |  1 +
 providers/standard/provider.yaml                   |  1 +
 providers/tableau/provider.yaml                    |  1 +
 providers/telegram/provider.yaml                   |  1 +
 providers/teradata/provider.yaml                   |  1 +
 providers/trino/provider.yaml                      |  1 +
 providers/vertica/provider.yaml                    |  1 +
 providers/weaviate/provider.yaml                   |  1 +
 providers/yandex/provider.yaml                     |  1 +
 providers/ydb/provider.yaml                        |  1 +
 providers/zendesk/provider.yaml                    |  1 +
 100 files changed, 110 insertions(+)

diff --git a/airflow-core/src/airflow/provider.yaml.schema.json 
b/airflow-core/src/airflow/provider.yaml.schema.json
index cbe3e8044be..25ca731a83b 100644
--- a/airflow-core/src/airflow/provider.yaml.schema.json
+++ b/airflow-core/src/airflow/provider.yaml.schema.json
@@ -31,6 +31,17 @@
                 "removed"
             ]
         },
+        "lifecycle": {
+            "description": "Provider lifecycle stage per AIP-95. New providers 
start in incubation, graduate to production, and may be marked mature (stable 
interface, exempt from activity-based deprecation) or deprecated.",
+            "type": "string",
+            "enum": [
+                "incubation",
+                "production",
+                "mature",
+                "deprecated"
+            ],
+            "default": "production"
+        },
         "build-system": {
             "description": "Build-system of provider: Defaults to flit_core 
but also can be hatchling.",
             "type": "string",
diff --git a/providers/airbyte/provider.yaml b/providers/airbyte/provider.yaml
index c05b4afda23..12e5e0c59cc 100644
--- a/providers/airbyte/provider.yaml
+++ b/providers/airbyte/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `Airbyte <https://airbyte.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768333828
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/alibaba/provider.yaml b/providers/alibaba/provider.yaml
index 570f54bb6f3..0adf8028148 100644
--- a/providers/alibaba/provider.yaml
+++ b/providers/alibaba/provider.yaml
@@ -22,6 +22,7 @@ description: |
     Alibaba Cloud integration (including `Alibaba Cloud 
<https://www.alibabacloud.com/>`__).
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769460342
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml
index 9d1cea12bed..02cb30a1fd0 100644
--- a/providers/amazon/provider.yaml
+++ b/providers/amazon/provider.yaml
@@ -22,6 +22,7 @@ description: |
   Amazon integration (including `Amazon Web Services (AWS) 
<https://aws.amazon.com/>`__).
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770750957
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/beam/provider.yaml 
b/providers/apache/beam/provider.yaml
index 649f81f4af8..e7557545cb9 100644
--- a/providers/apache/beam/provider.yaml
+++ b/providers/apache/beam/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Apache Beam <https://beam.apache.org/>`__.
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334134
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/cassandra/provider.yaml 
b/providers/apache/cassandra/provider.yaml
index 38d0b13ddee..1971706d371 100644
--- a/providers/apache/cassandra/provider.yaml
+++ b/providers/apache/cassandra/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Apache Cassandra <https://cassandra.apache.org/>`__.
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751044
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/drill/provider.yaml 
b/providers/apache/drill/provider.yaml
index daddf6ef0c5..01738bbb160 100644
--- a/providers/apache/drill/provider.yaml
+++ b/providers/apache/drill/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Apache Drill <https://drill.apache.org/>`__.
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334153
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/druid/provider.yaml 
b/providers/apache/druid/provider.yaml
index 33f3ba89194..54bc07c5005 100644
--- a/providers/apache/druid/provider.yaml
+++ b/providers/apache/druid/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `Apache Druid <https://druid.apache.org/>`__.
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334163
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/flink/provider.yaml 
b/providers/apache/flink/provider.yaml
index a17b92c7841..b49699e31c5 100644
--- a/providers/apache/flink/provider.yaml
+++ b/providers/apache/flink/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Apache Flink <https://flink.apache.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334173
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/hdfs/provider.yaml 
b/providers/apache/hdfs/provider.yaml
index 8ad9e78da61..25536b7e4ac 100644
--- a/providers/apache/hdfs/provider.yaml
+++ b/providers/apache/hdfs/provider.yaml
@@ -23,6 +23,7 @@ description: |
   and `WebHDFS 
<https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769460507
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/hive/provider.yaml 
b/providers/apache/hive/provider.yaml
index 4ec437aae1e..4ff07ab1062 100644
--- a/providers/apache/hive/provider.yaml
+++ b/providers/apache/hive/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `Apache Hive <https://hive.apache.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751061
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/iceberg/provider.yaml 
b/providers/apache/iceberg/provider.yaml
index 5ea86f477a6..b9932b7c910 100644
--- a/providers/apache/iceberg/provider.yaml
+++ b/providers/apache/iceberg/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Iceberg <https://iceberg.apache.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334254
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/impala/provider.yaml 
b/providers/apache/impala/provider.yaml
index a00e2535311..5ffc2988968 100644
--- a/providers/apache/impala/provider.yaml
+++ b/providers/apache/impala/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Apache Impala <https://impala.apache.org/>`__.
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334264
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/kafka/provider.yaml 
b/providers/apache/kafka/provider.yaml
index 159a093e119..2006d3c7a2d 100644
--- a/providers/apache/kafka/provider.yaml
+++ b/providers/apache/kafka/provider.yaml
@@ -20,6 +20,7 @@ package-name: apache-airflow-providers-apache-kafka
 name: Apache Kafka
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751158
 description: |
   `Apache Kafka  <https://kafka.apache.org/>`__
diff --git a/providers/apache/kylin/provider.yaml 
b/providers/apache/kylin/provider.yaml
index b7384576832..2003e3be2a8 100644
--- a/providers/apache/kylin/provider.yaml
+++ b/providers/apache/kylin/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Apache Kylin <https://kylin.apache.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334281
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/livy/provider.yaml 
b/providers/apache/livy/provider.yaml
index f495d827cbc..ef6a79d0a69 100644
--- a/providers/apache/livy/provider.yaml
+++ b/providers/apache/livy/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `Apache Livy <https://livy.apache.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769537079
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/pig/provider.yaml 
b/providers/apache/pig/provider.yaml
index 38dc0e00043..de7ad5ac07a 100644
--- a/providers/apache/pig/provider.yaml
+++ b/providers/apache/pig/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `Apache Pig <https://pig.apache.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334297
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/pinot/provider.yaml 
b/providers/apache/pinot/provider.yaml
index 890a78e487d..ded290cf97f 100644
--- a/providers/apache/pinot/provider.yaml
+++ b/providers/apache/pinot/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Apache Pinot <https://pinot.apache.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334304
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/spark/provider.yaml 
b/providers/apache/spark/provider.yaml
index 8034e272d15..25ecf57df39 100644
--- a/providers/apache/spark/provider.yaml
+++ b/providers/apache/spark/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Apache Spark <https://spark.apache.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334333
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/apache/tinkerpop/provider.yaml 
b/providers/apache/tinkerpop/provider.yaml
index f4d1c253ed3..9d2d194bd00 100644
--- a/providers/apache/tinkerpop/provider.yaml
+++ b/providers/apache/tinkerpop/provider.yaml
@@ -22,6 +22,7 @@ description: |
     Apache TinkerPop is a graph computing framework for both graph databases 
(OLTP) and graph analytic
     systems (OLAP) and Gremlin is its graph traversal language.
 state: ready
+lifecycle: production
 source-date-epoch: 1768334398
 # note that these versions are maintained by the release manager - do not 
update them manually
 versions:
diff --git a/providers/apprise/provider.yaml b/providers/apprise/provider.yaml
index eea2c146303..41ce053e232 100644
--- a/providers/apprise/provider.yaml
+++ b/providers/apprise/provider.yaml
@@ -24,6 +24,7 @@ description: |
     `Apprise <https://github.com/caronc/apprise>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334404
 
 # Note that those versions are maintained by release manager - do not update 
them manually
diff --git a/providers/arangodb/provider.yaml b/providers/arangodb/provider.yaml
index 6b05964c777..c9416acadf7 100644
--- a/providers/arangodb/provider.yaml
+++ b/providers/arangodb/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `ArangoDB <https://www.arangodb.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334410
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/asana/provider.yaml b/providers/asana/provider.yaml
index ddab501af88..9d32ce81847 100644
--- a/providers/asana/provider.yaml
+++ b/providers/asana/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Asana <https://asana.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334416
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/atlassian/jira/provider.yaml 
b/providers/atlassian/jira/provider.yaml
index ffec08cea01..40f19f41203 100644
--- a/providers/atlassian/jira/provider.yaml
+++ b/providers/atlassian/jira/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Atlassian Jira <https://www.atlassian.com/software/jira/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334439
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/celery/provider.yaml b/providers/celery/provider.yaml
index a7a48a05182..2584eaf9663 100644
--- a/providers/celery/provider.yaml
+++ b/providers/celery/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Celery <https://docs.celeryq.dev/en/stable/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751225
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/cloudant/provider.yaml b/providers/cloudant/provider.yaml
index 79a3d7b4a8f..5f3d34e3eef 100644
--- a/providers/cloudant/provider.yaml
+++ b/providers/cloudant/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334503
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/cncf/kubernetes/provider.yaml 
b/providers/cncf/kubernetes/provider.yaml
index e9d28902106..0b70beb9090 100644
--- a/providers/cncf/kubernetes/provider.yaml
+++ b/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Kubernetes <https://kubernetes.io/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751402
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/cohere/provider.yaml b/providers/cohere/provider.yaml
index de491c89297..33dbb5fafdb 100644
--- a/providers/cohere/provider.yaml
+++ b/providers/cohere/provider.yaml
@@ -24,6 +24,7 @@ description: |
     `Cohere <https://docs.cohere.com/docs>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769460748
 
 # Note that those versions are maintained by release manager - do not update 
them manually
diff --git a/providers/common/ai/provider.yaml 
b/providers/common/ai/provider.yaml
index 5dbbb431a7c..6c8356dafa3 100644
--- a/providers/common/ai/provider.yaml
+++ b/providers/common/ai/provider.yaml
@@ -22,6 +22,7 @@ description: |
   ``Common AI Provider``
 
 state: not-ready
+lifecycle: incubation
 source-date-epoch: 1770463465
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
diff --git a/providers/common/compat/provider.yaml 
b/providers/common/compat/provider.yaml
index 6951425ad0b..82f4d4a9da3 100644
--- a/providers/common/compat/provider.yaml
+++ b/providers/common/compat/provider.yaml
@@ -22,6 +22,7 @@ description: |
   Common Compatibility Provider - providing compatibility code for previous 
Airflow versions
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751429
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/common/io/provider.yaml 
b/providers/common/io/provider.yaml
index a5902e563b5..1d9d0a9de8a 100644
--- a/providers/common/io/provider.yaml
+++ b/providers/common/io/provider.yaml
@@ -22,6 +22,7 @@ description: |
   Common IO Provider
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334660
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/common/messaging/provider.yaml 
b/providers/common/messaging/provider.yaml
index 42be791c6f2..44e983462ef 100644
--- a/providers/common/messaging/provider.yaml
+++ b/providers/common/messaging/provider.yaml
@@ -22,6 +22,7 @@ description: |
   ``Common Messaging Provider``
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334673
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/common/sql/provider.yaml 
b/providers/common/sql/provider.yaml
index a56f441b2de..a67e2b96c8c 100644
--- a/providers/common/sql/provider.yaml
+++ b/providers/common/sql/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751480
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/databricks/provider.yaml 
b/providers/databricks/provider.yaml
index c73f1f7c945..b2bbaafe15d 100644
--- a/providers/databricks/provider.yaml
+++ b/providers/databricks/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Databricks <https://databricks.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751497
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/datadog/provider.yaml b/providers/datadog/provider.yaml
index 193ab0e2490..02215069a39 100644
--- a/providers/datadog/provider.yaml
+++ b/providers/datadog/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Datadog <https://www.datadoghq.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334777
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/dbt/cloud/provider.yaml 
b/providers/dbt/cloud/provider.yaml
index a2a7adbfc9c..1f735dd974d 100644
--- a/providers/dbt/cloud/provider.yaml
+++ b/providers/dbt/cloud/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769537148
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/dingding/provider.yaml b/providers/dingding/provider.yaml
index 11b5fbcd59e..10e79df0d08 100644
--- a/providers/dingding/provider.yaml
+++ b/providers/dingding/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `DingTalk <https://www.dingtalk.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334795
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/discord/provider.yaml b/providers/discord/provider.yaml
index 17d6e246d5c..ff726615a12 100644
--- a/providers/discord/provider.yaml
+++ b/providers/discord/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Discord <https://discord.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334804
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/docker/provider.yaml b/providers/docker/provider.yaml
index ae2c0d4d153..6824c551cd0 100644
--- a/providers/docker/provider.yaml
+++ b/providers/docker/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Docker <https://www.docker.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334813
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/edge3/provider.yaml b/providers/edge3/provider.yaml
index 3e37fb9e772..573b3437394 100644
--- a/providers/edge3/provider.yaml
+++ b/providers/edge3/provider.yaml
@@ -33,6 +33,7 @@ description: |
   are provided by the API server.
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751670
 build-system: hatchling
 
diff --git a/providers/elasticsearch/provider.yaml 
b/providers/elasticsearch/provider.yaml
index 7fa9b3ecd16..f9e260601c2 100644
--- a/providers/elasticsearch/provider.yaml
+++ b/providers/elasticsearch/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Elasticsearch <https://www.elastic.co/elasticsearch>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769461187
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/exasol/provider.yaml b/providers/exasol/provider.yaml
index c53b7995632..a42fbf0bce8 100644
--- a/providers/exasol/provider.yaml
+++ b/providers/exasol/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Exasol <https://www.exasol.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770751682
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/fab/provider.yaml b/providers/fab/provider.yaml
index 9819efd1a95..ec2bc24900a 100644
--- a/providers/fab/provider.yaml
+++ b/providers/fab/provider.yaml
@@ -27,6 +27,7 @@ description: |
 # The provider is not yet ready to be released, we will skip it by default 
when preparing new release waves
 # For providers until we think it should be released.
 state: ready
+lifecycle: production
 
 source-date-epoch: 1770751867
 build-system: hatchling
diff --git a/providers/facebook/provider.yaml b/providers/facebook/provider.yaml
index 982d812d9db..5e7227afac6 100644
--- a/providers/facebook/provider.yaml
+++ b/providers/facebook/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Facebook Ads <https://www.facebook.com/about/ads>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334958
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/ftp/provider.yaml b/providers/ftp/provider.yaml
index b2c60994c65..8c3b518a8a1 100644
--- a/providers/ftp/provider.yaml
+++ b/providers/ftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768334968
 versions:
   - 3.14.1
diff --git a/providers/git/provider.yaml b/providers/git/provider.yaml
index 2502fa1d0d6..5a534fd7ada 100644
--- a/providers/git/provider.yaml
+++ b/providers/git/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Distributed version control system (GIT) <https://git-scm.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770752008
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/github/provider.yaml b/providers/github/provider.yaml
index fb5a99102d7..7a027018685 100644
--- a/providers/github/provider.yaml
+++ b/providers/github/provider.yaml
@@ -23,6 +23,7 @@ description: |
     `GitHub <https://www.github.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770752049
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/google/provider.yaml b/providers/google/provider.yaml
index 709c970c312..d73c4ce1dd7 100644
--- a/providers/google/provider.yaml
+++ b/providers/google/provider.yaml
@@ -29,6 +29,7 @@ description: |
     - `Google Workspace <https://workspace.google.com/>`__ (formerly Google 
Suite)
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770752544
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/grpc/provider.yaml b/providers/grpc/provider.yaml
index 4c7b997ec57..cc7b3bf0d00 100644
--- a/providers/grpc/provider.yaml
+++ b/providers/grpc/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `gRPC <https://grpc.io/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335140
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/hashicorp/provider.yaml 
b/providers/hashicorp/provider.yaml
index 9cbc539c865..69330eb9c9f 100644
--- a/providers/hashicorp/provider.yaml
+++ b/providers/hashicorp/provider.yaml
@@ -22,6 +22,7 @@ description: |
     Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770752574
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/http/provider.yaml b/providers/http/provider.yaml
index d100c3094e8..b3f0610e012 100644
--- a/providers/http/provider.yaml
+++ b/providers/http/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769537221
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/imap/provider.yaml b/providers/imap/provider.yaml
index 508e97510b3..18754a51ed1 100644
--- a/providers/imap/provider.yaml
+++ b/providers/imap/provider.yaml
@@ -23,6 +23,7 @@ description: |
     `Internet Message Access Protocol (IMAP) 
<https://tools.ietf.org/html/rfc3501>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770752608
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/influxdb/provider.yaml b/providers/influxdb/provider.yaml
index a2788520d00..a4269a23f24 100644
--- a/providers/influxdb/provider.yaml
+++ b/providers/influxdb/provider.yaml
@@ -24,6 +24,7 @@ description: |
     `InfluxDB <https://www.influxdata.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335187
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/informatica/provider.yaml 
b/providers/informatica/provider.yaml
index f660abd5075..b88db8aad6b 100644
--- a/providers/informatica/provider.yaml
+++ b/providers/informatica/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `Informatica <https://www.informatica.com//>`__
 
 state: ready
+lifecycle: incubation
 source-date-epoch: 1758787152
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/jdbc/provider.yaml b/providers/jdbc/provider.yaml
index db9d627bfae..02fb052f5e3 100644
--- a/providers/jdbc/provider.yaml
+++ b/providers/jdbc/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Java Database Connectivity (JDBC) 
<https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335197
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/jenkins/provider.yaml b/providers/jenkins/provider.yaml
index 6477d0233da..695dbf44634 100644
--- a/providers/jenkins/provider.yaml
+++ b/providers/jenkins/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Jenkins <https://jenkins.io/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335202
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/keycloak/provider.yaml b/providers/keycloak/provider.yaml
index cd6a9c36e93..09310a92e57 100644
--- a/providers/keycloak/provider.yaml
+++ b/providers/keycloak/provider.yaml
@@ -22,6 +22,7 @@ description: |
   ``Keycloak Provider``
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770752732
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
diff --git a/providers/microsoft/azure/provider.yaml 
b/providers/microsoft/azure/provider.yaml
index 8d9620a2e69..c49e000bcb7 100644
--- a/providers/microsoft/azure/provider.yaml
+++ b/providers/microsoft/azure/provider.yaml
@@ -20,6 +20,7 @@ name: Microsoft Azure
 description: |
   `Microsoft Azure <https://azure.microsoft.com/>`__
 state: ready
+lifecycle: production
 source-date-epoch: 1770752842
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/microsoft/mssql/provider.yaml 
b/providers/microsoft/mssql/provider.yaml
index 6bfd44bacaa..437b880c67f 100644
--- a/providers/microsoft/mssql/provider.yaml
+++ b/providers/microsoft/mssql/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Microsoft SQL Server (MSSQL) <https://www.microsoft.com/sql-server/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335251
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/microsoft/psrp/provider.yaml 
b/providers/microsoft/psrp/provider.yaml
index 01de4f8b12f..0ade5dc4189 100644
--- a/providers/microsoft/psrp/provider.yaml
+++ b/providers/microsoft/psrp/provider.yaml
@@ -24,6 +24,7 @@ description: |
   <https://docs.microsoft.com/openspecs/windows_protocols/ms-psrp/>`__.
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335259
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/microsoft/winrm/provider.yaml 
b/providers/microsoft/winrm/provider.yaml
index 8475d877b1e..f5e84e5efa1 100644
--- a/providers/microsoft/winrm/provider.yaml
+++ b/providers/microsoft/winrm/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `Windows Remote Management (WinRM) 
<https://docs.microsoft.com/windows/win32/winrm/portal>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335270
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/mongo/provider.yaml b/providers/mongo/provider.yaml
index 421fd681274..a500db7b376 100644
--- a/providers/mongo/provider.yaml
+++ b/providers/mongo/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `MongoDB <https://www.mongodb.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335322
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/mysql/provider.yaml b/providers/mysql/provider.yaml
index 4047cc8e596..8f4a2277907 100644
--- a/providers/mysql/provider.yaml
+++ b/providers/mysql/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `MySQL <https://www.mysql.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770752854
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/neo4j/provider.yaml b/providers/neo4j/provider.yaml
index ed1501ec09e..4e6477dfa47 100644
--- a/providers/neo4j/provider.yaml
+++ b/providers/neo4j/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Neo4j <https://neo4j.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335339
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/odbc/provider.yaml b/providers/odbc/provider.yaml
index 3925617dc26..2fd0aac7a29 100644
--- a/providers/odbc/provider.yaml
+++ b/providers/odbc/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `ODBC <https://github.com/mkleehammer/pyodbc/wiki>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335348
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/openai/provider.yaml b/providers/openai/provider.yaml
index 080949c34af..63b386367e1 100644
--- a/providers/openai/provider.yaml
+++ b/providers/openai/provider.yaml
@@ -24,6 +24,7 @@ description: |
     `OpenAI <https://platform.openai.com/docs/introduction>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335379
 
 # Note that those versions are maintained by release manager - do not update 
them manually
diff --git a/providers/openfaas/provider.yaml b/providers/openfaas/provider.yaml
index 037b05e790a..95e83e75906 100644
--- a/providers/openfaas/provider.yaml
+++ b/providers/openfaas/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `OpenFaaS <https://www.openfaas.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335388
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/openlineage/provider.yaml 
b/providers/openlineage/provider.yaml
index 505c31df722..64566543d2c 100644
--- a/providers/openlineage/provider.yaml
+++ b/providers/openlineage/provider.yaml
@@ -23,6 +23,7 @@ description: |
   At its core it is an extensible specification that systems can use to 
interoperate with lineage metadata.
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770752868
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/opensearch/provider.yaml 
b/providers/opensearch/provider.yaml
index 323178ee9f1..5041936d8a4 100644
--- a/providers/opensearch/provider.yaml
+++ b/providers/opensearch/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `OpenSearch <https://opensearch.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769461532
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/opsgenie/provider.yaml b/providers/opsgenie/provider.yaml
index edddfddbcba..3a14a6257eb 100644
--- a/providers/opsgenie/provider.yaml
+++ b/providers/opsgenie/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Opsgenie <https://www.atlassian.com/software/opsgenie>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335469
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/oracle/provider.yaml b/providers/oracle/provider.yaml
index 2278a421317..95525ad61b9 100644
--- a/providers/oracle/provider.yaml
+++ b/providers/oracle/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Oracle <https://www.oracle.com/database/technologies/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770752925
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/pagerduty/provider.yaml 
b/providers/pagerduty/provider.yaml
index ec1be318e01..72b296dbc7f 100644
--- a/providers/pagerduty/provider.yaml
+++ b/providers/pagerduty/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Pagerduty <https://www.pagerduty.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769537264
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/papermill/provider.yaml 
b/providers/papermill/provider.yaml
index 563e1f5f7db..0a9b7817c2c 100644
--- a/providers/papermill/provider.yaml
+++ b/providers/papermill/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Papermill <https://github.com/nteract/papermill>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335490
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/pgvector/provider.yaml b/providers/pgvector/provider.yaml
index f3ea2e4e25c..ec5f9811d43 100644
--- a/providers/pgvector/provider.yaml
+++ b/providers/pgvector/provider.yaml
@@ -24,6 +24,7 @@ description: |
     `pgvector <https://github.com/pgvector/pgvector>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335495
 
 # Note that those versions are maintained by release manager - do not update 
them manually
diff --git a/providers/pinecone/provider.yaml b/providers/pinecone/provider.yaml
index c6ea32e9494..d181e6d291a 100644
--- a/providers/pinecone/provider.yaml
+++ b/providers/pinecone/provider.yaml
@@ -24,6 +24,7 @@ description: |
     `Pinecone <https://docs.pinecone.io/docs/overview>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335501
 
 # Note that those versions are maintained by release manager - do not update 
them manually
diff --git a/providers/postgres/provider.yaml b/providers/postgres/provider.yaml
index ef8d27cc675..05ad7d3a7aa 100644
--- a/providers/postgres/provider.yaml
+++ b/providers/postgres/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `PostgreSQL <https://www.postgresql.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770753002
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/presto/provider.yaml b/providers/presto/provider.yaml
index ff3206502b4..4e72fa61b62 100644
--- a/providers/presto/provider.yaml
+++ b/providers/presto/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Presto <https://prestodb.io/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335532
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/qdrant/provider.yaml b/providers/qdrant/provider.yaml
index 77f89833ab7..b6ccfcd5dc9 100644
--- a/providers/qdrant/provider.yaml
+++ b/providers/qdrant/provider.yaml
@@ -24,6 +24,7 @@ description: |
     `Qdrant <https://qdrant.tech/documentation>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335540
 
 # Note that those versions are maintained by release manager - do not update 
them manually
diff --git a/providers/redis/provider.yaml b/providers/redis/provider.yaml
index fcd818b103c..dcce1c15c27 100644
--- a/providers/redis/provider.yaml
+++ b/providers/redis/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Redis <https://redis.io/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335548
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/salesforce/provider.yaml 
b/providers/salesforce/provider.yaml
index c3274501be5..b8b88892537 100644
--- a/providers/salesforce/provider.yaml
+++ b/providers/salesforce/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Salesforce <https://www.salesforce.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335553
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/samba/provider.yaml b/providers/samba/provider.yaml
index ee832c1db3d..4d915c462b8 100644
--- a/providers/samba/provider.yaml
+++ b/providers/samba/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Samba <https://www.samba.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335561
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/segment/provider.yaml b/providers/segment/provider.yaml
index c74ea76b450..59b794571a7 100644
--- a/providers/segment/provider.yaml
+++ b/providers/segment/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Segment <https://segment.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335566
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/sendgrid/provider.yaml b/providers/sendgrid/provider.yaml
index 4c2a6896860..32d2923a152 100644
--- a/providers/sendgrid/provider.yaml
+++ b/providers/sendgrid/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Sendgrid <https://sendgrid.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335576
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/sftp/provider.yaml b/providers/sftp/provider.yaml
index b37ae37d90b..b763b8c49ce 100644
--- a/providers/sftp/provider.yaml
+++ b/providers/sftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `SSH File Transfer Protocol (SFTP) 
<https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769461567
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/singularity/provider.yaml 
b/providers/singularity/provider.yaml
index 98de18dafd5..e3928037699 100644
--- a/providers/singularity/provider.yaml
+++ b/providers/singularity/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Singularity <https://sylabs.io/guides/latest/user-guide/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335595
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/slack/provider.yaml b/providers/slack/provider.yaml
index 2c3b995b7ab..05228968a6c 100644
--- a/providers/slack/provider.yaml
+++ b/providers/slack/provider.yaml
@@ -25,6 +25,7 @@ description: |
       - `Slack Incoming Webhook <https://api.slack.com/messaging/webhooks>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335601
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/smtp/provider.yaml b/providers/smtp/provider.yaml
index a1c3e50d6d8..52dc0c5ce88 100644
--- a/providers/smtp/provider.yaml
+++ b/providers/smtp/provider.yaml
@@ -23,6 +23,7 @@ description: |
   `Simple Mail Transfer Protocol (SMTP) 
<https://tools.ietf.org/html/rfc5321>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335608
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/snowflake/provider.yaml 
b/providers/snowflake/provider.yaml
index d830f37c37d..c8a68386946 100644
--- a/providers/snowflake/provider.yaml
+++ b/providers/snowflake/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Snowflake <https://www.snowflake.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770753015
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/sqlite/provider.yaml b/providers/sqlite/provider.yaml
index 95850b627bc..5c965a0e23d 100644
--- a/providers/sqlite/provider.yaml
+++ b/providers/sqlite/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `SQLite <https://www.sqlite.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335631
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/ssh/provider.yaml b/providers/ssh/provider.yaml
index 3421b4f0430..8971c35d2d0 100644
--- a/providers/ssh/provider.yaml
+++ b/providers/ssh/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Secure Shell (SSH) <https://tools.ietf.org/html/rfc4251>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1769537303
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/standard/provider.yaml b/providers/standard/provider.yaml
index 3709405463c..36d9eb15b7c 100644
--- a/providers/standard/provider.yaml
+++ b/providers/standard/provider.yaml
@@ -21,6 +21,7 @@ name: Standard
 description: |
     Airflow Standard Provider
 state: ready
+lifecycle: production
 source-date-epoch: 1770753094
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/tableau/provider.yaml b/providers/tableau/provider.yaml
index 923f77fe451..68783d8d705 100644
--- a/providers/tableau/provider.yaml
+++ b/providers/tableau/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Tableau <https://www.tableau.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770753114
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/telegram/provider.yaml b/providers/telegram/provider.yaml
index 0caa2a5f438..c17a768f056 100644
--- a/providers/telegram/provider.yaml
+++ b/providers/telegram/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Telegram <https://telegram.org/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335695
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/teradata/provider.yaml b/providers/teradata/provider.yaml
index 328f0653160..8ed40ee45ab 100644
--- a/providers/teradata/provider.yaml
+++ b/providers/teradata/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Teradata <https://www.teradata.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770753175
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/trino/provider.yaml b/providers/trino/provider.yaml
index d3bda89463d..9a887ad8cc7 100644
--- a/providers/trino/provider.yaml
+++ b/providers/trino/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Trino <https://trino.io/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335714
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/vertica/provider.yaml b/providers/vertica/provider.yaml
index 5696be13a8c..4a9f86683d4 100644
--- a/providers/vertica/provider.yaml
+++ b/providers/vertica/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Vertica <https://www.vertica.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335722
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/weaviate/provider.yaml b/providers/weaviate/provider.yaml
index 57cdba637ee..c0901e219eb 100644
--- a/providers/weaviate/provider.yaml
+++ b/providers/weaviate/provider.yaml
@@ -24,6 +24,7 @@ description: |
     `Weaviate <https://weaviate.io/developers/weaviate>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335730
 
 # Note that those versions are maintained by release manager - do not update 
them manually
diff --git a/providers/yandex/provider.yaml b/providers/yandex/provider.yaml
index b618203909e..11c3e24730b 100644
--- a/providers/yandex/provider.yaml
+++ b/providers/yandex/provider.yaml
@@ -23,6 +23,7 @@ description: |
 
         - `Yandex.Cloud <https://cloud.yandex.com/>`__
 state: ready
+lifecycle: production
 source-date-epoch: 1770753209
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/ydb/provider.yaml b/providers/ydb/provider.yaml
index d43e95d764c..54bf5785d9c 100644
--- a/providers/ydb/provider.yaml
+++ b/providers/ydb/provider.yaml
@@ -22,6 +22,7 @@ description: |
   `YDB <https://ydb.tech/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1770753222
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.
diff --git a/providers/zendesk/provider.yaml b/providers/zendesk/provider.yaml
index 840a5fa907f..4a3e6b7e57d 100644
--- a/providers/zendesk/provider.yaml
+++ b/providers/zendesk/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Zendesk <https://www.zendesk.com/>`__
 
 state: ready
+lifecycle: production
 source-date-epoch: 1768335762
 # Note that those versions are maintained by release manager - do not update 
them manually
 # with the exception of case where other provider in sources has >= new 
provider version.

Reply via email to