[CT-78] [Bug] Adapters should be able to override string and numeric type of columns #4603
Closed
1 task done
Labels
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Team:Adapters
Issues designated for the adapter area of the code
Milestone
Is there an existing issue for this?
Current Behavior
String and numeric types are hardcoded in the base Column classes.
dbt-core/core/dbt/adapters/base/column.py
Lines 42 to 44 in a588607
When running dbt_utils.union_relations with the Trino adapter, following columns are generated based, hoever varying is not supported by Trino and the Trino adapter suppleis an overriding method for string_type.
Expected Behavior
Adapters should be able to override the stirng and numeric types according to the specifications of the specific database.
Steps To Reproduce
No response
Relevant log output
No response
Environment
What database are you using dbt with?
other (mention it in "Additional Context")
Additional Context
Trino
The text was updated successfully, but these errors were encountered: