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
- Host: GitHub
- URL: https://github.com/data-integrations/database-delta-plugins
- Owner: data-integrations
- License: apache-2.0
- Created: 2020-01-29T21:51:18.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-09T16:19:13.000Z (7 months ago)
- Last Synced: 2025-07-09T16:33:58.209Z (7 months ago)
- Language: Java
- Size: 768 KB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README
- License: LICENSE
- Security: SECURITY.md
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.