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 | |
---|---|
defaultDatabase |
Optional. The default database (Google Cloud project ID). |
defaultSchema |
Optional. The default schema (BigQuery dataset ID). |
defaultLocation |
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. |
assertionSchema |
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 |
databaseSuffix |
Optional. The suffix that should be appended to all database (Google Cloud project ID) names. |
schemaSuffix |
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names. |
tablePrefix |
Optional. The prefix that should be prepended to all table names. |
defaultNotebookRuntimeOptions |
|
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: |
|
gcsOutputBucket |
Optional. The GCS location to upload the result to. Format: |