Modernizing Nifi Archetypes

2024-05-08 Thread Bob Paulin
Hi, I've created https://issues.apache.org/jira/browse/NIFI-13187 to suggest some changes to modernize the Nifi Archetypes. Specifically: Modernize Nifi's Java archetypes using Immutable Map, List utils Provide more readable property and relationship names Provide example of flow

Re: Dealing with cross OS Python venv

2024-03-14 Thread Bob Paulin
at this time. Thanks! - Bob [1] https://github.com/apache/nifi/pull/8500 On 3/13/2024 5:09 PM, Bob Paulin wrote: Hi, Recently I ran into an existing issue [1] running Nifi's python extensions on windows.  It appears that windows uses Scripts instead of bin to store the python virtual

Dealing with cross OS Python venv

2024-03-13 Thread Bob Paulin
on whether this sort of OS toggling should be automatic or just possible by manually updating the configs.  I'm happy to update my PR to add some automatic toggling based on OS.  Thanks! - Bob Paulin [1] https://issues.apache.org/jira/browse/NIFI-12514 [2] https://docs.python.org/3/library

Dealing with cross OS Python venv

2024-03-13 Thread Bob Paulin
on whether this sort of OS toggling should be automatic or just possible by manually updating the configs.  I'm happy to update my PR to add some automatic toggling based on OS.  Thanks! - Bob Paulin [1] https://issues.apache.org/jira/browse/NIFI-12514 [2] https://docs.python.org/3/library