From 7991d68e37cebf997d7d77c5f4a0d7a11a8ae321 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 12 May 2025 12:52:20 -0500 Subject: [PATCH] Apply suggestions from code review --- content/influxdb3/cloud-dedicated/admin/tables/create.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/influxdb3/cloud-dedicated/admin/tables/create.md b/content/influxdb3/cloud-dedicated/admin/tables/create.md index 0018a807d..7040ee235 100644 --- a/content/influxdb3/cloud-dedicated/admin/tables/create.md +++ b/content/influxdb3/cloud-dedicated/admin/tables/create.md @@ -181,9 +181,9 @@ If a table doesn't have a custom partition template, it inherits the database's 8. Provide the following: - **Custom partition template time format**: The time part for partitioning data (yearly, monthly, or daily). - - _Optional_: **Custom partition template tag parts**: The tag parts for partitioning data. - - _Optional_: **Custom partition template tag bucket parts**: The tag bucket parts for partitioning data. -9. _Optional_: To add more parts to the partition template, click the **Add Tag** button. + - _Optional_: **Custom partition template tag parts**: The [tag parts](/influxdb3/cloud-dedicated/admin/custom-partitions/partition-templates/#tag-part-templates) for partitioning data. + - _Optional_: **Custom partition template tag bucket parts**: The [tag bucket parts](/influxdb3/cloud-dedicated/admin/custom-partitions/partition-templates/#tag-bucket-part-templates) for partitioning data. +9. _Optional_: To add more parts to the partition template, click the **Add Tag** button. For more information, see [Partition template requirements and guidelines](#partition-template-requirements-and-guidelines). 10. Click the **Create Table** button to create the table. The new table displays in the list of tables for the cluster. {{% /tab-content %}}