This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
I am new in altryx space, trying to figure out if we can read the altryx database (yxdb) file using python.
Solved! Go to Solution.
I do not believe there is a Python package for reading yxdb files.
There is a GitHub repo in C++ you can use as reference to build your own:
https://github.com/AlteryxNed/Open_AlteryxYXDB
I built a package in Go for reading yxdb files. It might be easier to read than C++:
github.com/tlarsendataguy/goyxdb
Actually there is one out there: "..\Alteryx\bin\PyYXDBReader.pyd".