diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json b/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json index ae066a38eb2..347f4a56fb4 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/data/table.json @@ -138,7 +138,7 @@ "enum": [ "TIME-UNIT", "INTEGER-RANGE", - "INTGESTION-TIME", + "INGESTION-TIME", "COLUMN-VALUE" ] }, diff --git a/ingestion-core/src/metadata/_version.py b/ingestion-core/src/metadata/_version.py index 4f07f0d2bcb..d8870de4bd2 100644 --- a/ingestion-core/src/metadata/_version.py +++ b/ingestion-core/src/metadata/_version.py @@ -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__"]