Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Cache SQL columns and schemas (#1779)
* cache sql columns and schemas * lint fix * fix mypy typing * use lru_cache instead of custom cache * Revert "use lru_cache instead of custom cache" This reverts commit 668832b. * use set for cache instead of list * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix set typing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Ken Payne <ken@meltano.com> Co-authored-by: Edgar R. M <edgar@meltano.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information