Merge pull request #2403 from dolthub/jennifer/dump-parquet

parquet file type for export
This commit is contained in:
jennifersp
2021-11-22 21:12:24 -08:00
committed by GitHub
11 changed files with 1350 additions and 14 deletions

View File

@@ -61,6 +61,8 @@ jobs:
- name: Install Python Deps
run: |
pip install mysql-connector-python
pip install pandas
pip install pyarrow
- name: Install Dolt
working-directory: ./go
run: |
@@ -76,6 +78,8 @@ jobs:
- name: Install expect
if: matrix.os == 'ubuntu-18.04'
run: sudo apt-get install -y expect
- name: Install Parquet-tools
run: brew install parquet-tools
- name: Check expect
run: expect -v
- name: Test all Unix

View File

@@ -114,6 +114,8 @@ jobs:
- name: Install Python Deps
run: |
pip install mysql-connector-python
pip install pandas
pip install pyarrow
- name: Install Dolt
working-directory: ./go
run: |