lordgamez commented on code in PR #2050:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2050#discussion_r2442396851
##########
extensions/python/types/PyProcessContext.cpp:
##########
@@ -30,7 +30,9 @@ namespace org::apache::nifi::minifi::extensions::python {
static PyMethodDef PyProcessContext_methods[] = { //
NOLINT(cppcoreguidelines-avoid-c-arrays)
{"getProperty", (PyCFunction) PyProcessContext::getProperty, METH_VARARGS,
nullptr},
+ {"getRawProperty", (PyCFunction) PyProcessContext::getRawProperty,
METH_VARARGS, nullptr},
Review Comment:
I think these can be public as part of the MiNiFi python API, but will only
be used transitively in the NiFi python API.
--
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]