We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
%env PURVIEW_NAME=your_PURVIEW_NAME %env AZURE_CLIENT_ID=your_CLIENT_ID %env AZURE_TENANT_ID=your_TENANT_ID %env AZURE_CLIENT_SECRET=your_CLIENT_SECRET
I've provided the account information as shown above. Then, I tried to createTermsExport command as below
!pv glossary createTermsExport --glossaryGuid=your_glossary_guid --termGuid=your_term_guid
I got the response as below: { "reason": "OK", "status_code": 200, "url": "https://digital-center-purview-prd.purview.azure.com/catalog/api/atlas/v2/glossary/your_glossary_guid/terms/export?api-version=2021-05-01-preview&includeTermHierarchy=False" }
However, the example you provided is something like the following: { "export": "/YOUR_FOLDER_PATH/export.csv", "status_code": 200 }
Could you please help me to clarify the reason why the response is different from what we expect? Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
%env PURVIEW_NAME=your_PURVIEW_NAME
%env AZURE_CLIENT_ID=your_CLIENT_ID
%env AZURE_TENANT_ID=your_TENANT_ID
%env AZURE_CLIENT_SECRET=your_CLIENT_SECRET
I've provided the account information as shown above. Then, I tried to createTermsExport command as below
!pv glossary createTermsExport --glossaryGuid=your_glossary_guid --termGuid=your_term_guid
I got the response as below:
{
"reason": "OK",
"status_code": 200,
"url": "https://digital-center-purview-prd.purview.azure.com/catalog/api/atlas/v2/glossary/your_glossary_guid/terms/export?api-version=2021-05-01-preview&includeTermHierarchy=False"
}
However, the example you provided is something like the following:
{
"export": "/YOUR_FOLDER_PATH/export.csv",
"status_code": 200
}
Could you please help me to clarify the reason why the response is different from what we expect?
Thank you.
The text was updated successfully, but these errors were encountered: