Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Sep 20, 2024
1 parent aa308c6 commit 78f7935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/herding_cats_explorer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest requests loguru pandas polars
pip install pytest requests loguru pandas polars duckdb==1.0.0
- name: Create pytest.ini
run: |
Expand Down
2 changes: 2 additions & 0 deletions HerdingCats/herding_cats.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,8 @@ def motherduck_data_loader(
logger.error(f"Unexpected error while connecting to MotherDuck: {e}")




# Example usage...
if __name__ == "__main__":
with CkanCatSession(CkanDataCatalogues.LONDON_DATA_STORE) as session:
Expand Down

0 comments on commit 78f7935

Please sign in to comment.