Skip to content
New issue

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

createTermsExport issues #22

Open
garycjwu opened this issue Jul 17, 2023 · 0 comments
Open

createTermsExport issues #22

garycjwu opened this issue Jul 17, 2023 · 0 comments

Comments

@garycjwu
Copy link

%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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant