Skip to content

Commit

Permalink
Fix testQuick issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aabharti-visa committed May 31, 2024
1 parent cb2804a commit ff45fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/ingestion/source/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def _extract_record(
kafka_entity, platform_urn, is_subject
)

# topic can have no associated subject, still we can ingest it
# topic can have no associated subject, but still it can be ingested without schema
if is_subject:
if schema_metadata is None:
return
Expand Down

0 comments on commit ff45fd7

Please sign in to comment.