Skip to content

Commit

Permalink
refactor: remove integrations abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed Dec 29, 2023
1 parent 163458a commit e01083c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pattern/ingest/duckdb/notebook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import * as qs from "../../../lib/quality-system/mod.ts";
import * as ws from "../../../lib/universal/whitespace.ts";
import * as SQLa from "../../../render/mod.ts";
import * as tp from "../../../pattern/typical/mod.ts";
import * as ddbd from "../../../render/dialect/duckdb/mod.ts";
import * as a from "./assurance.ts";

// deno-lint-ignore no-explicit-any
Expand All @@ -30,7 +29,6 @@ export interface IngestSourceStructAssuranceContext {
ReturnType<IngestGovernance["ingestSessionIssueCRF"]["insertDML"]>
>
| ReturnType<IngestGovernance["ingestSessionIssueCRF"]["insertDML"]>;
readonly integration: ReturnType<typeof ddbd.integration<IngestEmitContext>>;
readonly selectEntryIssues: () => SQLa.SqlTextSupplier<IngestEmitContext>;
}

Expand Down

0 comments on commit e01083c

Please sign in to comment.