dlt-hub / verified-sources

Contribute to dlt verified sources 🔥
https://dlthub.com/docs/walkthroughs/add-a-verified-source
Apache License 2.0
52 stars 40 forks source link

add pyarrow and pandas backends to `sql_database` #410

Closed rudolfix closed 2 months ago

rudolfix commented 3 months ago

Which source is this for example: sql_database

Describe the data you'd like, be specific, link the docs Instead of yielding database rows as lists of dictionaries (which go through standard relational normalizer in dlt) we can yield arrow tables on panda frames.