Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoslot authored Dec 12, 2024
1 parent d286df8 commit 58b7029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ select incremental.create_file_list_pipeline('event-import', 's3://mybucket/even
$$);
```

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).
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`.

Arguments of the `incremental.create_file_list_pipeline` function:

Expand Down

0 comments on commit 58b7029

Please sign in to comment.