-
Notifications
You must be signed in to change notification settings - Fork 154
[DEV-14238] - Transaction Loader Refactor #4577
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
zachflanders-frb
wants to merge
22
commits into
qat
Choose a base branch
from
ftr/dev-14238-transaction-loader-refactor
base: qat
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.
+1,212
−3,972
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3d4de9e
[DEV-13931] - break apart transaction types and use unique transactio…
zachflanders-frb ee11d91
[DEV-14238] - Add load_transactions_fabs_in_delta and update other co…
zachflanders-frb 8e93414
[DEV-14238] - WIP
zachflanders-frb 682253f
[DEV-14238] - WIP transaction flow refactor
zachflanders-frb b4212aa
[DEV-14238] - update load_table_to_delta to add hash column option an…
zachflanders-frb 3772625
[DEV-14238] - remove last_etl_date from load_awards
zachflanders-frb bd8a1ab
[DEV-14238] - Adding tests for transaction loaders
zachflanders-frb d27f079
[DEV-14238] - flake8 fixes
zachflanders-frb 1c45071
[DEV-14238] - Updating github actions
zachflanders-frb 5324741
Update usaspending_api/common/spark/configs.py
zachflanders-frb fdcbe0b
[DEV-14238] - Adding external load types
zachflanders-frb 00b898d
Merge branch 'ftr/dev-14238-transaction-loader-refactor' of https://g…
zachflanders-frb 96b5326
[DEV-14238] - flake8 fix
zachflanders-frb 1d4ba2b
[DEV-14238] - cast transaction id cols to string in vw_awards
zachflanders-frb 475e50b
[DEV-14238] - add ids and transaction_ids
zachflanders-frb 2e9ec24
[DEV-14238] - adding award_ids
zachflanders-frb a7abd6c
[DEV-14238] - updating lastest_transaction_id and earliest_transactio…
zachflanders-frb 3568600
[DEV-14238] - removing trailing white space
zachflanders-frb 76ad7be
[DEV-14238] - moving spark context manager out of loader class
zachflanders-frb fcd5e30
Merge branch 'qat' into ftr/dev-14238-transaction-loader-refactor
zachflanders-frb 180ca0c
[DEV-14238] - Remove extra logging
zachflanders-frb b1a00e7
Merge branch 'ftr/dev-14238-transaction-loader-refactor' of https://g…
zachflanders-frb 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
68 changes: 0 additions & 68 deletions
68
.github/workflows/test-spark-integration-load-transactions-lookup.yaml
This file was deleted.
Oops, something went wrong.
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.
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.
I believe we actually can remove the generation of these reports, however, to be consistent we should change the name for now.
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.
Can we update the filename accordingly as well?