Skip to content

data-integrations/database-delta-plugins

Folders and files

NameName
Last commit message
Last commit date
Jan 31, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 29, 2020
Jan 29, 2020
Mar 6, 2020
Dec 17, 2022
Jan 29, 2020
Jan 15, 2025
Mar 19, 2024

Repository files navigation

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.