The Wayback Machine - https://web.archive.org/web/20220409173104/https://github.com/topics/datadiscovery
Skip to content
#

datadiscovery

Here are 3 public repositories matching this topic...

Language: All
Filter by language
pmbrull
pmbrull commented Apr 4, 2022

Let's prepare a mixin for interacting with Roles and Policies with the Python client, in case users want to use the API directly.

Do not only have the list, get etc, but also utility methods, such as updating a default role. It should wrap the following logic:

import requests
import json

# Get the ID
data_consumer = requests.get("http://localhost:8585/api/v1/roles/name/DataCo
good first issue client

Improve this page

Add a description, image, and links to the datadiscovery topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datadiscovery topic, visit your repo's landing page and select "manage topics."

Learn more