-
Notifications
You must be signed in to change notification settings - Fork 96
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
PySQL Connector split into core and non core part #444
base: main
Are you sure you want to change the base?
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9cb1ea3 - Browse repository at this point
Copy the full SHA 9cb1ea3View commit details
Commits on Sep 24, 2024
-
[PECO-1803] Splitting the PySql connector into the core and the non c…
…ore 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 refractoring
Configuration menu - View commit details
-
Copy full SHA for 4099939 - Browse repository at this point
Copy the full SHA 4099939View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a022590 - Browse repository at this point
Copy the full SHA a022590View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af47301 - Browse repository at this point
Copy the full SHA af47301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b2818 - Browse repository at this point
Copy the full SHA 64b2818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b52ac - Browse repository at this point
Copy the full SHA 44b52acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db3fd0 - Browse repository at this point
Copy the full SHA 8db3fd0View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d1ef79 - Browse repository at this point
Copy the full SHA 3d1ef79View commit details
Commits on Nov 6, 2024
-
Bumped up the version to 4.0.0.b3 and also changed the structure to h…
…ave pyarrow as optional
Configuration menu - View commit details
-
Copy full SHA for ee7f1e3 - Browse repository at this point
Copy the full SHA ee7f1e3View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 608d237 - Browse repository at this point
Copy the full SHA 608d237View commit details
Commits on Nov 13, 2024
-
[PECO-1803] Print warning message if pyarrow is not installed (#468)
Print warning message if pyarrow is not installed Signed-off-by: Jacky Hu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85af9c0 - Browse repository at this point
Copy the full SHA 85af9c0View commit details -
[PECO-1803] Remove sqlalchemy and update README.md (#469)
Remove sqlalchemy and update README.md Signed-off-by: Jacky Hu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38ffa95 - Browse repository at this point
Copy the full SHA 38ffa95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce555a - Browse repository at this point
Copy the full SHA 6ce555aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b1251 - Browse repository at this point
Copy the full SHA 87b1251View commit details