Repository Release Config Code Compilation Config Args
data class RepositoryReleaseConfigCodeCompilationConfigArgs(val assertionSchema: Output<String>? = null, val databaseSuffix: Output<String>? = null, val defaultDatabase: Output<String>? = null, val defaultLocation: Output<String>? = null, val defaultSchema: Output<String>? = null, val schemaSuffix: Output<String>? = null, val tablePrefix: Output<String>? = null, val vars: Output<Map<String, String>>? = null) : ConvertibleToJava<RepositoryReleaseConfigCodeCompilationConfigArgs>
Constructors
Link copied to clipboard
constructor(assertionSchema: Output<String>? = null, databaseSuffix: Output<String>? = null, defaultDatabase: Output<String>? = null, defaultLocation: Output<String>? = null, defaultSchema: Output<String>? = null, schemaSuffix: Output<String>? = null, tablePrefix: Output<String>? = null, vars: Output<Map<String, String>>? = null)
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.