Skip to content

Support materialized view - #19

Open
irotoris wants to merge 5 commits into
rerost:masterfrom
irotoris:irotoris/materialized-view
Open

Support materialized view#19
irotoris wants to merge 5 commits into
rerost:masterfrom
irotoris:irotoris/materialized-view

Conversation

@irotoris

Copy link
Copy Markdown

BigQuery Materialized View: https://cloud.google.com/bigquery/docs/materialized-views-intro

e.g.

SELECT * FROM dataset.table
metadata:
  description: test materialized view
  labels:
    app: test
    role: test
  materializedView:
    enableRefresh: true
    refreshInterval: 1800000  # millisecond

Note

  • Updating materialized view query BigQuery API is not yet supported. So Use Deleting and Creating API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant