The Wayback Machine - http://web.archive.org/web/20220606121201/https://github.com/topics/dataengineering
Skip to content
#

dataengineering

Here are 218 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
chaos_genius
rjdp
rjdp commented Mar 11, 2022

Describe the bug

when updating anomaly_params for an Kpi if anomaly_params passed is null, it causes HTTP 500 response

Explain the environment

Current behavior

HTTP 500

Expected behavior

should cause valida

🐛 bug good first issue help wanted 🛠️ backend

Improve this page

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

Learn more