Skip to content

UpdateKxClusterDatabases

Source: src/AWS/FinSpace/UpdateKxClusterDatabases.ts

Runtime binding for finspace:UpdateKxClusterDatabases — remounts a running cluster’s databases at new changesets (with rolling or no-restart deployment) — how ingestion pipelines roll fresh data out to clusters that don’t read through dataviews. Provide the implementation with Effect.provide(AWS.FinSpace.UpdateKxClusterDatabasesHttp).

const updateClusterDatabases = yield* AWS.FinSpace.UpdateKxClusterDatabases(kdb);
yield* updateClusterDatabases({
clusterName: "hdb",
databases: [{ databaseName: "ticks", changesetId }],
deploymentConfiguration: { deploymentStrategy: "NO_RESTART" },
clientToken: crypto.randomUUID(),
});