File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Release History  
22
3+ # 4.1.3 (2025-09-17)  
4+ -  Query tags integration (databricks/databricks-sql-python #663 @sreekanth-db  )
5+ -  Add variant support (databricks/databricks-sql-python #560 @shivam2680  )
6+ 
37# 4.1.2 (2025-08-22)  
48-  Streaming ingestion support for PUT operation (databricks/databricks-sql-python #643 @sreekanth-db  )
59-  Removed use_threads argument on concat_tables for compatibility with pyarrow<14 (databricks/databricks-sql-python #684 @jprakash-db  )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name  = " databricks-sql-connector" 
3- version  = " 4.1.2 " 
3+ version  = " 4.1.3 " 
44description  = " Databricks SQL Connector for Python" 
55authors  = [
" Databricks <[email protected] >" ]
66license  = " Apache-2.0" 
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def __repr__(self):
6868DATE  =  DBAPITypeObject ("date" )
6969ROWID  =  DBAPITypeObject ()
7070
71- __version__  =  "4.1.2 " 
71+ __version__  =  "4.1.3 " 
7272USER_AGENT_NAME  =  "PyDatabricksSqlConnector" 
7373
7474# These two functions are pyhive legacy 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments