This repository contains the Virtualization SDK for building custom data source integrations for the Delphix Dynamic Data Platform.
The latest user documentation can be found here.
- macOS 10.14+, Ubuntu 16.04+, or Windows 10
- Python 2.7 (vSDK 3.1.0 and earlier)
- Python 3.8 (vSDK 4.0.0 and later)
- Java 7+
- A Delphix Engine of an appropriate version
To install the latest version of the SDK run:
$ pip install dvp
To install a specific version of the SDK run:
$ pip install dvp==<version>
To upgrade an existing installation of the SDK run:
$ pip install dvp --upgrade
If you run into a problem, please search the existing issues first to ensure the issue hasn't been reported before. Open a new issue only if you haven't found anything similar to your issue.
If the issue is not being tracked, please file an issue using the Bug Report
issue template here.
To request a feature, file a GitHub issue on this repository using the Feature Request
issue template here.
Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.