Leo SHEN

Results 3 comments of Leo SHEN

> could you share your schema? that would be helpful for investigating! you can use this example file to reproduce issue. https://drive.google.com/file/d/1VO2bEW_Q8lJamFQ4Id3WhLsxbua8x2oq/view?usp=drive_link

> To be a little more helpful, `vortex.io` is now a Python package, and therefore you need to import it as `from vortex import io` or `import vortex.io; vortex.io.blah(...)` >...