Skip to content

Commit

Permalink
Merge branch 'datahub-project:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Dec 18, 2024
2 parents 465ee84 + 01a2c0c commit 5322ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# now provide prebuilt wheels for most platforms, including M1 Macs and
# Linux aarch64 (e.g. Docker's linux/arm64). Installing confluent_kafka
# from source remains a pain.
"confluent_kafka>=1.9.0",
"confluent_kafka[schemaregistry]>=1.9.0",
# We currently require both Avro libraries. The codegen uses avro-python3 (above)
# schema parsers at runtime for generating and reading JSON into Python objects.
# At the same time, we use Kafka's AvroSerializer, which internally relies on
Expand Down
2 changes: 1 addition & 1 deletion metadata-ingestion/tests/integration/kafka/test_kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_kafka_test_connection(mock_kafka_service, config_dict, is_success):
test_connection_helpers.assert_capability_report(
capability_report=report.capability_report,
failure_capabilities={
SourceCapability.SCHEMA_METADATA: "Failed to establish a new connection"
SourceCapability.SCHEMA_METADATA: "[Errno 111] Connection refused"
},
)

Expand Down

0 comments on commit 5322ab6

Please sign in to comment.