-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Backticks being generated in querys when using MySQL backend #849
Comments
What does your SqlAlchemy connection string to Teradata look like? Which SqlAlchemy dialect/connector are you using? |
My connection string is teradata://user:password@dbhost/ . The dialect I'm using is a modified version of Teradata's SqlAlchemy with more methods implemented (https://github.com/mrbungie/sqlalchemy-teradata/tree/feature/dialect_get_columns) and with some fixes regarding schemas. I explored the dialect looking for something and found nothing. But like I said, it's weird because it only happens with MySQL as Caravel's backend. More info: |
Notice: this issue has been closed because it has been inactive for 622 days. Feel free to comment and request for this issue to be reopened. |
…ugin fix(plugins): Period over Period Plugin cleanup
I'm currently using Caravel and querying a Teradata MPP database, but I'm having trouble because Caravel is putting backticks and they're not supported by Teradata SQL.
It's strange because it only happens if I use MySQL as Caravel's backend. Using sqlite shows no problems.
To reproduce:
The text was updated successfully, but these errors were encountered: