diff --git a/.github/workflows/herding_cats_explorer_tests.yml b/.github/workflows/herding_cats_explorer_tests.yml index d8dbafa..5d680d0 100644 --- a/.github/workflows/herding_cats_explorer_tests.yml +++ b/.github/workflows/herding_cats_explorer_tests.yml @@ -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: | diff --git a/HerdingCats/herding_cats.py b/HerdingCats/herding_cats.py index 1810f09..87585e4 100644 --- a/HerdingCats/herding_cats.py +++ b/HerdingCats/herding_cats.py @@ -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: