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

Method schemas

cli/api/dbadapters/bigquery.ts:299–302  ·  view source on GitHub ↗
(database: string)

Source from the content-addressed store, hash-verified

297 }
298
299 public async schemas(database: string): Promise<string[]> {
300 const data = await this.getClient(database).getDatasets({ autoPaginate: true, maxResults: 1000 });
301 return data[0].map(dataset => dataset.id);
302 }
303
304 public async createSchema(database: string, schema: string): Promise<void> {
305 await this.execute(

Callers 1

tablesMethod · 0.95

Calls 1

getClientMethod · 0.95

Tested by

no test coverage detected