You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configs-reference.md
+7-25Lines changed: 7 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,14 +168,8 @@ Action config defines the contents of `actions.yaml` configuration files.
168
168
| requirePartitionFilter |[bool](#bool)|| Declares whether the partitioned table requires a WHERE clause predicate filter that filters the partitioning column. |
169
169
| updatePartitionFilter |[string](#string)|| SQL-based filter for when incremental updates are applied. |
170
170
| clusterBy |[string](#string)| repeated | The keys by which to cluster partitions by. See https://cloud.google.com/dataform/docs/partitions-clusters.|
171
-
| labels |[ActionConfig.IncrementalTableConfig.LabelsEntry](#dataform-ActionConfig-IncrementalTableConfig-LabelsEntry)| repeated | Key-value pairs for BigQuery labels. If the label name contains special characters, e.g. hyphens, then quote its name, e.g. `labels: { "label-name": "value" }`. |
172
-
| additionalOptions | [ActionConfig.IncrementalTableConfig.AdditionalOptionsEntry](#dataform-ActionConfig-IncrementalTableConfig-AdditionalOptionsEntry) | repeated | Key-value pairs of additional options to pass to the BigQuery API.
173
-
174
-
Some options, for example, partitionExpirationDays, have dedicated type/validity checked fields. For such options, use the dedicated fields.
175
-
176
-
String values must be encapsulated in double-quotes, for example: additionalOptions: {numeric_option: "5", string_option: '"string-value"'}
177
-
178
-
If the option name contains special characters, encapsulate the name in quotes, for example: additionalOptions: { "option-name": "value" }. |
| additionalOptions |[ActionConfig.IncrementalTableConfig.AdditionalOptionsEntry](#dataform-ActionConfig-IncrementalTableConfig-AdditionalOptionsEntry)| repeated | Key-value pairs of additional options to pass to the BigQuery API. Some options, for example, partitionExpirationDays, have dedicated type/validity checked fields. For such options, use the dedicated fields. |
179
173
| dependOnDependencyAssertions |[bool](#bool)|| When set to true, assertions dependent upon any dependency will be add as dedpendency to this action |
180
174
| assertions |[ActionConfig.TableAssertionsConfig](#dataform-ActionConfig-TableAssertionsConfig)|| Assertions to be run on the dataset. If configured, relevant assertions will automatically be created and run as a dependency of this dataset. |
181
175
| hermetic |[bool](#bool)|| If true, this indicates that the action only depends on data from explicitly-declared dependencies. Otherwise if false, it indicates that the action depends on data from a source which has not been declared as a dependency. |
@@ -326,14 +320,8 @@ the column(s) in the unique key(s).
326
320
| partitionExpirationDays |[int32](#int32)|| The number of days for which BigQuery stores data in each partition. The setting applies to all partitions in a table, but is calculated independently for each partition based on the partition time. |
327
321
| requirePartitionFilter |[bool](#bool)|| Declares whether the partitioned table requires a WHERE clause predicate filter that filters the partitioning column. |
328
322
| clusterBy |[string](#string)| repeated | The keys by which to cluster partitions by. See https://cloud.google.com/dataform/docs/partitions-clusters.|
329
-
| labels |[ActionConfig.TableConfig.LabelsEntry](#dataform-ActionConfig-TableConfig-LabelsEntry)| repeated | Key-value pairs for BigQuery labels. If the label name contains special characters, e.g. hyphens, then quote its name, e.g. `labels: { "label-name": "value" }`. |
330
-
| additionalOptions | [ActionConfig.TableConfig.AdditionalOptionsEntry](#dataform-ActionConfig-TableConfig-AdditionalOptionsEntry) | repeated | Key-value pairs of additional options to pass to the BigQuery API.
331
-
332
-
Some options, for example, partitionExpirationDays, have dedicated type/validity checked fields. For such options, use the dedicated fields.
333
-
334
-
String values must be encapsulated in double-quotes, for example: additionalOptions: {numeric_option: "5", string_option: '"string-value"'}
335
-
336
-
If the option name contains special characters, encapsulate the name in quotes, for example: additionalOptions: { "option-name": "value" }. |
| additionalOptions |[ActionConfig.TableConfig.AdditionalOptionsEntry](#dataform-ActionConfig-TableConfig-AdditionalOptionsEntry)| repeated | Key-value pairs of additional options to pass to the BigQuery API. Some options, for example, partitionExpirationDays, have dedicated type/validity checked fields. For such options, use the dedicated fields. |
337
325
| dependOnDependencyAssertions |[bool](#bool)|| When set to true, assertions dependent upon any dependency will be add as dedpendency to this action |
338
326
| assertions |[ActionConfig.TableAssertionsConfig](#dataform-ActionConfig-TableAssertionsConfig)|| Assertions to be run on the dataset. If configured, relevant assertions will automatically be created and run as a dependency of this dataset. |
339
327
| hermetic |[bool](#bool)|| If true, this indicates that the action only depends on data from explicitly-declared dependencies. Otherwise if false, it indicates that the action depends on data from a source which has not been declared as a dependency. |
@@ -413,14 +401,8 @@ Target represents a unique action identifier.
413
401
| materialized |[bool](#bool)|| Applies the materialized view optimization, see https://cloud.google.com/bigquery/docs/materialized-views-intro.|
414
402
| description |[string](#string)|| Description of the view. |
415
403
| columns |[ActionConfig.ColumnDescriptor](#dataform-ActionConfig-ColumnDescriptor)| repeated | Descriptions of columns within the table. |
416
-
| labels |[ActionConfig.ViewConfig.LabelsEntry](#dataform-ActionConfig-ViewConfig-LabelsEntry)| repeated | Key-value pairs for BigQuery labels. If the label name contains special characters, e.g. hyphens, then quote its name, e.g. `labels: { "label-name": "value" }`. |
417
-
| additionalOptions | [ActionConfig.ViewConfig.AdditionalOptionsEntry](#dataform-ActionConfig-ViewConfig-AdditionalOptionsEntry) | repeated | Key-value pairs of additional options to pass to the BigQuery API.
418
-
419
-
Some options, for example, partitionExpirationDays, have dedicated type/validity checked fields. For such options, use the dedicated fields.
420
-
421
-
String values must be encapsulated in double-quotes, for example: additionalOptions: {numeric_option: "5", string_option: '"string-value"'}
422
-
423
-
If the option name contains special characters, encapsulate the name in quotes, for example: additionalOptions: { "option-name": "value" }. |
| additionalOptions |[ActionConfig.ViewConfig.AdditionalOptionsEntry](#dataform-ActionConfig-ViewConfig-AdditionalOptionsEntry)| repeated | Key-value pairs of additional options to pass to the BigQuery API. Some options, for example, partitionExpirationDays, have dedicated type/validity checked fields. For such options, use the dedicated fields. |
424
406
| dependOnDependencyAssertions |[bool](#bool)|| When set to true, assertions dependent upon any dependency will be add as dedpendency to this action |
425
407
| hermetic |[bool](#bool)|| If true, this indicates that the action only depends on data from explicitly-declared dependencies. Otherwise if false, it indicates that the action depends on data from a source which has not been declared as a dependency. |
426
408
| assertions |[ActionConfig.TableAssertionsConfig](#dataform-ActionConfig-TableAssertionsConfig)|| Assertions to be run on the dataset. If configured, relevant assertions will automatically be created and run as a dependency of this dataset. |
@@ -506,7 +488,7 @@ configuration file.
506
488
| defaultDataset |[string](#string)|| Required. The default dataset (schema). |
507
489
| defaultLocation |[string](#string)|| Required. The default BigQuery location to use. For more information on BigQuery locations, see https://cloud.google.com/bigquery/docs/locations.|
508
490
| defaultAssertionDataset |[string](#string)|| Required. The default dataset (schema) for assertions. |
509
-
| vars |[WorkflowSettings.VarsEntry](#dataform-WorkflowSettings-VarsEntry)| repeated | Optional. User-defined variables that are made available to project code during compilation. An object containing a list of "key": value pairs. Example: `{ "name": "wrench", "mass": "1.3kg", "count": "3" }`. |
491
+
| vars |[WorkflowSettings.VarsEntry](#dataform-WorkflowSettings-VarsEntry)| repeated | Optional. User-defined variables that are made available to project code during compilation. An object containing a list of "key": value pairs. |
510
492
| projectSuffix |[string](#string)|| Optional. The suffix to append to all Google Cloud project references. |
511
493
| datasetSuffix |[string](#string)|| Optional. The suffix to append to all dataset references. |
512
494
| namePrefix |[string](#string)|| Optional. The prefix to append to all action names. |
0 commit comments