I am new in altryx space, trying to figure out if we can read the altryx database (yxdb) file using python.
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".
Related: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Python-tool-read-yxdb-from-a-file-not-from-input-connection/m-p/1229930#M305375