Merge pull request #4003 from open-metadata/issue-3721

Fix #3721: Typo in table.json schema
This commit is contained in:
Sriharsha Chintalapani 2022-04-10 21:44:45 -07:00 committed by GitHub
commit 5d2a5c237f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@
"enum": [
"TIME-UNIT",
"INTEGER-RANGE",
"INTGESTION-TIME",
"INGESTION-TIME",
"COLUMN-VALUE"
]
},

View File

@ -7,5 +7,5 @@ Provides metadata version information.
from incremental import Version
__version__ = Version("metadata", 0, 9, 0, dev=19)
__version__ = Version("metadata", 0, 9, 0, dev=20)
__all__ = ["__version__"]