Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jun 4, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

…m destination identifiers (#2705)

* uppercase env var

* fix linting and marimo e2e tests

* enables only x-annotation propagation, fixes lineage test to include clickhouse, sqlalchemy and clickhouse

* computes sqlglot schema and lineage solely on dlt schema identifiers, disables any normalization and table name expansion

* computes ibis unbound table solely on dlt schema identifiers, disables any normalization and table name expansion

* makes ibis relation to work on dlt schema identifiers

* decouples query generation from query normalization in base relation. query normalization will expand table names, qualify tables, case fold and quote

* adds capability to check if nulls are enforced on alter

* adds option to get table path without casefolding

* rewrites how identifiers are normalized in sqlalchemy

* makes test_read_interfaces work with all destinations without escaping, WIP

* fixes how credentials are emitted by destination_config

* fixes linting issues for marimo

* revert name / type scoped destination configs

* fix pii annotations hint

* quote table names in row counts (will not work with table names with white spaces otherwise)

* format

* fix marimo app linting errors

* normalize database name in sqlglot schema
fix anoynmous column detection in lineage

* disables one lineage test..

* fix dataset mismatch in query resolution the correct way

* remove qualified table names from some selectors

* fix a couple more tests

* make normalizing of query for pure sql relations optional
use normalized query in transformations

* fix default of normalizing query
cache sqlglot schema on dataset

* move query normalization into utils, cache result and do not modify original qualified query

* directly access normalized_query from relation

* disable sqlglot schema cache on dataset

* fix filesystem tests and disallow access of non-existent table

* fix unrelated breakage in lancedb example

* update tests that were using tables not in schema on datasets

* fix snowflake tests, re-enable two disabled tests

* fix last snowflake test

---------

Co-authored-by: djudjuu <[email protected]>
Co-authored-by: David Scharf <[email protected]>
@pull pull bot added the ⤵️ pull label Jun 4, 2025
@pull pull bot merged commit b472ab7 into kp-forks:devel Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant