Skip to content

GetKxChangeset

Source: src/AWS/FinSpace/GetKxChangeset.ts

Runtime binding for finspace:GetKxChangeset — reads one changeset of a kdb database in the bound environment — status, change requests, and error details — so ingestion pipelines can poll a changeset to COMPLETED. Provide the implementation with Effect.provide(AWS.FinSpace.GetKxChangesetHttp).

const getChangeset = yield* AWS.FinSpace.GetKxChangeset(kdb);
const { status } = yield* getChangeset({
databaseName: "ticks",
changesetId,
});