Skip to content

Commit

Permalink
docs: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 26, 2024
1 parent 4d18366 commit c4ae741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/dc_serve/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def dcserv(context, data_dict=None):
# Return all basins from the condensed file
# (the S3 basins are already in there).
with s3cc.get_s3_dc_handle_basin_based(rid) as ds:
# The basins just links to the original resource and
# condensed file.
data = ds.basins_get_dicts()
elif query == "tables":
with s3cc.get_s3_dc_handle_basin_based(rid) as ds:
Expand Down

0 comments on commit c4ae741

Please sign in to comment.