Merged
Conversation
Contributor
mildbyte
commented
Aug 3, 2021
- Speed up partitioning on commit by only recording partition boundaries instead of copying the whole table with a partition ID on each row
- Also write partitions in multiple threads
- Add a size-per-row estimate to the LQ planner.
- Add some helper functions to run a dbt transformation from Git against a single schema (clone, patch the dbt project)
- Add ability to choose a different normalization mode when running Airbyte data sources, in line with the Airbyte runner itself:
- none: only produce _raw tables
- basic: Airbyte's basic normalization
- custom: Git URL to a custom dbt project that converts the _raw tables.
…only making a temporary table with chunk boundaries (instead of copying every row and its chunk ID over into a temporary table).
…when running the commit.
…n (since only the raw tables depend on it).
…ph (get a repo, patch its data sources to point to the same schema).
…rmalization and pass in a custom Git repo with a dbt project. Note that downstream users inheriting from this data source should merge the `params_schema`/`credentials_schema` using the `merge_jsonschema` function.
…e AB normalization, as well as a test for no normalization at all.
… it so that other threads that chunk the table up can see it (since they use different PG connections).
…avoid corner cases with PK-less tables having NULLs in them and breaking comparisons.
…g to load any rows at all.
… row to text) if there's no PK and make sure to do it consistently (order by this PK and filter by it too when partitioning).
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.