Github user mans2singh commented on the issue:
https://github.com/apache/nifi/pull/2562
@MikeThomsen - I've updated the code based on your comments (added check
for query result null, changed scheduled query property name). One note, if we
use the influxdb-compose.xml file for integration testing, we will need to
change the name of the db (from test to something else) which the curl loader
uses, since integration test use their own data.
Please let me know your thoughts/recommendations.
Thanks.
---