arun
arun
::take
::drop
Hi @sdht0, the issue still persists in my case. I've also tried with v0.11.1 sharing a few more details ```python >>> conn.execute("CALL TABLE_INFO('IfcWall') RETURN *").get_as_pl().to_dicts() [{'property id': 0, 'name': 'ifc_id',...
@sdht0 I tried a small script file like the one you share, that works. I'm not sure, if its with the complex ifc schema. Will a demo db file (.kz)...
Hi @sdht0 sharing the demo db as a [link](https://we.tl/t-N84CEsr04r). hope this helps.
Hi @sdht0 , sorry for the delayed response. Following are the commands used to created the node table and import data (for `IfcWall`) ```python >>> conn.execute('CREATE NODE TABLE IF NOT...