-
Notifications
You must be signed in to change notification settings - Fork 70
Refactor lookups in Silver Job Runs #1253
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
Open
neilbest-db
wants to merge
26
commits into
0820_release
Choose a base branch
from
1228-silver-job-runs-spark312-r0812
base: 0820_release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e134bd4
Initial commit
gueniai da14f88
adding fix for schemaScrubber and StructToMap (#1232)
aman-db a5c8b54
Comvert all the struct field inside 'spec' column for cluster_snapsho…
souravbaner-da aeef7ff
Dropped Spec column from snapshot
souravbaner-da 4f64d83
Squash merge of show_dataframe_in_logs
neilbest-db 0fdac8e
Squash merge of named_transformation
neilbest-db 1175940
Refactor lookups in Silver Job Runs
neilbest-db 98cfed6
use `NamedTransformation`s in Silver Job Runs
neilbest-db d751d5f
adjust Silver Job Runs module configuration and caching
neilbest-db 0c8c9c2
add more Spark UI labels to Silver Job Runs transformations
neilbest-db 2ead752
flip transformation names to beginning of label
neilbest-db 97236ae
Initial commit
gueniai 9fe9f8c
revert Spark UI Job Group labels
neilbest-db 995e0da
Merge branch '0820_release' into 1228-silver-job-runs-spark312-r0812
neilbest-db 25671b7
recon enhancement done to deal with different columns in source and t…
sriram251-code f7460bd
adjust Silver Job Runs module configuration (#1256)
neilbest-db caa3282
append null columns from cluster snapshot for cluster_spec_silver (#1…
sriram251-code f3ffd7c
1201 collect all event logs on first run (#1255)
souravbaner-da 3c16b5f
Redefine views so that they are created from tables not locations (#1…
souravbaner-da d6fa441
1030 pipeline validation framework (#1071)
souravbaner-da 59daae5
adding fix for duplicate accountId in module 2010 and 3019 (#1270)
aman-db 3055a22
1218 warehouse state details (#1254)
aman-db bbdb61f
Add descriptive `NamedTransformation`s to Spark UI (#1223)
neilbest-db 12fd6ac
adding code for warehouseStateFact gold (#1265)
aman-db 1eb6a00
Show `DataFrame` records in logs (#1224)
neilbest-db 75c8760
Merge branch '0820_release' into 1228-silver-job-runs-spark312-r0812
neilbest-db File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| cloud,cluster_size,driver_size,worker_count,total_dbus | ||
| AWS,2X-Small,i3.2xlarge,1,4 | ||
| AWS,X-Small,i3.2xlarge,2,6 | ||
| AWS,Small,i3.4xlarge,4,12 | ||
| AWS,Medium,i3.8xlarge,8,24 | ||
| AWS,Large,i3.8xlarge,16,40 | ||
| AWS,X-Large,i3.16xlarge,32,80 | ||
| AWS,2X-Large,i3.16xlarge,64,144 | ||
| AWS,3X-Large,i3.16xlarge,128,272 | ||
| AWS,4X-Large,i3.16xlarge,256,528 | ||
| AZURE,2X-Small,E8ds v4,1,4 | ||
| AZURE,X-Small,E8ds v4,2,6 | ||
| AZURE,Small,E16ds v4,4,12 | ||
| AZURE,Medium,E32ds v4,8,24 | ||
| AZURE,Large,E32ds v4,16,40 | ||
| AZURE,X-Large,E64ds v4,32,80 | ||
| AZURE,2X-Large,E64ds v4,64,144 | ||
| AZURE,3X-Large,E64ds v4,128,272 | ||
| AZURE,4X-Large,E64ds v4,256,528 |
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.