Update service IDs in dataconnect configuration for consistency
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
specVersion: "v1"
|
specVersion: "v1"
|
||||||
serviceId: "krow-workforce-db-validation"
|
serviceId: "krow-workforce-db"
|
||||||
location: "us-central1"
|
location: "us-central1"
|
||||||
schema:
|
schema:
|
||||||
source: "./schema"
|
source: "./schema"
|
||||||
@@ -7,7 +7,7 @@ schema:
|
|||||||
postgresql:
|
postgresql:
|
||||||
database: "krow_db"
|
database: "krow_db"
|
||||||
cloudSql:
|
cloudSql:
|
||||||
instanceId: "krow-sql-validation"
|
instanceId: "krow-sql"
|
||||||
# schemaValidation: "STRICT" # STRICT mode makes Postgres schema match Data Connect exactly.
|
# schemaValidation: "STRICT" # STRICT mode makes Postgres schema match Data Connect exactly.
|
||||||
# schemaValidation: "COMPATIBLE" # COMPATIBLE mode makes Postgres schema compatible with Data Connect.
|
# schemaValidation: "COMPATIBLE" # COMPATIBLE mode makes Postgres schema compatible with Data Connect.
|
||||||
connectorDirs: ["./connector"]
|
connectorDirs: ["./connector"]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# make dataconnect-clean DC_ENV=validation
|
# make dataconnect-clean DC_ENV=validation
|
||||||
# make dataconnect-generate-sdk DC_ENV=dev
|
# make dataconnect-generate-sdk DC_ENV=dev
|
||||||
#
|
#
|
||||||
DC_ENV ?= validation
|
DC_ENV ?= dev
|
||||||
|
|
||||||
DC_SERVICE_DEV := krow-workforce-db
|
DC_SERVICE_DEV := krow-workforce-db
|
||||||
DC_SERVICE_VALIDATION := krow-workforce-db-validation
|
DC_SERVICE_VALIDATION := krow-workforce-db-validation
|
||||||
|
|||||||
Reference in New Issue
Block a user