Hi team - quick question, is there an API to creat...
# ingestion
h
Hi team - quick question, is there an API to create a chart? I see one to update, but would like to create one (our charts are kept in a yaml file, just like our domains, we then parse the file and update datahub on our build)
i
Hello Dave, What do you mean with chart? Can you share a link to the update api you are referring to?
h
Hi @incalculable-ocean-74010 i use this for domains:
Copy code
mutation CreateOrUpdateDomain($input: CreateDomainInput!) {
                createDomain(input: $input)
            }
Wondering if we have the same for reports/charts! If not if there is an issue I can create a PR