MCPcopy Create free account
hub / github.com/lightdash/lightdash / createClient

Function createClient

packages/backend/src/dbt/DbtMetadataApiClient.test.ts:59–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57});
58
59const createClient = () =>
60 new DbtMetadataApiClient({
61 environmentId: '123',
62 bearerToken: 'test-token',
63 discoveryApiEndpoint: undefined,
64 tags: undefined,
65 });
66
67describe('DbtMetadataApiClient', () => {
68 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected