question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Azure Purview Catalog Rest Sample Issue

See original GitHub issue

Section link GetImage (26) Reason: The function createClient exports by export default is not imported by require

Suggestion: Update the code as following:

const PurviewCatalog = require("@azure-rest/purview-catalog").default; 

@joheredi, @qiaozha for notification.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
joheredicommented, Oct 14, 2022

I think this should be resolved with the latest version of dev-tool. Can you please run dev-tool samples publish under purview-catalog and verify?

0reactions
zzhxiaofengcommented, Oct 17, 2022

@joheredi We use rush command to install the dev-tool(version: 1.0.0) and run dev-tool samples publish under purview-catalog. Then it return an error as following. Please have a look when you are free. Screenshot 2022-10-17 145218

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue while executing REST API for Azure Purview
Hi,. We have our Azure Purview Account deployed on Azure portal. To execute REST API we are using Postman. Here we first generate...
Read more >
Azure Purview Rest API Sample - YouTube
In this short tutorial, I demonstrated a sample Purview Rest API get and post operations.Challenges:1. One with get token - Test.
Read more >
azure-docs/tutorial-using-rest-apis.md at main - purview - GitHub
For a REST API client to access the catalog, the client must have a service principal (application), and an identity that the catalog...
Read more >
Use Azure Purview's REST APIs for creating custom lineage
Assign the following roles to service principal created above to access various data planes in Purview. 'Data Curator' role to access Catalog ......
Read more >
Azure Purview REST API, Part 2: Type Definition & Entities
No problem, Purview API comes for rescue. We can push those items in Purview by creating custom type definitions and entities via the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found