parent
a2de66574f
commit
048848ad4f
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Time : 2023/4/14 14:09
|
||||
# @Author : old tom
|
||||
# @File : __init__.py.py
|
||||
# @Project : futool-tiny-datahub
|
||||
# @Desc :
|
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Time : 2023/4/14 14:09
|
||||
# @Author : old tom
|
||||
# @File : metadata_constant.py
|
||||
# @Project : futool-tiny-datahub
|
||||
# @Desc :
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class MetaDataObjType(Enum):
|
||||
Table = 'table'
|
||||
View = 'view'
|
||||
Procedure = 'procedure'
|
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Time : 2023/4/14 14:04
|
||||
# @Author : old tom
|
||||
# @File : __init__.py.py
|
||||
# @Project : futool-tiny-datahub
|
||||
# @Desc : 元数据版本
|
Loading…
Reference in new issue