Hello @All
i'm trying to export data from an ready/productive Analysis with pycelonis.
My Analysis has a table, from which i got the query (compontent.get_query()). With this query i wanted to export the dataframes (data_model.export_data_frame(query)).
I'm getting some errors on all variables and saved formulas.
e.g: PQLColumn(name='<%=ZZ_ABC1%>', query='<%=ZZ_GHJ2%>'),
Is there an option to use variables & saved formulas in pycelonis export?
Thanks in advance!