pyapacheatlas icon indicating copy to clipboard operation
pyapacheatlas copied to clipboard

replace "endpoint_url" parameter in PurviewCollectionsClient class for "account_name" parameter

Open edobrynin-dodo opened this issue 2 years ago • 1 comments

We use "account_name" parameter in core.PurviewClient class, because it's enough to build endpoint_url from it. This PR applies the same logic to PurviewCollectionsClient class: you only need to pass account_name, and the endpoint url will be created inside the related functions

edobrynin-dodo avatar Dec 21 '22 14:12 edobrynin-dodo