Forum Discussion
LeboeufHarry
4 years agoHelper I
Troubles Runnen Python sqlparser
Hello, I'm trying to 'extract' the sql tables/views used in some sql statements. In Python this is quite easy with sqlparser. So I thought using this in PowerBI/Query. This is my code (Temporary o...
v-kkf-msft
4 years agoCommunity Support
Hi LeboeufHarry ,
Did you try to use SQL Server connector's advanced options to execute SQL statements, like this:
Best Regards,
Winniz
- LeboeufHarry4 years agoHelper I
This has nothing to do with executing SQL command, its about parsing the commands found in the SQL Auditing files.
This is Python, but the saving with Pandas to csv files is internal PowerBI Engine stuff, we have no control on this.