Skip to content

Commit

Permalink
Add schema & alias to export table (#4883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Feb 9, 2024
2 parents 38fe97a + e5841c5 commit dd8ceef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/build/saved-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ To define a saved query, refer to the following parameters:
| `exports::name` | String | Required | Name of the export object. |
| `exports::config` | List or Structure | Required | A config section for any parameters specifying the export. |
| `exports::config::export_as` | String | Required | The type of export to run. Options include table or view currently and cache in the near future. |
| `exports::config` | String | Optional | The schema used for creating the table or view. This option cannot be used for caching. |
| `exports::config` | String | Optional | The table alias to use to write the table or view. This option cannot be used for caching. |
| `exports::config::schema` | String | Optional | The schema used for creating the table or view. This option cannot be used for caching. |
| `exports::config::alias` | String | Optional | The table alias to use to write the table or view. This option cannot be used for caching. |

All metrics in a saved query need to use the same dimensions in the `group_by` or `where` clauses.

Expand Down

0 comments on commit dd8ceef

Please sign in to comment.