From c4ae741d8af8ee8c7c23b8c6c576003fcf12d7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Wed, 26 Jun 2024 10:25:46 +0200 Subject: [PATCH] docs: improve docs --- ckanext/dc_serve/serve.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ckanext/dc_serve/serve.py b/ckanext/dc_serve/serve.py index 1188412..078f47b 100644 --- a/ckanext/dc_serve/serve.py +++ b/ckanext/dc_serve/serve.py @@ -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: