Conversation
… MySQL, Snowflake, and StarRocks
- extract YAML marshaling logic into a new internal method `marshalEnvFileBytes` - introduce new public method `MarshalBody` to return formatted YAML as a string - update `WriteEnvFile` to utilize the new marshaling helper - improve code organization and reusability for YAML content generation
- prevent sqlldr control file from hardcoding char(400000) for strings - use target column's DbPrecision or MaxLen for sqlldr char sizing - avoid excessive memory allocation during Oracle bulk imports - add test p.25 to verify sqlldr ctl content and table column sizing
… MariaDB, MySQL, and StarRocks templates
…rt and Azure CLI integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Features
full-refreshmode with CDC options, clearing state before running an initial snapshot.length()function supports scalar types: Thelength()function now safely handles integers, floats, booleans, and dates by converting to string representation, allowing use in wildcard transforms with ternary guards.sling project jobs run --waitflag: New--wait/-wflag polls execution status every 5 seconds until the job reaches a terminal state, then reports rows, bytes, and duration.Bug Fixes
char(400000), preventing excessive memory allocation during Oracle bulk imports.tinyintin metadata queries across MariaDB, MySQL, and StarRocks templates.pathpackage withfilepathacross the codebase for correct behavior on Windows.SaveTokento proceed even when running in agent mode.