Hi,
I have case and I'm working on it.
I'm using generateflowfile to run a python file, and then I'm using executestreamcommand processors.
But in my python code there a Postgresql connection. I want to make this connection information and remove from the code.
I have tried to create new properties in the generateflowfile and I have defined the postgre connection information as property and value. After I have gave into the code these property names for the connection part.
But I couldn't run the flow. I'm getting various errors.
Does my logic in the flow right?
Thanks.