Skip to content

Commit f5254f5

Browse files
correct
1 parent fe0c66a commit f5254f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pioreactorui/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ def preview_exportable_datasets(target_dataset) -> ResponseReturnValue:
10631063
query = (
10641064
f"SELECT * FROM ({dataset.table or dataset.query}) WHERE rowid in ({subquery});"
10651065
)
1066+
publish_to_log(query, "test")
10661067
result = query_app_db(query)
10671068
return jsonify(result)
10681069
except (ValidationError, DecodeError):

0 commit comments

Comments
 (0)