-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support stream property selection push-down in SQL streams (#1032)
Co-authored-by: Edgar R. M <edgar@meltano.com> This PR pushes stream property selection down to the database via the SQLAlchemy-generated `SELECT` statement. Previously, records containing all columns were fetched and then pruned in the Tap. Pushing the pruning down into the SQL layer should provide better performance for streams with selection criteria applied.
- Loading branch information
Ken Payne
authored
Oct 5, 2022
1 parent
6d74490
commit e4db0d5
Showing
1 changed file
with
48 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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