File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ h4(#etl). ETL (recommended)
95
95
96
96
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:
97
97
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.
102
102
You can’t perform that action at this time.
0 commit comments