Commit 7a3f515
committed
Update README to document max_upload_retries and max_copy_retries configuration options
- Added descriptions for the max_upload_retries and max_copy_retries configuration options in the README.
- max_upload_retries: Specifies the maximum number of retries for file uploads to Snowflake. Default value is 3.
- max_copy_retries: Specifies the maximum number of retries for COPY operations in Snowflake. Default value is 3. Retries are triggered for transient errors such as communication failures.
- Improved documentation to help users understand the retry configurations and their default behaviors.1 parent 5a6318a commit 7a3f515
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments