Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to use try-with-resources for SnowflakeOutputConnection in C…
…opyTask - Updated the `call` method in `CopyTask` to use try-with-resources for managing `SnowflakeOutputConnection`. - Ensured proper resource management and automatic closure of the connection. - Improved code readability and reliability by eliminating the need for explicit connection close in the finally block.
- Loading branch information