Configures various aspects of Dataform code compilation.
JSON representation |
---|
{
"defaultDatabase": string,
"defaultSchema": string,
"defaultLocation": string,
"assertionSchema": string,
"vars": {
string: string,
...
},
"databaseSuffix": string,
"schemaSuffix": string,
"tablePrefix": string,
"defaultNotebookRuntimeOptions": {
object ( |
Fields | |
---|---|
default |
Optional. The default database (Google Cloud project ID). |
default |
Optional. The default schema (BigQuery dataset ID). |
default |
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. |
assertion |
Optional. The default schema (BigQuery dataset ID) for assertions. |
vars |
Optional. User-defined variables that are made available to project code during compilation. An object containing a list of |
database |
Optional. The suffix that should be appended to all database (Google Cloud project ID) names. |
schema |
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names. |
table |
Optional. The prefix that should be prepended to all table names. |
default |
|
NotebookRuntimeOptions
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field execution_sink . The location to store the notebook execution result. execution_sink can be only one of the following: |
|
gcs |
Optional. The Google Cloud Storage location to upload the result to. Format: |