Skip to content

v1.1.5

Choose a tag to compare

@paxtonhare paxtonhare released this 14 Aug 14:31

Important Changes

You now must specify the sourceDB and destDB name when specifying databases via gradle.

./gradlew hubRunFlow \
  -PentityName=yourEntityName \
  -PflowName=yourFlowName \
  -PflowType=harmonize
  -PsourceDB=data-hub-STAGING \
  -PdestDB=data-hub-FINAL

v1.1.5

Full Changelog

Implemented enhancements:

  • Update Quickstart Ready message #478
  • Example: Migrating a RDBMS to Data Hub using Spring Batch #473

Fixed bugs:

  • Providing different source/dest DB for the hubRunFlow does not work #488
  • Path to code has wrong slash on Windows #467
  • Job status stuck on STARTED for Input Flows #466
  • File not saving properly from quickstart to fix a bug #430
  • Error on initial run of QuickStart GUI #394
  • Error saving entity - collation not legal #337

Closed issues:

  • collection name is hard coded in online store example #474
  • add (rest-extension-user,read) to XML documents in modules-db #470
  • column-width, or tooltip with full "Identifier" in traces table #469
  • Initializing DHF Project against existing DB is dropping indexes #468
  • Saving the changes in a flow code never finishes *sometimes* #462
  • Sometimes a trace for a failed Harmonize job is not available/not existing #461
  • Unable to ingest image (.png) documents using DHF Quick-Start application #420
  • Load files into the data hub schemas database #288
  • Ability to override uri for input flows #182
  • Create concept of a domain #82

Merged pull requests: