Skip to content
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

feat(E6data): initial implemantation for E6data SQL Analytics platform #9517

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7b98b77
Adding the compiler, and Backend implementation for E6data.
hackintoshrao Jun 11, 2024
13a196c
Add e6data_python_connector import and update do_connect method
hackintoshrao Jun 14, 2024
2f142b0
Add e6data-python-connector dependency
hackintoshrao Jun 14, 2024
876820b
Update Backend name and add _from_url method
hackintoshrao Jun 14, 2024
ccec1e0
Remove unnecessary transaction rollback in Backend class for E6data s…
hackintoshrao Jun 14, 2024
6b762f4
Refactor database listing and query execution
hackintoshrao Jun 24, 2024
623c006
Adapt E6Data backend for Ibis integration
hackintoshrao Jul 4, 2024
942277e
Add E6data dialect to SQL generator
hackintoshrao Jul 4, 2024
2332c5b
Adding E6Datatype class.
hackintoshrao Jul 4, 2024
6436b16
Update E6DataCompiler to use E6data dialect and E6DataType
hackintoshrao Jul 4, 2024
76aa687
remove debug print statements.
hackintoshrao Jul 4, 2024
729e1e9
Merge conflict fix.
hackintoshrao Jul 4, 2024
c4c2644
Update e6data-python-connector version in pyproject.toml
hackintoshrao Jul 8, 2024
1ba682e
Remove empty line in class definition
hackintoshrao Jul 8, 2024
daef522
Removing the tests till they are implemented correctly.
hackintoshrao Jul 8, 2024
2361d7e
Refactor E6data backend to inherit from MySQLBackend
hackintoshrao Jul 8, 2024
7ce06cf
Inherting compiler operations from MySQL.
hackintoshrao Jul 8, 2024
20f875f
Creating a placeholder E6data data converter.
hackintoshrao Jul 8, 2024
c8520f8
Remove pymysql from e6data dependencies
hackintoshrao Jul 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading