CodeCompilationConfigResponse

data class CodeCompilationConfigResponse(val assertionSchema: String, val databaseSuffix: String, val defaultDatabase: String, val defaultLocation: String, val defaultSchema: String, val schemaSuffix: String, val tablePrefix: String, val vars: Map<String, String>)

Configures various aspects of Dataform code compilation.

Constructors

Link copied to clipboard
fun CodeCompilationConfigResponse(assertionSchema: String, databaseSuffix: String, defaultDatabase: String, defaultLocation: String, defaultSchema: String, schemaSuffix: String, tablePrefix: String, vars: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The default schema (BigQuery dataset ID) for assertions.

Link copied to clipboard

Optional. The suffix that should be appended to all database (Google Cloud project ID) names.

Link copied to clipboard

Optional. The default database (Google Cloud project ID).

Link copied to clipboard

Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.

Link copied to clipboard

Optional. The default schema (BigQuery dataset ID).

Link copied to clipboard

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

Link copied to clipboard

Optional. The prefix that should be prepended to all table names.

Link copied to clipboard

Optional. User-defined variables that are made available to project code during compilation.