From 1ac52d97f21f27678c461ff704709e958cf1457b Mon Sep 17 00:00:00 2001 From: AKASHSE-123 Date: Mon, 6 Nov 2023 14:55:30 +0530 Subject: [PATCH 1/2] PLT-3005[akash]CHanging driver from bytes to string --- e6data_python_connector/dialect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e6data_python_connector/dialect.py b/e6data_python_connector/dialect.py index 8e96a5f..2a40818 100644 --- a/e6data_python_connector/dialect.py +++ b/e6data_python_connector/dialect.py @@ -210,7 +210,7 @@ class E6dataDialect(default.DefaultDialect): supports_multivalues_insert = True type_compiler = E6dataTypeCompiler supports_sane_rowcount = False - driver = b'thrift' + driver = 'e6data' scheme = 'e6data' catalog_name = None From 74844b1b3ecdaa17a0ea93d0fe768379dfea65b2 Mon Sep 17 00:00:00 2001 From: AKASHSE-123 Date: Mon, 6 Nov 2023 14:59:31 +0530 Subject: [PATCH 2/2] PLT-3005[akash]Adding SQLAlchemy==1.4.36 to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c45d424..bbd8646 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,7 @@ requests==2.31.0 requests-toolbelt==1.0.0 rfc3986==2.0.0 rich==13.5.2 +SQLAlchemy==1.4.36 six==1.16.0 thrift==0.16.0 twine==4.0.2