-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update Structured File Ingestor #180
Merged
smgallo
merged 22 commits into
ubccr:xdmod7.0
from
smgallo:etl/structured-file-ingestor
Jul 19, 2017
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7764fc0
Add support for iterating over a StructuredFile data endpoint
smgallo 93ee7f9
Improve comments, logging, and phpcs style fixes
smgallo 765f18c
Merge branch 'xdmod7.0' of github.com:ubccr/xdmod into etl/structured…
smgallo d7e2402
Move handling of destination_record_map config directive from pdoInge…
smgallo 536ee64
Consolidate common functionality. Move pre- and post-execute tasks in…
smgallo 59f5049
Merge branch 'xdmod7.0' of github.com:ubccr/xdmod into etl/structured…
smgallo c0af908
Add handling of requested and expected record fields to StructuredFil…
smgallo a967a25
Merge branch 'xdmod7.0' of github.com:ubccr/xdmod into etl/structured…
smgallo 8381b8e
Apply command-line where clause to table row count calculation
smgallo efe7468
Fix support for passing overrides on the ETL command line
smgallo 6f7a502
Improve debugging output
smgallo 5a5f352
Allow public properties of any object type to be verified
smgallo 79a8f27
Fix bugs in experimental aggregation from update to DbModel
smgallo 7c84f41
Improve debugging
smgallo 9d148d4
PHPCS fixes
smgallo 0cbbe57
PHPCS fixes
smgallo 4c0c698
Add handling of record fields to StructuredFile endpoint
smgallo 635d774
Update ingestors to use updated StructuredFile endpoint
smgallo d6863bd
Update sample ETL files
smgallo ab66e93
Move source data out of ETL table definitions into data directory. Up…
smgallo 786fc57
Fix PHPCS style error
smgallo 33d7bce
Remove commented out code
smgallo 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 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 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 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 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 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 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.
remove commented out code