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 73d74b7 commit 0b8c68bCopy full SHA for 0b8c68b
src/opengeodeweb_back/geode_functions.py
@@ -55,7 +55,7 @@ def data_file_path(data_id: str, filename: str = "") -> str:
55
56
57
def load_data(data_id: str):
58
- data_entry = Data.get(data_id)
+ data_entry = Data.get(Data, data_id)
59
if not data_entry:
60
flask.abort(404, f"Data with id {data_id} not found")
61
0 commit comments