Skip to content

Commit ca33ab1

Browse files
authored
Docs: Fix markdown for delta input source docs (apache#18595)
Add a missing column separator.
1 parent 178898d commit ca33ab1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/ingestion/input-sources.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,12 +1189,12 @@ To use the Delta Lake input source, load the extension [`druid-deltalake-extensi
11891189
You can use the Delta input source to read data stored in a Delta Lake table. For a given table, the input source scans
11901190
the latest snapshot from the configured table. Druid ingests the underlying delta files from the table.
11911191

1192-
| Property|Description| Default|Required |
1193-
|---------|-----------|-----------------|
1194-
|type|Set this value to `delta`.| None|yes|
1195-
|tablePath|The location of the Delta table.|None|yes|
1196-
|filter|The JSON Object that filters data files within a snapshot.|None|no|
1197-
|snapshotVersion|The snapshot version to read from the Delta table. An integer value must be specified.|Latest|no|
1192+
| Property | Description | Default | Required |
1193+
|----------|-------------|---------|----------|
1194+
| type | Set this value to `delta`. | None | yes |
1195+
| tablePath | The location of the Delta table. | None | yes |
1196+
| filter | The JSON Object that filters data files within a snapshot. | None | no |
1197+
| snapshotVersion | The snapshot version to read from the Delta table. An integer value must be specified. | Latest | no |
11981198

11991199
### Delta filter object
12001200

0 commit comments

Comments
 (0)