Skip to content
#

metadata

Here are 2,423 public repositories matching this topic...

rotexdegba
rotexdegba commented May 6, 2022

📋 Description

A clear and concise description of the new badge.

  • Which service is this badge for: GitHub
  • What sort of information should this badge show?
    • It should display the latest release in a github repo at a specified branch in the repo. It should look like this:
    • [![Release](https://img.shields.io/static/v1?label=latest-release@<specified_branch>&m
good first issue service-badge
feng-tao
feng-tao commented May 14, 2021

Currently we only support db store publisher (e.g neo4j, mysql,neptune). But it would be pretty easy to support message queue publisher using the interface (e.g SQS, kinesis, Eventhub, kafka) which allows push ETL model support.

There is a pr (amundsen-io/amundsendatabuilder#431) which unfortunately isn't get merged. The pr could be used as an example on how to support t

help wanted good first issue keep fresh
harmonoid
alexmercerind
alexmercerind commented Feb 21, 2022

Edit 02/24/2022:
If you want to be part of the project, you can drop the message below & in that case, I'll share the organization invitation with you & you'll be able to access the private repositories.
I have decided to keep the libraries private & source-code accessible to those who are part of the organization & are regularly contributing to the project.

Compiling without private

good first issue needs attention
wordpress-seo
diskover-community
rossturk
rossturk commented Apr 19, 2022

I keep running into situations where I want to run Marquez alongside Airflow (or another system that also runs a Postgres database) and the two docker-compose environments both attempt to start a Postgres database. The "correct" workaround is to create a single docker-compose environment with a shared database for both systems, but this is not always ideal.

It would be nice if we could tell `do

good first issue feature
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 metadata 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 topic, visit your repo's landing page and select "manage topics."

Learn more