Skip to content

Commit

Permalink
Merge pull request #71 from vanna-ai/arslan/bigquery-connector
Browse files Browse the repository at this point in the history
Integerate BQ connector
  • Loading branch information
zainhoda authored Aug 3, 2023
2 parents ad9a711 + c4a094b commit 7430069
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install .
pip install .[postgres]
pip install .[bigquery]
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
Expand Down
Loading

0 comments on commit 7430069

Please sign in to comment.