We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e20104 commit c2b40e2Copy full SHA for c2b40e2
1 file changed
pycsw/plugins/repository/elastic.py
@@ -149,12 +149,12 @@ def describe(self) -> dict:
149
150
return properties
151
152
- def dataset(self):
+ def dataset(self, record):
153
"""
154
Stub to mock a pycsw dataset object for Transactions
155
156
157
- return type('dataset', (object,))
+ return type('dataset', (object,), record)
158
159
def query_ids(self, ids: list) -> list:
160
0 commit comments