RepositoryWorkspaceCompilationOverrides

data class RepositoryWorkspaceCompilationOverrides(val defaultDatabase: String? = null, val schemaSuffix: String? = null, val tablePrefix: String? = null)

Constructors

Link copied to clipboard
constructor(defaultDatabase: String? = null, schemaSuffix: String? = null, tablePrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultDatabase: String? = null

The default database (Google Cloud project ID).

Link copied to clipboard
val schemaSuffix: String? = null

The suffix that should be appended to all schema (BigQuery dataset ID) names.

Link copied to clipboard
val tablePrefix: String? = null

The prefix that should be prepended to all table names.