easy_sql
easy_sql copied to clipboard
A library developed to ease the data ETL development process.
Shall we consider renaming the package name? As the current name : [easy-sql-easy-sql ](https://pypi.org/project/easy-sql-easy-sql/) is a little bit verbose and hard to give it a quick install. proposals: `esql`, e...
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0)
updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 24.1.1 → 24.10.0](https://github.com/psf/black/compare/24.1.1...24.10.0) - [github.com/pycqa/flake8: 6.0.0 → 7.1.1](https://github.com/pycqa/flake8/compare/6.0.0...7.1.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0)
in Flink case: reconstruct the `yaml` file to make temporary tables belong to one database, as we will register the tables before the user's SQL script, so these temporary tables...
use regex match to parse the DDL string to get the key-value pair options, making it more robust.
use append as the default of the table save mode when in streaming processing