hi all, I am getting an ```ValueError: com.linkedi...
# troubleshoot
n
hi all, I am getting an
Copy code
ValueError: com.linkedin.pegasus2avro.schema.Schemaless contains extra fields: {'com.linkedin.schema.MySqlDDL'}
when using DataHubGraph.get_aspect like:
Copy code
current_schema_metadata = graph.get_aspect(
            entity_urn=dataset_urn,
            aspect="schemaMetadata",
            aspect_type=SchemaMetadataClass,
        )
g
Hey @numerous-camera-74294 - how did the schemaMetadata reach datahub to begin with?
what source did it come from?
do you have access to the aspect’s data?
n
hi Gabe
I did the ingestion using the Athena conector
yes, I can debug the request or just make the Restli request out of the cli if that is of any help
g
It would be great if you could share the payload of the aspect- either way 👍