-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not support DateTime64 and Map datatype #148
Labels
Comments
xzkostyan
added a commit
that referenced
this issue
Sep 21, 2023
xzkostyan
added a commit
that referenced
this issue
Sep 21, 2023
@subkanthi did you address DateTime64 ? |
Hi @aadant , datetime64 seems to work
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see:
/root/clickhouse-sqlalchemy/lib64/python3.7/site-packages/clickhouse_sqlalchemy/drivers/base.py:919: SAWarning: Did not recognize type 'DateTime64(3, 'UTC')' of column 'ts'
(spec, name))
/root/clickhouse-sqlalchemy/lib64/python3.7/site-packages/clickhouse_sqlalchemy/drivers/base.py:919: SAWarning: Did not recognize type 'Map(String, String)' of column 'properties'
(spec, name))
The text was updated successfully, but these errors were encountered: