Snowflake Flow Diff
Version updated for https://github.com/Snowflake-Labs/snowflake-flow-diff to version v0.0.22.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Snowflake Flow Diff for Apache NiFi GitHub Action automates the process of comparing Apache NiFi flow definitions in pull requests. It detects changes in the flow JSON files, generates a human-readable summary of the differences, and posts it as a comment on the pull request. Additionally, it offers an optional checkstyle validation to enforce adherence to NiFi best practices, helping streamline code reviews and maintain flow quality.
Release notes
What’s Changed
- Adding more defensive code against NPE by @sfc-gh-pvillard in https://github.com/Snowflake-Labs/snowflake-flow-diff/pull/59
Full Changelog: https://github.com/Snowflake-Labs/snowflake-flow-diff/compare/v0...v0.0.22