-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Snowflake QUERY_ACCELERATION_HISTORY optional (#353)
The extraction of Snowflake `QUERY_ACCELERATION_HISTORY` table is sometimes not possible, therefore I'm changing the TaskCategory from `REQUIRED` to `OPTIONAL`, so that the extraction doesn't fail in case this table is not available. Additionally, cleanup the `TeradataJdbcSelectTask` class, because otherwise the `TeradataJdbcSelectTask` class would contain a duplicated code between it and the `JdbcSelectTask` class.
- Loading branch information
Showing
3 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters