[Postgres Support 5/5] Python ch_sink_tools Package#1269
Open
minguyen9988 wants to merge 1 commit into2.9.1from
Open
[Postgres Support 5/5] Python ch_sink_tools Package#1269minguyen9988 wants to merge 1 commit into2.9.1from
minguyen9988 wants to merge 1 commit into2.9.1from
Conversation
a52ef6e to
843217c
Compare
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
Restructures the Python tooling into a proper
ch_sink_toolspackage with ANTLR-generated PostgreSQL parsers, database comparison utilities, schema dumping, and data loading tools.Part 5 of 5 PRs split from #1245 for reviewability.
Changes
db/,db_compare/,db_dump/,db_load/directories into properch_sink_toolsPython package with submodulesdb/postgres.pyfor PostgreSQL connections,postgres_type_mapper.pyfor type mapping,postgres_dumper.pyfor schema dumpingpyproject.tomlfor modern Python packaging,build_wheel.shfor wheel buildscolumn_type_overrides.pyandoverride_reconciler.pyfor column type override configurationdb_comparemodule for PostgreSQL↔ClickHouse comparisontest_naming.pyfor naming utility testsFiles (66 files, +106,547/−110)
Review Notes