Source
A data source feeding a pipeline.
Usage
Source()Parameters
uri: str-
Connection URI (file path, URL, or database DSN).
format: str = "json"-
Data format (csv, json, parquet).
Methods
| Name | Description |
|---|---|
| read() | Read all records from the source. |
read()
Read all records from the source.
Usage
read()Returns
list-
Records as dicts.