1 Answer
- Newest
- Most votes
- Most comments
0
The problem was in the way the query was written. I solved by putting quotations before and after the curly brackets QUERY_1 = f""" SELECT plant, edgedevice, measure_value::double FROM "{DATABASE_NAME}"."{TABLE_NAME}" LIMIT 10 """ query_output = query.run_query(QUERY_1)
answered 3 years ago
