Skip to content

Commit

Permalink
feat: support delta tables (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck authored Sep 3, 2024
1 parent 2d5f3dc commit a094e8e
Show file tree
Hide file tree
Showing 10 changed files with 382 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,13 @@ jobs:
with:
python-version: '3.9'

- name: Install aws and awslocal
- name: Install python dependencies
run: |
pip install awscli
pip install awscli-local
pip install urllib3==2.2.1
pip install pandas
pip install deltalake
- name: Run tests and sqllogictests
env:
Expand Down
Loading

0 comments on commit a094e8e

Please sign in to comment.