How can I specify dialect 🤔 #351
KeShengchuan
started this conversation in
General
Replies: 1 comment 2 replies
-
BTW: I'm using the latest 1.3.7 version |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see on the document that it is:
sqllineage -e "insert into analyze select * from foo;" --dialect=ansi
But when I tested this code, it gave an error
sqllineage: error: unrecognized arguments: --dialect=ansi
So, how can I specify dialect ?
Beta Was this translation helpful? Give feedback.
All reactions