Skip to content
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

Fix uncaught ETL exception in PdoIngestor #718

Merged
merged 5 commits into from
Nov 10, 2018

Conversation

smgallo
Copy link
Contributor

@smgallo smgallo commented Nov 2, 2018

Note: This is for 8.1

Description

Fix an uncaught exception when executing single database ingest statement. Also updated 2 catch blocks that were catching an exception, logging the error, and re-throwing the exception with more modern and functionally equivalent code for consistency.

Motivation and Context

Bugfix and code consistency.

Tests performed

Manually ran tests.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project as found in the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@smgallo smgallo added bug Bugfixes Category:ETL Extract Transform Load labels Nov 2, 2018
@smgallo smgallo added this to the 8.1.0 milestone Nov 2, 2018
Copy link
Contributor

@chakrabortyr chakrabortyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@smgallo smgallo changed the base branch from xdmod8.0 to xdmod8.1 November 9, 2018 15:40
@smgallo smgallo merged commit 8357f5a into ubccr:xdmod8.1 Nov 10, 2018
@smgallo smgallo deleted the etl/bugfix-catch-pdoexception branch November 10, 2018 02:57
@smgallo smgallo changed the title Fix uncaught ETL exception Fix uncaught ETL exception in PdoIngestor Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugfixes Category:ETL Extract Transform Load
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants