You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is a bug or what it is exactly. Perhaps it's more connected to snowflake-connector-python...
I have described everything on StackOverflow. Link below. Thought that you could also help me with this or at least some ideas to try out. Long sotry short - when using simple-ddl-parser together with snowflake-connector-python I'm starting to get a lot of "debug" information printed on the screen from connector... The DDL is successfuly parsed, but why all of this additional information? It seems to be connected with simple-ddl-parser somehow, because when I'm not using it I don't see anything strange printed out on the screen. All the details in the below link. StackOverflow link
Thx in advance! Perhaps somebody will have idea what is this about.
The text was updated successfully, but these errors were encountered:
It was answered on StackOverflow! It has to do with the logging level used in the simple-ddl-parser which is DEBUG per default. It could be changed like this:
However, it seems there is no way to set the logging level using the parse_from_file. Is it right? Perhaps it could be an ask for a new feature? To add this possibility also to function parse_from_file?
Hi,
I don't know if this is a bug or what it is exactly. Perhaps it's more connected to
snowflake-connector-python
...I have described everything on StackOverflow. Link below. Thought that you could also help me with this or at least some ideas to try out. Long sotry short - when using simple-ddl-parser together with snowflake-connector-python I'm starting to get a lot of "debug" information printed on the screen from connector... The DDL is successfuly parsed, but why all of this additional information? It seems to be connected with simple-ddl-parser somehow, because when I'm not using it I don't see anything strange printed out on the screen. All the details in the below link.
StackOverflow link
Thx in advance! Perhaps somebody will have idea what is this about.
The text was updated successfully, but these errors were encountered: