Skip to content

Commit

Permalink
Coates/OB-30006 freshness language tuning (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-jackcoates authored Jul 1, 2024
1 parent 78df253 commit 28d3b48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ One of `name` or `id` must be set. If `name` is provided, `workspace` must be se
### Read-Only

- `description` (String) Dataset description.
- `freshness` (String) Target freshness for results. Reducing the freshness will increase the
- `freshness` (String) Target freshness for results. Tighten the freshness to increase the
frequency with which queries are run, which incurs higher transform costs.
- `icon_url` (String) Icon to be displayed for this object. Icons are sourced from the [fluency-filled](https://icons8.com/icons/fluency-systems-filled) icon set.
- `inputs` (Map of String) The inputs map binds dataset OIDs to labels which can be referenced within
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ its predecessor. (see [below for nested schema](#nestedblock--stage))

- `acceleration_disabled` (Boolean) Disables periodic materialization of the dataset
- `description` (String) Dataset description.
- `freshness` (String) Target freshness for results. Reducing the freshness will increase the
- `freshness` (String) Target freshness for results. Tighten the freshness to increase the
frequency with which queries are run, which incurs higher transform costs.
- `icon_url` (String) Icon to be displayed for this object. Icons are sourced from the [fluency-filled](https://icons8.com/icons/fluency-systems-filled) icon set.
- `on_demand_materialization_length` (String) The maximum on-demand materialization length for the dataset.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ its predecessor. (see [below for nested schema](#nestedblock--stage))
- `definition` (String) Monitor definition in JSON format.
- `description` (String) A brief description of the monitor.
- `disabled` (Boolean) Set to `true` to disable monitor.
- `freshness` (String) Target freshness for results. Reducing the freshness will increase the
- `freshness` (String) Target freshness for results. Tighten the freshness to increase the
frequency with which queries are run, which incurs higher transform costs.
- `icon_url` (String) Icon to be displayed for this object. Icons are sourced from the [fluency-filled](https://icons8.com/icons/fluency-systems-filled) icon set.
- `is_template` (Boolean) This resource is template for creating new monitors
Expand Down
2 changes: 1 addition & 1 deletion observe/descriptions/transform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema:
freshness: |
Target freshness for results. Reducing the freshness will increase the
Target freshness for results. Tighten the freshness to increase the
frequency with which queries are run, which incurs higher transform costs.
inputs: |
The inputs map binds dataset OIDs to labels which can be referenced within
Expand Down

0 comments on commit 28d3b48

Please sign in to comment.