[HUDI-5901][DOCS] Added links to understand in what cases HUDI Big Query integration works#8091
Merged
danny0405 merged 2 commits intoapache:asf-sitefrom Mar 8, 2023
Merged
Conversation
Why changes - In what cases the integration works is clear, finding elaboration of that cases can be made easier with links. What are the Changes - Added links to understand in what cases HUDI Big Query integration works. This change will help user to understand the restriction of integration faster.
Author
danny0405
approved these changes
Mar 4, 2023
Fixing build failure
Error: Error: Docusaurus found broken links!
Please check the pages of your site in the list below, and make sure you don't reference any path that does not exist.
Note: it's possible to ignore broken links with the 'onBrokenLinks' Docusaurus configuration, and let the build pass.
Exhaustive list of all broken links found:
- On source page path = /docs/querying_data:
-> linking to /docs/next/query_engine_setup#redshift-spectrum (resolved as: /docs/next/query_engine_setup)
-> linking to /docs/next/query_engine_setup#doris (resolved as: /docs/next/query_engine_setup)
-> linking to /docs/next/query_engine_setup#starrocks (resolved as: /docs/next/query_engine_setup)
at reportMessage (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/utils/lib/index.js:306:19)
at handleBrokenLinks (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/server/brokenLinks.js:138:35)
at async buildLocale (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/commands/build.js:155:5)
at async tryToBuildLocale (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/commands/build.js:33:20)
at async mapAsyncSequencial (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/utils/lib/index.js:262:24)
at async build (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/commands/build.js:68:25)
Error: Process completed with exit code 1.
Author
|
@danny0405 fixed a broken links in querying_data.md for build failure. Please review |
Zouxxyy
pushed a commit
to Zouxxyy/hudi
that referenced
this pull request
Apr 3, 2023
…ery integration works (apache#8091) * Update gcp_bigquery.md Why changes - In what cases the integration works is clear, finding elaboration of that cases can be made easier with links. What are the Changes - Added links to understand in what cases HUDI Big Query integration works. This change will help user to understand the restriction of integration faster. * Update querying_data.md Fixing build failure Error: Error: Docusaurus found broken links! Please check the pages of your site in the list below, and make sure you don't reference any path that does not exist. Note: it's possible to ignore broken links with the 'onBrokenLinks' Docusaurus configuration, and let the build pass. Exhaustive list of all broken links found: - On source page path = /docs/querying_data: -> linking to /docs/next/query_engine_setup#redshift-spectrum (resolved as: /docs/next/query_engine_setup) -> linking to /docs/next/query_engine_setup#doris (resolved as: /docs/next/query_engine_setup) -> linking to /docs/next/query_engine_setup#starrocks (resolved as: /docs/next/query_engine_setup) at reportMessage (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/utils/lib/index.js:306:19) at handleBrokenLinks (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/server/brokenLinks.js:138:35) at async buildLocale (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/commands/build.js:155:5) at async tryToBuildLocale (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/commands/build.js:33:20) at async mapAsyncSequencial (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/utils/lib/index.js:262:24) at async build (/home/runner/work/hudi/hudi/website/node_modules/@docusaurus/core/lib/commands/build.js:68:25) Error: Process completed with exit code 1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why changes - In what cases the integration works is clear, finding elaboration of that cases can be made easier with links. What are the Changes - Added links to understand in what cases HUDI Big Query integration works.
This change will help user to understand the restriction of integration faster.
Change Logs
Why changes - In what cases the integration works is clear, finding elaboration of that cases can be made easier with links. What are the Changes - Added links to understand in what cases HUDI Big Query integration works.
This change will help user to understand the restriction of integration faster.
Impact
No impact to performace or user. Documentation change.
Risk level (write none, low medium or high below)
None
Documentation Update
This changes the https://hudi.apache.org/docs/gcp_bigquery/
Contributor's checklist