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.
1 parent 45db7d2 commit d3fe4a6Copy full SHA for d3fe4a6
docs/utility-guides/Oracle.md
@@ -83,7 +83,7 @@ Common values are placed in the `SqlQueryValues` class to avoid repeating the sa
83
84
- Define a new function in `utils/oracle/oracle_specific_functions.py`.
85
- Create your SQL query, `parameterizing` as needed.
86
-- Call the relevant methods from the oracle util based on your needs (e.g., `execute_query`, stored procedure methods, etc.).
+- Call the relevant methods from the oracle `util` based on your needs (e.g., `execute_query`, stored procedure methods, etc.).
87
- Return the result as a pandas DataFrame.
88
- Document the function with a clear docstring.
89
0 commit comments