MCPcopy Create free account
hub / github.com/dataform-co/dataform / schemaWithSuffix

Function schemaWithSuffix

tests/api/projects.spec.ts:16–17  ·  view source on GitHub ↗
(schema: string)

Source from the content-addressed store, hash-verified

14 const databaseWithSuffix = (database: string) =>
15 databaseSuffix ? `${database}_${databaseSuffix}` : database;
16 const schemaWithSuffix = (schema: string) =>
17 schemaSuffix ? `${schema}_${schemaSuffix}` : schema;
18
19 test(`compiles with database suffix "${databaseSuffix}", schema suffix "${schemaSuffix}"`, async () => {
20 const graph = await compile({

Callers 1

projects.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected