Ingesting SQL Query Results with Tags

Original Slack Thread

Hello there !!!
I had a question.
I have a sql query which returns 2 columns, dataset name and a value.
I was wondering is it possible to ingest this information , by tagging the the dataset the query returned to the value

<@U03Q0RMJ19B>
You can try https://datahubproject.io/docs/metadata-ingestion/as-a-library

<@U0348BYAS56> thank you. Can i independently run my emitter code? I dont want it to run it with my pipeline package. Can i create a emitter for my usecase and run it as a standalone file?

Yes you can

Thank you . Will try it :slight_smile: