Skip to content

Commit ddf1bd9

Browse files
fixup! EDU-1502: Adds bigQuery page
1 parent 17271f1 commit ddf1bd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/bigquery.textile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ h4(#etl). ETL (recommended)
9595

9696
For large-scale analytics, consider an ETL pipeline to move data from the Ably-managed table to a secondary table with a more specific schema:
9797

98-
* *Extract and transform:* Convert data from raw @BYTES@/JSON into structured columns (for example, geospatial columns, numeric fields).
99-
* *Load:* Write these transformed records into a new table optimized for your queries.
100-
* *De-duplicate:* Use the unique *id* field to eliminate duplicates.
101-
* *Schedule:* Use BigQuery scheduled queries or an external workflow to automate these steps periodically.
98+
* Convert data from raw @BYTES@/JSON into structured columns (for example, geospatial columns, numeric fields).
99+
* Write these transformed records into a new table optimized for your queries.
100+
* Use the unique *id* field to eliminate duplicates.
101+
* Use BigQuery scheduled queries or an external workflow to automate these steps periodically.
102102

0 commit comments

Comments
 (0)