Hello, I was reading the deployment guide for AWS ...
# all-things-deployment
c
Hello, I was reading the deployment guide for AWS and I cam across the section for using AWS Glue Schema Registry instead of Confluent Schema registry. Can someone elaborate as to the warning below? Does the below mean that the datahub ingest command using the yaml will not work if using AWS Glue schema registry?
Copy code
WARNING: AWS Glue Schema Registry DOES NOT have a python SDK. As such, python based libraries like ingestion or datahub-actions (UI ingestion) is not supported when using AWS Glue Schema Registry
https://datahubproject.io/docs/deploy/aws/#aws-glue-schema-registry cc: @great-toddler-2251
l
Ingestion from glue will still work and is unrelated to this
g
Thanks @loud-island-88694. Does swapping Glue for CSR cause any loss of feature/functionality?
c
Thanks @loud-island-88694 ; to clarify, I was trying to understand the extent of loss of functionality regarding Python-based tools if we were to use aws glue schema registry E.g. I'm guessing we can't use datahub actions because it includes this code which uses the Python Client for confluent schema registry (but no Python SDK for AWS Glue Schema registry) https://github.com/acryldata/datahub-actions/blob/main/datahub-actions/src/datahub_actions/plugin/source/kafka/kafka_event_source.py
m
Hey @colossal-sandwich-50049 just confirming that you are not talking about ingestion FROM Glue ... but about running the DataHub platform with the Glue Schema Registry instead of the Confluent Schema Registry
c
@mammoth-bear-12532 yup that's correct