Introduce SeaDatabricksClient (Session Implementation)#582
Merged
varun-edachali-dbx merged 25 commits intoJun 9, 2025
Merged
Introduce SeaDatabricksClient (Session Implementation)#582varun-edachali-dbx merged 25 commits into
SeaDatabricksClient (Session Implementation)#582varun-edachali-dbx merged 25 commits into
Commits
Commits on Jun 5, 2025
[squashed from prev branch] introduce sea client with session open and close functionality
Show description for f3e4a97committedremove accidental changes to workflows (merge artifacts)
Show description for 3df5752committedpass test_input to get_protocol_version instead of session_id to maintain previous API
Show description for 9146a94committedformatting (black + line gaps after multi-line pydocs)
Show description for 9b39e37committeduse factory for backend instantiation
Show description for 1ccbcd2committedfix type issues
Show description for 3528523committedremove redundant comments
Show description for b39e83bcommittedintroduce models for requests and responses
Show description for ba36126committedremove http client and test script
Show description for 059cd4dcommittedIntroduce Sea HTTP Client and test script (#583)
Show description for 6830327committedCustomHttpClient -> SeaHttpClient
Show description for ab847dacommittedredundant comment in backend client
Show description for 1c399d5committedregex for warehouse_id instead of .split, remove excess imports and behaviour
Show description for 42c4581committedremove redundant attributes
Show description for 8bfca45committedformatting (black)
Show description for 5005b13committed[nit] reduce nested code
Show description for 8efa68ccommittedline gap after multi-line pydoc
Show description for 6e41ebfcommitted- committed
redundant imports
Show description for ed4931ecommitted
Commits on Jun 7, 2025
move sea backend and models into separate sea/ dir
Show description for 4ff64edcommittedmove http client into separate sea/ dir
Show description for 9aebea2committedchange commands to include ones in docs
Show description for a05f1fdcommittedadd link to sql-ref-parameters for session-confs
Show description for 46104e2committed
Commits on Jun 8, 2025
add client side filtering for session confs, add note on warehouses over endoints
Show description for 390c1e7committedtest unimplemented methods and max_download_threads prop
Show description for 86ee56fcommitted