Skip to content

Commit d62f6b2

Browse files
[DOCS] Add page on BigQuery Delta Lake integration (#3123)
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://github.com/delta-io/delta/blob/master/CONTRIBUTING.md 2. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP] Your PR title ...'. 3. Be sure to keep the PR description updated to reflect all changes. 4. Please write your PR title to summarize what this PR proposes. 5. If possible, provide a concise example to reproduce the issue for a faster review. 6. If applicable, include the corresponding issue number in the PR title and link it in the body. --> #### Which Delta project/connector is this regarding? <!-- Please add the component selected below to the beginning of the pull request title For example: [Spark] Title of my pull request --> - [ ] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [X] Other (fill in here) ## Description Adds a page on BigQuery Delta Lake integration to the "integrations" page. Page is like this: <img width="1726" alt="Screenshot 2024-05-20 at 6 15 42 PM" src="https://github.com/delta-io/delta/assets/89107911/145e14d5-39b2-4737-b4f4-b6f4cea044ca"> And it is indexed as part of the integrations page here: <img width="1728" alt="Screenshot 2024-05-20 at 6 15 57 PM" src="https://github.com/delta-io/delta/assets/89107911/c0111cd4-5bd6-45b4-86b1-727e39402ae8"> ## How was this patch tested? Local build. ## Does this PR introduce _any_ user-facing changes? No. --------- Co-authored-by: Tathagata Das <[email protected]> (cherry picked from commit 699df38)
1 parent 9f0dfdf commit d62f6b2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/source/bigquery-integration.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
description: Learn how to read Delta Lake tables from Google BigQuery.
3+
---
4+
5+
# Google BigQuery integration with <Delta>
6+
7+
Google BigQuery supports reading <Delta> (reader version 3 with [Deletion Vectors](delta-deletion-vectors.md) and [Column Mapping](delta-column-mapping.md)). Please refer to [Delta Lake BigLake tables documentation](https://cloud.google.com/bigquery/docs/create-delta-lake-table) for more details.
8+
9+
.. include:: /shared/replacements.md

docs/source/integrations.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Since Athena [version 3](https://docs.aws.amazon.com/athena/latest/ug/engine-ver
2525
presto-integration
2626
redshift-spectrum-integration
2727
snowflake-integration
28+
bigquery-integration
2829
hive-integration
2930
flink-integration
3031
delta-standalone

0 commit comments

Comments
 (0)