Skip to content

Commit d160045

Browse files
authored
Remove normalisation false mandatory info from data partitioning (#415)
1 parent 864197a commit d160045

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/writers/iceberg/partitioning.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,9 @@ Check all the available transforms [below](#supported-transformations).
141141

142142
1. Before adding partitioning, make sure you have [configured your destination](/docs/getting-started/creating-first-pipeline#3-configure-destination).
143143
2. Then select your table.
144-
3. Keep **Normalization** enabled.
145-
4. Select **Partitioning** in the right tab.
146-
5. Add your **partition field** along with the **transform**.
147-
6. Then we can move forward to [Schedule a Job](/docs/getting-started/creating-first-pipeline#5-schedule-job).
144+
3. Select **Partitioning** in the right tab.
145+
4. Add your **partition field** along with the **transform**.
146+
5. Then we can move forward to [Schedule a Job](/docs/getting-started/creating-first-pipeline#5-schedule-job).
148147

149148
<div className="center-image">
150149

@@ -167,7 +166,6 @@ Check all the available transforms [below](#supported-transformations).
167166
{
168167
"stream_name": "my_stream",
169168
"partition_regex": "/{created_at, year}",
170-
"normalization": true
171169
}
172170
]
173171
}

0 commit comments

Comments
 (0)