Hi,
I'd like to use the Python tool, but import a yxdb file from a file path, NOT by connecting an input to the tool.
The reason for this is that when you use the usual import, first the file is loaded into Alteryx memory, then again loaded into Python memory upon Alteryx.read(), so you essentially double the memory usage for a dataset. But if you only need the data for the Python process this is unnecessary and actually makes some tasks impossible.
Is there a way to do this?
Thanks!