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
Copy file name to clipboardExpand all lines: use-timescale/tigerlake.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ import EarlyAccessGeneral from "versionContent/_partials/_early_access.mdx";
14
14
$LAKE_LONG enables you to build real-time applications alongside efficient data pipeline management within a single
15
15
system. $LAKE_LONG unifies the $CLOUD_LONG operational architecture with data lake architectures.
16
16
17
-
This experimental release is a native integration enabling synchronization between $HYPERTABLEs and relational tables
17
+

18
+
19
+
$LAKE_LONG is a native integration enabling synchronization between $HYPERTABLEs and relational tables
18
20
running in $SERVICE_LONGs to Iceberg tables running in [Amazon S3 Tables][s3-tables] in your AWS account.
19
21
20
22
<Highlighttype="important">
@@ -238,8 +240,7 @@ ALTER TABLE <table_name> SET (
238
240
*`tigerlake.iceberg_sync`: `boolean`, set to `true` to start streaming, or `false` to stop the stream. A stream
239
241
**cannot** resume after being stopped.
240
242
*`tigerlake.iceberg_partitionby`: optional property to define a partition specification in Iceberg. By default the
241
-
Iceberg table is partitioned as `day(<time-column of $HYPERTABLE>)`. This default behavior is only applicable
242
-
to $HYPERTABLEs. For more information, see [partitioning][partitioning].
243
+
Iceberg table is partitioned as `day(<time-column of $HYPERTABLE>)`. This default behavior is only applicable to $HYPERTABLEs. For more information, see [partitioning][partitioning].
0 commit comments