snowflake-labs/Snowflake Flow Diff
Compare differences in Apache NiFi Flow Definitions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flowA | Original Flow | yes | — |
| flowB | New Version of the Flow | yes | — |
| token | GITHUB_TOKEN or a repository-scoped PAT | yes | ${{ github.token }} |
| repository | The full name of the repository in which to create or update a comment | yes | ${{ github.repository }} |
| issuenumber | The number of the issue or pull request in which to create a comment | yes | ${{ github.event.number }} |
| checkstyle | Enables checkstyle control on the new version of the flow | yes | false |
| checkstyle-rules | Path to optional YAML file configuring checkstyle rules | no | — |
| checkstyle-fail | Fail the action when checkstyle violations are found | no | false |
| api-url | GitHub API URL (automatically set for GitHub Enterprise Server) | no | ${{ github.api_url }} |
Outputs
no outputs