You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- And that aren't likely to be still being refreshed.
-- Annoyingly, it isn't possible to TRUNCATE in the same transaction, so
-- tables will briefly be empty until they are repopulated.
AND last_modified < TIMESTAMP_ADD(CURRENT_TIMESTAMP(), INTERVAL -10 MINUTE)
Since #517, there is every reason to use those JSON schemas in the bq load command. Doing so would allow us to use replace=true (which will delete the existing schema), because the schema would immediately be replaced.
The text was updated successfully, but these errors were encountered:
See the diagram for the current update process, which does a
TRUNCATE
first, and then abq load
: #736 (comment)Background to why it was developed in the current way:
govuk-knowledge-graph-gcp/terraform/bigquery/check-tables-metadata.sql
Lines 7 to 12 in 54f9f44
Since #517, there is every reason to use those JSON schemas in the
bq load
command. Doing so would allow us to usereplace=true
(which will delete the existing schema), because the schema would immediately be replaced.The text was updated successfully, but these errors were encountered: