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.
2 parents 594bb3f + e774493 commit 7c4135cCopy full SHA for 7c4135c
config/systemConfig/python.yaml
@@ -6,4 +6,7 @@ systemConfig:
6
value: (?i)(?:url(?:open|retrieve)|client|get|set|post|put|patch|delete|head|options|request|feed|trigger|init|find|send|receive|redirect|fetch|execute|response|pool|client|http|load|list|trace|remove|write|provider|host|access|info_read|select|perform).*
7
8
- key: apiIdentifier
9
- value: (?i).*((hook|base|auth|prov|endp|install|cloud|host|request|service|gateway|route|resource|upload)(.){0,12}url|(slack|web)(.){0,4}hook|(rest|api|host|cloud|request|service)(.){0,4}(endpoint|gateway|route)).*
+ value: (?i).*((hook|base|auth|prov|endp|install|cloud|host|request|service|gateway|route|resource|upload)(.){0,12}url|(slack|web)(.){0,4}hook|(rest|api|host|cloud|request|service)(.){0,4}(endpoint|gateway|route)).*
10
+
11
+ - key: airflowBaseClasses
12
+ value: (?i).*(BaseOperator|BaseSensorOperator|BashOperator|KubernetesPodOperator|PythonVirtualenvOperator|BaseHook|GoogleDriveHook|HttpHook).*
0 commit comments