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

PySQL Connector split into core and non core part #444

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    9cb1ea3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. [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
    jprakash-db authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4099939 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    a022590 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    af47301 View commit details
    Browse the repository at this point in the history
  2. Added manual publish

    jprakash-db committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    64b2818 View commit details
    Browse the repository at this point in the history
  3. On push trigger added

    jprakash-db committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    44b52ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8db3fd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    3d1ef79 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    ee7f1e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    608d237 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. [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]>
    jackyhu-db authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    85af9c0 View commit details
    Browse the repository at this point in the history
  2. [PECO-1803] Remove sqlalchemy and update README.md (#469)

    Remove sqlalchemy and update README.md
    
    Signed-off-by: Jacky Hu <[email protected]>
    jackyhu-db authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    38ffa95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ce555a View commit details
    Browse the repository at this point in the history
  4. generated the lock file

    jprakash-db committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    87b1251 View commit details
    Browse the repository at this point in the history