Hey, i was wondering if we have any docs or "how-t...
# contribute-code
l
Hey, i was wondering if we have any docs or "how-to's" for creating <language> emitters
i
l
tnx, thats a dead link maybe it moved?
i
b
Currently we just support Java + Python.. .Are you looking for another language?
l
yeah.. some of my teammates use ruby so i was just looking for ways to make it a bit easier for them to integrate with what they are currently doing. Just something i'm exploring
b
Are they looking to emit metadata or do basic things (add tags, remove tags, etc)?
if its the latter i'd recommend we use a ruby graphql client
which can talk to the DataHub GraphQL API
l
Emit metadata. I'm trying to figure out the best ways to make metadata ingestion apart of every teams Cicd pipeline
I think for Java and python it's intuitive since they can include it in some on-startup actions of their applications
b
Got it - yeah exactly. So we'd need to implement some client libraries for Ruby in that case