From 3eb7bac5036add3f03c7993e229d96363ca10a36 Mon Sep 17 00:00:00 2001 From: Shahar Epstein <60007259+shahar1@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:01:26 +0300 Subject: [PATCH] Mark Common Data Quality provider as not-ready The provider is currently only a skeleton (#69795); the PR implementing its actual rules is still under discussion and unmerged, so it should not be picked up by provider release waves yet. breeze's package filter gates on 'state' and never reads 'lifecycle', so 'lifecycle: incubation' alone did not exclude it - the 2026-07-22 wave pulled it in and regenerated its README. Marking it not-ready matches ibm.mq, the other in-development provider, and keeps it out of release tooling until it is ready to publish. --- providers/common/dataquality/provider.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/common/dataquality/provider.yaml b/providers/common/dataquality/provider.yaml index ae44126145dd5..e848d43b7807d 100644 --- a/providers/common/dataquality/provider.yaml +++ b/providers/common/dataquality/provider.yaml @@ -21,7 +21,7 @@ name: Common Data Quality description: | Common Data Quality Provider -state: ready +state: not-ready lifecycle: incubation source-date-epoch: 1751587200 build-system: flit_core