Skip to content

Release v1.12.2 - #235

Merged
tglunde merged 1 commit into
masterfrom
v1.12.2
Sep 9, 2026
Merged

tglunde merged 1 commit into
masterfrom
v1.12.2

Conversation

@tglunde

@tglunde tglunde commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

Prepares the v1.12.2 release.

Changes included in 1.12.2

  1. Fixed schema quoting cache & unhandled relation database (#228, #230)

    • Fixed exasol__list_relations_without_caching to 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 when quoting: {schema: true} is set.
    • Added ExasolIncludePolicy(database=False) on ExasolRelation so the database identifier is preserved in the cache/path key (avoiding list_None_<SCHEMA> logs) while omitting it from rendered SQL identifiers.
  2. Documented session-wide scope of timestamp_format (#229, #231)

    • Clarified in documentation that timestamp_format is applied session-wide (ALTER SESSION SET NLS_TIMESTAMP_FORMAT), governing models, snapshots, and seeds.
    • Added debug logging when the session timestamp format is applied.
  3. Version bump & Changelog

    • Bumped adapter version to 1.12.2 across pyproject.toml, dbt/adapters/exasol/__version__.py, dbt/adapters/exasol/version.py, and uv.lock.
    • Updated CHANGELOG.md with release notes for 1.12.2.

What to review

  • CHANGELOG.md: Verify that the 1.12.2 section accurately summarizes the changes and fixes released in this version.
  • Version declarations: Ensure consistency across pyproject.toml, dbt/adapters/exasol/__version__.py, dbt/adapters/exasol/version.py, and uv.lock.

Verification

All validation suites pass cleanly:

  • nox -s format:check — clean
  • nox -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 passed
  • nox -s changelog:updated — success
  • nox -s version:check — success

@sonarqubecloud

sonarqubecloud Bot commented Sep 8, 2026

Copy link
Copy Markdown

@tglunde
tglunde requested a review from stvacs September 8, 2026 10:15

@stvacs stvacs left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • version bump is consistent
  • documentation and code review were done with incorporated #230 & #231

@tglunde
tglunde merged commit 46b4082 into master Sep 9, 2026
9 checks passed
@tglunde
tglunde deleted the v1.12.2 branch September 9, 2026 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants