Skip to content

Commit 43bdc11

Browse files
authored
Fix YAML syntax for params in ducklake.md
1 parent 3d5c687 commit 43bdc11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/components/data-connectors/ducklake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ INSERT INTO customer (c_custkey, c_name) VALUES (1, 'Acme Corp');
134134
datasets:
135135
- from: ducklake:customer
136136
name: customer
137-
params
137+
params:
138138
ducklake_connection_string: /path/to/metadata.ducklake
139139
```
140140

0 commit comments

Comments
 (0)