Skip to content

Commit

Permalink
Format and fix grammar/spelling in docs #852
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Jan 12, 2024
1 parent 8c5d825 commit 07bb5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website/docs/dlt-ecosystem/destinations/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ When staging is enabled:

BigQuery supports the following [column hints](https://dlthub.com/docs/general-usage/schema#tables-and-columns):

* `partition` - creates a partition with a day granularity on decorated column (`PARTITION BY DATE`).
May be used with `datetime`, `date` data types and `bigint` if it contains valid UNIX timestamps.
* `partition` - creates a partition with a day granularity on decorated column (`PARTITION BY DATE` or `RANGE_BUCKET`).
May be used with `datetime`, `date` data types and `bigint` **only if** it contains valid UNIX timestamps.
Only one column per table is supported and only when a new table is created.
* `cluster` - creates a cluster column(s). Many columns per table are supported and only when a new table is created.

Expand Down

0 comments on commit 07bb5f6

Please sign in to comment.