mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
register_custom_type import path changed (#722)
This commit is contained in:
parent
319f7a795c
commit
323513755f
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
from typing import Optional
|
||||
from metadata.utils.helpers import register_custom_type
|
||||
from metadata.utils.column_helpers import register_custom_type
|
||||
from pyhive import hive # noqa: F401
|
||||
from pyhive.sqlalchemy_hive import HiveDate, HiveDecimal, HiveTimestamp
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ from .sql_source import (
|
||||
SQLSource,
|
||||
)
|
||||
from ..ometa.openmetadata_rest import MetadataServerConfig
|
||||
from metadata.utils.helpers import register_custom_type
|
||||
from metadata.utils.column_helpers import register_custom_type
|
||||
register_custom_type(custom_types.TIMESTAMP_TZ, "TIME")
|
||||
register_custom_type(custom_types.TIMESTAMP_LTZ, "TIME")
|
||||
register_custom_type(custom_types.TIMESTAMP_NTZ, "TIME")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user