Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed May 8, 2021
1 parent 06c7e24 commit 3597a74
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions airflow/providers/oracle/hooks/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ def get_conn(self) -> 'OracleHook':
You can set these parameters in the extra fields of your connection
as in
```
{
"dsn": (
"(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)"
"(HOST=host)(PORT=1521))(CONNECT_DATA=(SID=sid)))"
)
}
```
.. code-block:: python
{
"dsn": (
"(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)"
"(HOST=host)(PORT=1521))(CONNECT_DATA=(SID=sid)))"
)
}
see more param detail in
`cx_Oracle.connect <https://cx-oracle.readthedocs.io/en/latest/module.html#cx_Oracle.connect>`_
Expand Down

0 comments on commit 3597a74

Please sign in to comment.