Skip to content
#

data-observability

Here are 11 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
elementary
oravi
oravi commented May 7, 2022

Task Overview

  • Currently timestamp_column is the only configuration that is needed to be configured globally in the model config section (usually it's being configured in the properties.yml under elementary in the config tag).
  • Passing the timestamp_column as a test param will enable running multiple tests with different timestamp columns. For example running a test with updated_at colum
enhancement good first issue

Improve this page

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

Learn more