ktmud commented on a change in pull request #10270:
URL: https://github.com/apache/superset/pull/10270#discussion_r557726725
##########
File path: superset/db_engine_specs/base.py
##########
@@ -150,9 +150,10 @@ class BaseEngineSpec: # pylint:
disable=too-many-public-methods
max_column_name_length = 0
try_remove_schema_from_table_name = True # pylint: disable=invalid-name
- # default matching patterns for identifying column types
- db_column_types: Dict[utils.DbColumnType, Tuple[Pattern[Any], ...]] = {
- utils.DbColumnType.NUMERIC: (
+ # default matching patterns to convert database specific column types to
+ # more generic types
+ db_column_types: Dict[utils.GenericColumnType, Tuple[Pattern[Any], ...]] =
{
Review comment:
Updated
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]