Forum Discussion
Convert M Language to Python
- 3 years ago
I think didn't explain it clearly.
I do not want to write any script inside PBI.
I want to write this code in python, to execute it in our server in order to download the tables to our DW instead of downloading it to PBI.
- 3 years ago
https://BITRIX-SERVER/bitrix/tools/biconnector/pbi.php?token=SECRET-KEY&table=TABLE_NAME
just relace bitrix-server, secret-key and table name, using a GET method and you'll be able to download the tables.
HI tahechadv_2022,
AFAIK, current it only supports R and python scripts as the data source and they will also require a personal data gateway to handle and execute these scripts.
For the sample M query, I'd like to suggest you add the get token steps before the current steps, then these codes can be refreshed without manually updating tokens.
Regards,
Xiaoxin Sheng
- tahechadv_20223 years ago
Helper II
I think didn't explain it clearly.
I do not want to write any script inside PBI.
I want to write this code in python, to execute it in our server in order to download the tables to our DW instead of downloading it to PBI.
- tahechadv_20223 years ago
Helper II
https://BITRIX-SERVER/bitrix/tools/biconnector/pbi.php?token=SECRET-KEY&table=TABLE_NAME
just relace bitrix-server, secret-key and table name, using a GET method and you'll be able to download the tables.