-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatten artifacts on load #84
Merged
NiallRees
merged 38 commits into
brooklyn-data:main
from
alanmcruickshank:ac/materialise_on_load
Feb 22, 2022
Merged
Flatten artifacts on load #84
NiallRees
merged 38 commits into
brooklyn-data:main
from
alanmcruickshank:ac/materialise_on_load
Feb 22, 2022
Conversation
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
alanmcruickshank
had a problem deploying
to
Approve Integration Tests
February 12, 2022 16:54
Failure
alanmcruickshank
had a problem deploying
to
Approve Integration Tests
February 12, 2022 16:54
Failure
Manifest nodes and create table queries Handle stages better adjust insert into Swap all from COPY TO to INSERT Swtich names for artifact tables. update sources file Fix manifest node reference correct the manifest time Actually log the queries Add sources and exposures typo on insert queries correct the schema for sources and exposures fix wrong reference
alanmcruickshank
force-pushed
the
ac/materialise_on_load
branch
from
February 12, 2022 16:56
5848f15
to
b15a730
Compare
alanmcruickshank
had a problem deploying
to
Approve Integration Tests
February 12, 2022 16:56
Failure
alanmcruickshank
had a problem deploying
to
Approve Integration Tests
February 15, 2022 14:05
Failure
NiallRees
reviewed
Feb 16, 2022
NiallRees
reviewed
Feb 16, 2022
NiallRees
reviewed
Feb 16, 2022
NiallRees
reviewed
Feb 16, 2022
NiallRees
reviewed
Feb 16, 2022
NiallRees
reviewed
Feb 16, 2022
NiallRees
reviewed
Feb 16, 2022
NiallRees
reviewed
Feb 16, 2022
NiallRees
reviewed
Feb 16, 2022
alanmcruickshank
had a problem deploying
to
Approve Integration Tests
February 21, 2022 16:32
Failure
alanmcruickshank
had a problem deploying
to
Approve Integration Tests
February 21, 2022 17:25
Failure
NiallRees
reviewed
Feb 21, 2022
NiallRees
reviewed
Feb 21, 2022
NiallRees
reviewed
Feb 21, 2022
NiallRees
reviewed
Feb 21, 2022
NiallRees
reviewed
Feb 21, 2022
NiallRees
approved these changes
Feb 21, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job. Tests too!
Merged
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.
This is a draft solution to #62, #45, #20 & #78.
Results are flattened on upload into three tables:
This upload is facilitated by a new
V2
upload macro, and then the results of both this approach and the oldV1
upload method are unioned together to give teams flexibility on which they use.This should bypass field size limits (because we use
insert into
), and preloads the compute load of flattening large JSON blobs so allow larger projects to work well.