From 8dd69af2692c94e79db5578f08eb5ed41a952217 Mon Sep 17 00:00:00 2001 From: Akash Verma <138790903+akashverma0786@users.noreply.github.com> Date: Thu, 4 Sep 2025 09:34:25 +0530 Subject: [PATCH] fix(snowplow) : json-changes (#23217) * none * snowplow-json-change --------- Co-authored-by: Akash Verma Co-authored-by: Ashish Gupta --- .../{snowplowconnection.json => snowplowConnection.json} | 0 .../resources/json/schema/entity/services/pipelineService.json | 2 +- .../pipeline/{snowplowconnection.ts => snowplowConnection.ts} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/{snowplowconnection.json => snowplowConnection.json} (100%) rename openmetadata-ui/src/main/resources/ui/src/generated/entity/services/connections/pipeline/{snowplowconnection.ts => snowplowConnection.ts} (98%) diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/snowplowconnection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/snowplowConnection.json similarity index 100% rename from openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/snowplowconnection.json rename to openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/snowplowConnection.json diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/pipelineService.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/pipelineService.json index db4625908f8..c4414edb12f 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/pipelineService.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/pipelineService.json @@ -177,7 +177,7 @@ "$ref": "./connections/pipeline/stitchConnection.json" }, { - "$ref": "./connections/pipeline/snowplowconnection.json" + "$ref": "./connections/pipeline/snowplowConnection.json" } ] } diff --git a/openmetadata-ui/src/main/resources/ui/src/generated/entity/services/connections/pipeline/snowplowconnection.ts b/openmetadata-ui/src/main/resources/ui/src/generated/entity/services/connections/pipeline/snowplowConnection.ts similarity index 98% rename from openmetadata-ui/src/main/resources/ui/src/generated/entity/services/connections/pipeline/snowplowconnection.ts rename to openmetadata-ui/src/main/resources/ui/src/generated/entity/services/connections/pipeline/snowplowConnection.ts index 42ae41f87c8..acb548a7f4b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/generated/entity/services/connections/pipeline/snowplowconnection.ts +++ b/openmetadata-ui/src/main/resources/ui/src/generated/entity/services/connections/pipeline/snowplowConnection.ts @@ -13,7 +13,7 @@ /** * Snowplow Pipeline Connection Config */ -export interface Snowplowconnection { +export interface SnowplowConnection { /** * API Key for Snowplow Console API */