Conversation
|
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.



Summary
Prepares the v1.12.2 release.
Changes included in 1.12.2
Fixed schema quoting cache & unhandled relation database (#228, #230)
exasol__list_relations_without_cachingto inspect the unquoted schema identifier (schema.schema) rather than string-interpolating the relation object, preventing quote characters from breaking schema matching and disabling the relation cache whenquoting: {schema: true}is set.ExasolIncludePolicy(database=False)onExasolRelationso the database identifier is preserved in the cache/path key (avoidinglist_None_<SCHEMA>logs) while omitting it from rendered SQL identifiers.Documented session-wide scope of
timestamp_format(#229, #231)timestamp_formatis applied session-wide (ALTER SESSION SET NLS_TIMESTAMP_FORMAT), governing models, snapshots, and seeds.Version bump & Changelog
1.12.2acrosspyproject.toml,dbt/adapters/exasol/__version__.py,dbt/adapters/exasol/version.py, anduv.lock.CHANGELOG.mdwith release notes for1.12.2.What to review
CHANGELOG.md: Verify that the1.12.2section accurately summarizes the changes and fixes released in this version.pyproject.toml,dbt/adapters/exasol/__version__.py,dbt/adapters/exasol/version.py, anduv.lock.Verification
All validation suites pass cleanly:
nox -s format:check— cleannox -s lint:code lint:security lint:typing— clean (9.62/10 rating, 0 security issues, 96 source files type checked)nox -s test:unit— 275 passednox -s changelog:updated— successnox -s version:check— success