Hi All, I use version 8.1.7, with knowage-python 8.0.2.
I created a Python Function whith input variables and output columns. The script works correctly. When I preview the function or I use it in a cockpit table the output colunms are not displyed at all. When I choose from the table config to use as columns the function columns and the dataset colums, no error arise but the function out columns does not appear on the table widget. When I select only the function columns to be displayed in the table widget, I get an error that the table can not read dataset data.
In the log I get these errors:
.... An error occurred while executing statement: SELECT DISTINCT FROM sbicache68b85525fe2111ed9047b3
.....
.....You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM sbicache68b85525fe2111ed9047b3' at line 1
Can someone explain this behaviour? What I missing?
Thanks