hsahu-ksolves123 opened a new pull request, #10069: URL: https://github.com/apache/nifi/pull/10069
**Summary** Fixes a bug where Python processor `Property Dependency` resolution failed if a `Property Descriptor` was imported from another module (e.g., `shared_props.py`), leading to `Key Error`. **Fix** 1.Updated `resolve_dependencies()` in `ProcessorInspection.py` to: 2.Check `module_string_constants` if not found in `discovered_property_descriptors` 3. Gracefully skip unresolved properties with logging **Related Tickets** 1.Closes: [NIFI-14233](https://issues.apache.org/jira/browse/NIFI-14233) 2.Closes: [NIFI-14368](https://issues.apache.org/jira/browse/NIFI-14368) **Testing** 1.Added test processors with shared imports 2.Verified dependencies resolve correctly with no errors -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
