diff --git a/boundary_layer_default_plugin/config/operators/oracle_operator.yaml b/boundary_layer_default_plugin/config/operators/oracle_operator.yaml new file mode 100644 index 0000000..65bd845 --- /dev/null +++ b/boundary_layer_default_plugin/config/operators/oracle_operator.yaml @@ -0,0 +1,20 @@ +name: oracle +operator_class: OracleOperator +operator_class_module: airflow.providers.operators.oracle +schema_extends: base +parameters_jsonschema: + properties: + autocommit: + type: boolean + oracle_conn_id: + type: string + sql: + type: string + parameters: + type: array + items: + type: object + required: + - autocommit + - oracle_conn_id + - sql