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

Function getStorageUriForIcebergTable

core/utils.ts:377–383  ·  view source on GitHub ↗
(
  bucketName: string,
  tableFolderRoot: string,
  tableFolderSubpath: string,
)

Source from the content-addressed store, hash-verified

375 * @returns Storage URI used when creating an Iceberg table.
376 */
377export function getStorageUriForIcebergTable(
378 bucketName: string,
379 tableFolderRoot: string,
380 tableFolderSubpath: string,
381): string {
382 return `gs://${bucketName}/${tableFolderRoot}/${tableFolderSubpath}`;
383}
384
385/**
386 * Returns the bucketName which will be used to construct storageUri for an

Callers 3

utils_test.tsFile · 0.90
constructorMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected