Can't import python runner #386
Replies: 1 comment 1 reply
-
This is more of a usage thing, so I move this to discussion. First of all, if import fails and subprocess works, then most probably they're not calling the same python environment. I see As for the exception, this is something we fixed in sqllineage v1.4.3, where we enforcing people to upgrade to sqlparse>=0.4.4, because sqlparse==0.4.4 introduces a backward incompatible change. If somehow you're using sqllineage==1.4.3, while sqlparse is still in lower version, say 0.4.3 or 0.4.2, then you'll see this exception. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
I can't import the python lineage runner. The raw
import sqllineage
works fine and I can get lineage viasubprocess
.Error
Stacktrace:Beta Was this translation helpful? Give feedback.
All reactions