Skip to content

Commit 58b7029

Browse files
authored
Update README.md
1 parent d286df8 commit 58b7029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ select incremental.create_file_list_pipeline('event-import', 's3://mybucket/even
193193
$$);
194194
```
195195

196-
The API of the file list pipeline is still subject to change. It is currently only usable in [Crunchy Data Warehouse](https://www.crunchydata.com/products/warehouse) where it uses the [`crunchy_lake.list_files` function](https://docs.crunchybridge.com/warehouse/data-lake#explore-your-object-store-files).
196+
The API of the file list pipeline is still subject to change. It currently defaults to using the [`crunchy_lake.list_files` function](https://docs.crunchybridge.com/warehouse/data-lake#explore-your-object-store-files) function in [Crunchy Data Warehouse](https://www.crunchydata.com/products/warehouse). You can set the list function to another set-returning function that returns a `path` value as `text`.
197197

198198
Arguments of the `incremental.create_file_list_pipeline` function:
199199

0 commit comments

Comments
 (0)