Skip to content

Commit

Permalink
Update oracle.py
Browse files Browse the repository at this point in the history
Switched back to original description of replace parameter with a warning of no current implementation
  • Loading branch information
RichieSK committed May 9, 2024
1 parent 8c36ec2 commit cbf79aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/oracle/hooks/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def insert_rows(
:param commit_every: the maximum number of rows to insert in one transaction
Default 1000, Set greater than 0.
Set 1 to insert each row in each single transaction
:param replace: Does not do anything.
:param replace: Whether to replace instead of insert. Currently not implemented.
"""
if replace:
warnings.warn(
Expand Down

0 comments on commit cbf79aa

Please sign in to comment.