Re: AccessApi CreateDownloadToken deprecated

2023-01-23 Thread Daniel Chaffelson
ammatic access, but there is no direct replacement for > One-Time Password Authentication. > > Regards, > David Handermann > > [1] https://issues.apache.org/jira/browse/NIFI-8931 > > On Mon, Jan 23, 2023 at 3:37 AM Daniel Chaffelson > wrote: > > > Hi folks, > &

AccessApi CreateDownloadToken deprecated

2023-01-23 Thread Daniel Chaffelson
Hi folks, A user has created an Issue ticket[1] on NiPyAPI after upgrading NiFi from 1.12 to 1.16. It seems that sometime in this window the AccessApi has had the CreateDownloadToken function deprecated. This function appears to have issued a one-time auth token to download flowfile content, and I

Re: Using nifi in separated networks

2021-08-03 Thread Daniel Chaffelson
This is a very interesting area of integration investigation Marc, thank you for sharing your work! I looked into this a little after conversations with folks in security applications, and I wonder if you investigated approaches to tracking and reporting/handling packet loss and error rates in thi

Re: Issue in automate deployment of Flow from one registry bucket to another using Nipy API for flow having Parameter Context

2020-11-06 Thread Daniel Chaffelson
Hi Deepak, I'll help take a look, can you please bump NiFi logging up to Debug and reproduce the error, then post the information as an Issue on the NiPy repo for me? https://github.com/Chaffelson/nipyapi/issues I have only recently started looking at Parameter Contexts in the NiPy wrapper function

Re: Collaboration for Azure features

2020-04-18 Thread Daniel Chaffelson
I would check how search functionality works in two cases; do you get results from channels you are not a member of, do you get results from archived channels. If both are true, then having side channels doesn't prevent the most common way of finding specific information, though it would be good to

Re: [VOTE] Release Apache NiFi 1.11.1 (rc1)

2020-02-01 Thread Daniel Chaffelson
+1 nonbinding Built from specified commit with tests Generated updated NiPyAPI client and completed tests on updated Dockers On Sun, 2 Feb 2020, 04:08 Aldrin Piri, wrote: > +1, binding > > notes: > * signature good > * hashes look good > * tagged commit matches > * full build with contrib check

Re: Programmatically passing secrets to nifi processor.

2019-11-25 Thread Daniel Chaffelson
While I haven't implemented it yet, it would be a relatively easy addition to NiPyAPI alongside the existing Variable and Registry functionality. If there is good community demand I can prioritise it, or someone may choose to contribute it. On Mon, 25 Nov 2019, 20:12 Bahlul Haider, wrote: > Frie

Re: Hive backward compatibily

2018-03-06 Thread Daniel Chaffelson
Hi Milan, Apologies for a link as an answer, but I'm currently traveling and responding from mobile. I worked through a similar problem in NiFi-1.1 and shared details of my method which hopefully should help you. https://stackoverflow.com/questions/39200903/apache-nifi-hive-processors-with-hive-1

Re: Policies for root Process Group.

2018-02-27 Thread Daniel Chaffelson
Daniel, What is your timeframe for needing this working? I ask because the contributors to NiPyApi are very close to a release which will provide by secured environment support, and wrappers to set this kind of policy via a Python Client SDK for NiFi. https://github.com/Chaffelson/nipyapi/tree/pr/4

Re: Re: 答复: Re: Is there a REST API to run a dataflow on demand?

2018-02-22 Thread Daniel Chaffelson
Hi Boying, I have been working on a NiFi Python Client SDK that might help you here, as the goal is to be able to replicate everyday actions taken in the NiFi GUI as well as extending it for CICD/SDLC work. For example with the following commands you would: 1. get the reference object for a pr

Re: [EXT] Re: Embedded Nifi

2018-02-07 Thread Daniel Chaffelson
check it out though. > > > > Thanks, > > > > On Wed, Jan 31, 2018 at 3:00 AM, Daniel Chaffelson > > > wrote: > > > > > Vincent, > > > I do something along these lines in Python to test NiFi automation > work. > > > NiPyApi cre

Re: [EXT] Re: Embedded Nifi

2018-01-31 Thread Daniel Chaffelson
Vincent, I do something along these lines in Python to test NiFi automation work. NiPyApi creates the requisite Docker container(s) for the test suite, procedurally creates the NiFi/Registry objects (Process Groups, Processors, Buckets, Flows, etc), recursively tests itself, then tears itself down.

Re: Programmatically adding processors

2018-01-30 Thread Daniel Chaffelson
Hi Phil, It's not part of the official NiFi project, but I have been building a python client to do exactly the kind of changes in NiFi that you describe. You can find it at https://github.com/Chaffelson/nipyapi And the function to update a processor's config via API call is here: https://github.co