Skip to content

NIFI-11503 disallow provenance views for components without provenance#7210

Closed
dtrodrigues wants to merge 1 commit into
apache:mainfrom
dtrodrigues:NIFI-11503
Closed

NIFI-11503 disallow provenance views for components without provenance#7210
dtrodrigues wants to merge 1 commit into
apache:mainfrom
dtrodrigues:NIFI-11503

Conversation

@dtrodrigues
Copy link
Copy Markdown
Contributor

Summary

NIFI-11503

Components such as Funnels, Input Ports, and Output Ports all have "View data provenance" as an option, but none of them have provenance events associated with their component IDs.

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using mvn clean install -P contrib-check
    • JDK 11
    • JDK 17

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files

@exceptionfactory
Copy link
Copy Markdown
Contributor

Thanks for the contribution @dtrodrigues. Actually, Funnels, Input Ports, and Output Ports can generate Provenance Events, but only in certain circumstances. For one-to-one relationships, these components won't generate events, but when sending to multiple destinations, these components generate CLONE events, so the existing code should remain unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants