Hi, Is schemametadata created as an aspect of a dataset or is it created as an entity?
In either case, is it possible to fetch a schemafield using the gms requests?
Thanks.
Hi, Is schemametadata created as an aspect of a dataset or is it created as an entity?
In either case, is it possible to fetch a schemafield using the gms requests?
Thanks.
it is created as an aspect : https://datahubproject.io/docs/generated/metamodel/entities/dataset/#schemametadata
you can fetch schemametadata by graphql, python sdk, curl, etc.