Skip to content

Commit

Permalink
Updates 2024-09-08 - Added in duckdb functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Sep 8, 2024
1 parent 0ca7f85 commit 7268733
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 117 deletions.
2 changes: 2 additions & 0 deletions HerdingCats/api_endpoints.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from enum import Enum


class CkanApiPaths:
BASE_PATH = "/api/3/action/{}"
SITE_READ = BASE_PATH.format("site_read")
Expand All @@ -19,4 +20,5 @@ class CkanDataCatalogues(Enum):
UK_GOV = "https://data.gov.uk"
SUBAK = "https://data.subak.org"
HUMANITARIAN = "https://data.humdata.org"
AFRICA = "https://open.africa"
# Add more catalogues as needed...
Loading

0 comments on commit 7268733

Please sign in to comment.