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 963fc34 commit d05baa2Copy full SHA for d05baa2
docs/utility-guides/Oracle.md
@@ -84,7 +84,7 @@ Common values are placed in the `SqlQueryValues` class to avoid repeating the sa
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.).
87
-- Return the result as a pandas DataFrame.
+- Return the result in the appropriate format for your function.
88
- Document the function with a clear docstring.
89
90
## Example Usage
0 commit comments