Skip to content

Commit b9cd2c6

Browse files
committed
Fix Data Lake Object suffix in README example.
Update the DataStreamCreateInput sample to use the Data Lake Object naming suffix requested for DLO API names. Made-with: Cursor
1 parent 7382608 commit b9cd2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const streamInput: DataStreamCreateInput = {
8888
},
8989
// Accepts either one DLO object or an array.
9090
dataLakeObjectInfo: {
91-
name: "WebEvent__dlm",
91+
name: "WebEvent__dll",
9292
label: "Web Event",
9393
category: "Engagement",
9494
fields: [],

0 commit comments

Comments
 (0)