From beb6233e8b3786cfda78fb99ad20fba943a23828 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Wed, 9 Jul 2025 19:55:51 +0530 Subject: [PATCH] fix(ingest): add required json as part of CLI (#14008) --- metadata-ingestion/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 263ac9aa07..4b02447dda 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -952,6 +952,7 @@ See the [DataHub docs](https://docs.datahub.com/docs/metadata-ingestion). "datahub.metadata": ["schema.avsc"], "datahub.metadata.schemas": ["*.avsc"], "datahub.ingestion.source.powerbi": ["powerbi-lexical-grammar.rule"], + "datahub.ingestion.autogenerated": ["*.json"], }, entry_points=entry_points, # Dependencies.