We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9166242 commit c2849e4Copy full SHA for c2849e4
rust/operator-binary/src/config/mod.rs
@@ -579,6 +579,8 @@ pub fn build_nifi_properties(
579
// Custom components #
580
//####################
581
if git_sync_resources.is_git_sync_enabled() {
582
+ // NiFi 1.x does not support Python components. The Python configuration is just ignored.
583
+
584
// The command used to launch Python.
585
// This property must be set to enable Python-based processors.
586
properties.insert("nifi.python.command".to_string(), "python3".to_string());
0 commit comments