An open API service indexing awesome lists of open source software.

https://github.com/data-integrations/database-delta-plugins

Delta plugins for databases
https://github.com/data-integrations/database-delta-plugins

Last synced: 4 months ago
JSON representation

Delta plugins for databases

Awesome Lists containing this project

README

          

Database Plugins for CDAP Delta Application

To run integration tests:

mvn clean verify

This will start a docker container running SQLServer and run integration
tests against it.

To debug integration tests:

mvn clean verify -Dmaven.failsafe.debug

this will cause maven to stop and wait for you to attach a remote debugger
to localhost on port 5005 before moving on and running the actual tests.