Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DeltaLake source support #31

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

danielbeach
Copy link

Add a new method called read_deltalake(). Simply read the Delta Lake table and get the list of parquet files for that Delta Lake table so we can reuse ParquetDataSet. (doing this by calling dt.files() which returns a list of parquet files).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant