mik-laj commented on a change in pull request #6243: [AIRFLOW-XXX] Highlight
code blocks
URL: https://github.com/apache/airflow/pull/6243#discussion_r330886270
##########
File path: docs/howto/connection/oracle.rst
##########
@@ -45,19 +45,19 @@ Extra (optional)
Specify the extra parameters (as json dictionary) that can be used in
Oracle
connection. The following parameters are supported:
- * **encoding** - The encoding to use for regular database strings. If not
specified,
+ * ``encoding`` - The encoding to use for regular database strings. If not
specified,
the environment variable ``NLS_LANG`` is used. If the environment
variable ``NLS_LANG``
is not set, ``ASCII`` is used.
- * **nencoding** - The encoding to use for national character set database
strings.
+ * ``nencoding`` - The encoding to use for national character set database
strings.
If not specified, the environment variable ``NLS_NCHAR`` is used. If the
environment
variable ``NLS_NCHAR`` is not used, the environment variable
``NLS_LANG`` is used instead,
and if the environment variable ``NLS_LANG`` is not set, ``ASCII`` is
used.
- * **threaded** - Whether or not Oracle should wrap accesses to connections
with a mutex.
+ * ``threaded`` - Whether or not Oracle should wrap accesses to connections
with a mutex.
Default value is False.
- * **events** - Whether or not to initialize Oracle in events mode.
- * **mode** - one of ``sysdba``, ``sysasm``, ``sysoper``, ``sysbkp``,
``sysdgd``, ``syskmt`` or ``sysrac``
+ * ``events`` - Whether or not to initialize Oracle in events mode.
+ * ``mode** - one of ``sysdba``, ``sysasm``, ``sysoper``, ``sysbkp``,
``sysdgd``, ``syskmt`` or ``sysrac``
Review comment:
Fixed. Thanks.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services