Skip to content

v1.2.22

Latest
Compare
Choose a tag to compare
@flarco flarco released this 24 Oct 14:04
· 1 commit to main since this release
6b272de

Sling v1.2.22

  1. Direct Insert Support
  • Added new SLING_DIRECT_INSERT environment variable to enable direct table inserts
  • Implemented writeToDbDirectly() function to bypass temp table creation
  • Added new test cases for direct insert functionality
  1. File Path Improvements
  • Added CleanTableName() function to sanitize table names in temp file paths
  • Updated temp file paths across multiple database connectors to use cleaned table names
  • Made temp file paths more consistent and descriptive
  1. Stream Configuration Updates
  • Refactored stream configuration handling to use structured configs instead of maps
  • Added LoaderStreamConfig() for standardized loader configurations
  • Improved compression and datetime format handling
  1. Database Connector Enhancements
  • Added trusted connection support for SQL Server
  • Updated Prometheus client authentication
  • Improved error handling and transaction management
  • Enhanced column casing support for upserts