Commit 4099939
authored
[PECO-1803] Splitting the PySql connector into the core and the non core part (#417)
* Implemented ColumnQueue to test the fetchall without pyarrow
Removed token
removed token
* order of fields in row corrected
* Changed the folder structure and tested the basic setup to work
* Refractored the code to make connector to work
* Basic Setup of connector, core and sqlalchemy is working
* Basic integration of core, connect and sqlalchemy is working
* Setup working dynamic change from ColumnQueue to ArrowQueue
* Refractored the test code and moved to respective folders
* Added the unit test for column_queue
Fixed __version__
Fix
* venv_main added to git ignore
* Added code for merging columnar table
* Merging code for columnar
* Fixed the retry_close sesssion test issue with logging
* Fixed the databricks_sqlalchemy tests and introduced pytest.ini for the sqla_testing
* Added pyarrow_test mark on pytest
* Fixed databricks.sqlalchemy to databricks_sqlalchemy imports
* Added poetry.lock
* Added dist folder
* Changed the pyproject.toml
* Minor Fix
* Added the pyarrow skip tag on unit tests and tested their working
* Fixed the Decimal and timestamp conversion issue in non arrow pipeline
* Removed not required files and reformatted
* Fixed test_retry error
* Changed the folder structure to src / databricks
* Removed the columnar non arrow flow to another PR
* Moved the README to the root
* removed columnQueue instance
* Revmoved databricks_sqlalchemy dependency in core
* Changed the pysql_supports_arrow predicate, introduced changes in the pyproject.toml
* Ran the black formatter with the original version
* Extra .py removed from all the __init__.py files names
* Undo formatting check
* Check
* Check
* Check
* Check
* Check
* Check
* Check
* Check
* Check
* Check
* Check
* Check
* Check
* Check
* BIG UPDATE
* Refeactor code
* Refractor
* Fixed versioning
* Minor refractoring
* Minor refractoring1 parent 9cb1ea3 commit 4099939
File tree
89 files changed
+162
-4232
lines changed- databricks_sql_connector_core
- src/databricks
- sqlalchemy
- sql
- auth
- cloudfetch
- experimental
- parameters
- thrift_api
- TCLIService
- tests
- e2e
- common
- unit
- databricks_sql_connector
- databricks_sql_connector
- src/databricks/sqlalchemy
- test_local
- e2e
- test
- overrides
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+162
-4232
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
File renamed without changes.
Lines changed: 6 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
17 | | - | |
18 | | - | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 17 | | |
28 | 18 | | |
29 | 19 | | |
| 20 | + | |
30 | 21 | | |
31 | 22 | | |
32 | | - | |
33 | | - | |
| 23 | + | |
34 | 24 | | |
35 | 25 | | |
36 | 26 | | |
| |||
43 | 33 | | |
44 | 34 | | |
45 | 35 | | |
46 | | - | |
47 | | - | |
48 | 36 | | |
49 | 37 | | |
50 | 38 | | |
| |||
62 | 50 | | |
63 | 51 | | |
64 | 52 | | |
65 | | - | |
| 53 | + | |
66 | 54 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments