fix(ingest): add required json as part of CLI (#14008)

This commit is contained in:
Aseem Bansal 2025-07-09 19:55:51 +05:30 committed by GitHub
parent faf4fc661a
commit beb6233e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -952,6 +952,7 @@ See the [DataHub docs](https://docs.datahub.com/docs/metadata-ingestion).
"datahub.metadata": ["schema.avsc"], "datahub.metadata": ["schema.avsc"],
"datahub.metadata.schemas": ["*.avsc"], "datahub.metadata.schemas": ["*.avsc"],
"datahub.ingestion.source.powerbi": ["powerbi-lexical-grammar.rule"], "datahub.ingestion.source.powerbi": ["powerbi-lexical-grammar.rule"],
"datahub.ingestion.autogenerated": ["*.json"],
}, },
entry_points=entry_points, entry_points=entry_points,
# Dependencies. # Dependencies.