Skip to content

Commit

Permalink
DocS: Fix typo in BigQuery source documentation (#19543)
Browse files Browse the repository at this point in the history
Data type mapping table referred to "CockroachDb Type" instead of "BigQuery Type".
  • Loading branch information
markandrus authored Nov 29, 2022
1 parent 208f2ec commit 87d69a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/sources/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The BigQuery source does not alter the schema present in your database. Dependin

The BigQuery data types mapping:

| CockroachDb Type | Resulting Type | Notes |
| BigQuery Type | Resulting Type | Notes |
| :--- | :--- | :--- |
| `BOOL` | Boolean | |
| `INT64` | Number | |
Expand Down

0 comments on commit 87d69a9

Please sign in to comment.