best way to create schema with gql
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
specVersion: "v1"
|
||||
serviceId: "krow-workforce"
|
||||
serviceId: "krow-workforce-db"
|
||||
location: "us-central1"
|
||||
schema:
|
||||
source: "./schema"
|
||||
datasource:
|
||||
postgresql:
|
||||
database: "fdcdb"
|
||||
database: "krow_db"
|
||||
cloudSql:
|
||||
instanceId: "krow-workforce-fdc"
|
||||
instanceId: "krow-sql"
|
||||
# schemaValidation: "STRICT" # STRICT mode makes Postgres schema match Data Connect exactly.
|
||||
# schemaValidation: "COMPATIBLE" # COMPATIBLE mode makes Postgres schema compatible with Data Connect.
|
||||
connectorDirs: ["./connector"]
|
||||
|
||||
Reference in New Issue
Block a user