Releases: danielvdende/adfpy
Releases · danielvdende/adfpy
Dry run option and better logging
This release contains 2 new features:
- You can now run the CLI with
--dry-run
. This will not apply any changes, but instead display them to you first, so you can review them. - There is improved logging for the deploy script.
In addition to this:
- A number of vulnerabilities in dependencies have been resolved.
- The version of the
azure-mgmt-datafactory
SDK has been capped, to avoid problems that occurred when using>=2.7.0
Deployable pipelines and scheduled triggers
Merge pull request #13 from danielvdende/dvde/add-config-driven-example Add config driven example
Add Schedule Triggering
Along with quite some code and stability improvements, this release includes the first support for triggering. For now, this is limited to Scheduled Triggers only.
First release
0.0.1 Final rename