bdsoha commented on code in PR #27319:
URL: https://github.com/apache/airflow/pull/27319#discussion_r1017931926
##########
airflow/providers/oracle/operators/oracle.py:
##########
@@ -69,6 +72,9 @@ class OracleStoredProcedureOperator(BaseOperator):
:param oracle_conn_id: The :ref:`Oracle connection id
<howto/connection:oracle>`
reference to a specific Oracle database.
:param parameters: (optional, templated) the parameters provided in the
call
+
+ If *do_xcom_push* is *True*, the numeric exit code emitted by
+ the database is pused to XCom under key ``ORA`` in case of failure.
Review Comment:
There is a spelling mistake causing the *build docs* step to fail.
```suggestion
If *do_xcom_push* is *True*, the numeric exit code emitted by
the database is passed to XCom under key ``ORA`` in case of failure.
```
--
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]