We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0c66a commit f5254f5Copy full SHA for f5254f5
pioreactorui/api.py
@@ -1063,6 +1063,7 @@ def preview_exportable_datasets(target_dataset) -> ResponseReturnValue:
1063
query = (
1064
f"SELECT * FROM ({dataset.table or dataset.query}) WHERE rowid in ({subquery});"
1065
)
1066
+ publish_to_log(query, "test")
1067
result = query_app_db(query)
1068
return jsonify(result)
1069
except (ValidationError, DecodeError):
0 commit comments