We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While using mysql driver for mongoBI
Time fields are mapped correctly in "time" field. But when selected any of them this error is thorwn
Error: Error: scalar function 'convert_tz' is not supported
The text was updated successfully, but these errors were encountered:
@krunalsabnis Yep. Seems like Mongo BI connector lacks support of convert_tz function: https://docs.mongodb.com/bi-connector/master/supported-operations/ . We'd need to find a way to generate appropriate SQL for specific timezone.
convert_tz
Sorry, something went wrong.
fix(mongobi-driver): implement convert_tz as a simple hour shift
c97e451
Fixes issue #50
No branches or pull requests
While using mysql driver for mongoBI
Time fields are mapped correctly in "time" field. But when selected any of them this error is thorwn
Error: Error: scalar function 'convert_tz' is not supported
The text was updated successfully, but these errors were encountered: