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 e19a39c commit 5e0c32eCopy full SHA for 5e0c32e
rust/crd/src/lib.rs
@@ -143,7 +143,7 @@ impl FlaskAppConfigOptions for SupersetConfigOptions {
143
SupersetConfigOptions::CustomSecurityManager => PythonType::Expression,
144
SupersetConfigOptions::StackableOpaBaseUrl => PythonType::StringLiteral,
145
SupersetConfigOptions::StackableOpaPackage => PythonType::StringLiteral,
146
- SupersetConfigOptions::StackableOpaRule => PythonType::Expression,
+ SupersetConfigOptions::StackableOpaRule => PythonType::StringLiteral,
147
SupersetConfigOptions::OpaRolesCache => PythonType::Expression,
148
}
149
0 commit comments