-
Notifications
You must be signed in to change notification settings - Fork 100
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
Create release v1.8.2 #510
Conversation
* initial docker setup info * blank connectors and rename container folder * ignore connector example json files * more .gitignore setup maybe? * example files * template folder * clean up misc * remove volume bind, allow install sfkc 1.8.1 * yml changes * remove empty lines
* docker wont pull from /usr/ * git ignore test * readme * test gitignore * remove yml files from gitignore * test force add * i think gitignore works now * need to add it back in for changes lol * add back jmx
- Update the config key word from enable.schematization to snowflake.enable.schematization - Remove some duplicate constants - Fix a null pointer exception during channel closing - Update the column name format function to return the quoted column name
* smh static doesnt work * logginghandler with static cid, logging -> enablelogging * test gitignore * passes tests * corrid at beginning * remove yml files from git cache * add yml, copyright; change logger class name * ran formatter * remove wildcard imports * added logging handler tests * review changes * formatter
…f ignoring them (#491) Put rows with JsonProcessingException into the DLQ instead of ignoring them
* avro 1.8.1 -> 1.11.0, kakfa-clients -> 2.8.2 * vulnerabilities fixed? * fixed all vuln
…lt jar from going to the customer (#492) * do as i say not as i do * change warn and mkdir docker jar folder
* refactor to kcglobalinstanceid * parse instance id * ut pass - til final doesnt let injectmocks * tests pass, need cc * cc 100 * added logging to task * spacing issue in logs * formatter * formatter and rerun failed tests? * set task instance id in start * utils string format * task functionality * can someone say overengineer oops * no one likes overenegineering * 100 cc * added int test, maybe need to merge other branch? * remove fallbackid.. weird and not needed for task * working on int test * added it * stash * it done * formatter * formatter again * remove start count and fix it * format * add open count and some pr nits * formatting is a pain * change starttime and import * use uuid+time for instanceid
This PR adds support to do schema evolution through ALTER TABLE command when there is schema mismatch between the kafka message and the table schema
…499) Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.19.4...v3.19.6) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- We always enable schema evolution for tables that are created by KC - Check for schema evolution table option before updating the schema
…on-databind from 2.13.2.1 to 2.13.4.2 (#503) * fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426 * added to confluent pom as well Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: revi cheng <revi.cheng@snowflake.com>
the correlationId is not available in snowflake, are we planning to add that in next version? Overall lgtm, havent seen all files since they have been approved earlier, only looked at commits. |
I'm planning on adding the correlationid in the next version. I added the code however I was unable to easily verify it in snowhouse so I deprioritized the work since it is not necessary to debug Securonix's issue. |
Created v1.8.2 off v1.8.1, adding new changes in