mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
bb881c2b84
This adds documentation for tracking and querying a BigQuery view. I simply copied the PostgreSQL documentation, then verified it all worked. I had to make a few changes, of course: 1. the links point to BigQuery documentation 2. the metadata calls reference `bigquery_track_table` 3. the `text` datatype has been changed to `string` I also renumbered the pages to match the PostgreSQL section. [NDAT-336]: https://hasurahq.atlassian.net/browse/NDAT-336?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8052 GitOrigin-RevId: 2989bdf31ce768cb96c05b2258452789a61b4285 |
||
---|---|---|
.. | ||
.yarn/releases | ||
docs | ||
public | ||
scripts | ||
src | ||
static | ||
wiki | ||
.dockerignore | ||
.gitignore | ||
.prettierrc.json | ||
.yarnrc | ||
.yarnrc.yml | ||
babel.config.js | ||
CODESPACES.md | ||
CONTRIBUTING.md | ||
cspell.config.yaml | ||
Dockerfile | ||
docusaurus.config.js | ||
package-lock.json | ||
package.json | ||
preview_cloud_build.yaml | ||
README.md | ||
sidebars.js | ||
sidebarsWiki.js | ||
spell_add.sh | ||
spell_check.sh | ||
tsconfig.json | ||
yarn.lock |
README.md
Info
The most up-to-date information for the docs site can be found on our wiki. You can access the wiki on the live docs site, or directly within this repository.