Skip to content
#

metadata-api

Here are 31 public repositories matching this topic...

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
cmgrote
cmgrote commented Aug 24, 2021

There's a reasonable chunk of work to do regarding migrating the Types documentation. The tasks would involve:

  • Saving the individual diagrams in each page as a separate SVG file (per documentation guide's instructions)
  • Updating the various pages to point to these SVG files instead of the PNG files
  • Ensuring that every type (entity, relationship or classification) being expla
good first issue help wanted

Improve this page

Add a description, image, and links to the metadata-api 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 metadata-api topic, visit your repo's landing page and select "manage topics."

Learn more