The datahub Meltano utility pulls data from Datahub that can then be sent to a destination using a loader.
Other Available Variants
- datahub-project (default)
Getting Started
Prerequisites
If you haven't already, follow the initial steps of the Getting Started guide:
Installation and configuration
-
Add the datahub utility to your project
using
:meltano add
-
Configure the datahub settings using
:meltano config
meltano add utility datahub
meltano config datahub set --interactive
Next steps
- Add a source and sink
Add additional metadata sources
You should override the pip url in your meltano config to include each of the plugins you want to use with the ingestion framework
Find the
datahub
plugin definition in yourmeltano.yml
project fileUpdate the
pip_url
property to include the desired extras (plugins):utilities: - name: datahub variant: datahub-project pip_url: acryl-datahub[rest,mongodb,metabase,bigquery,bigquery-usage,dbt]
Re-install the plugin:
meltano install utility datahub
The next time you run datahub cli, you will be able to ingest metadata with the appropriate source definition as seen here.
This plugin ships with a dbt ingestion recipe via its file-bundle.
If you run into any issues, learn how to get help.
Capabilities
The current capabilities fordatahub
may have been automatically set when originally added to the Hub. Please review the
capabilities when using this utility. If you find they are out of date, please
consider updating them by making a pull request to the YAML file that defines the
capabilities for this utility.This plugin has the following capabilities:
You can
override these capabilities or specify additional ones
in your meltano.yml
by adding the capabilities
key.
Settings
The
datahub
settings that are known to Meltano are documented below. To quickly
find the setting you're looking for, click on any setting name from the list:
You can
override these settings or specify additional ones
in your meltano.yml
by adding the settings
key.
Please consider adding any settings you have defined locally to this definition on MeltanoHub by making a pull request to the YAML file that defines the settings for this plugin.
GMS Host (gms_host)
-
Environment variable:
DATAHUB_GMS_HOST
URL of DataHub GMS endpoint. Typically this is something like your-server:8000
where your-server
is the server IP or domain name. If using metadata service authentication enabled in the image env (recommended), then this should instead point to your frontend which acts as a proxy for the GMS service. datahub.yourdomain.com/api/gms
GMS Token (gms_token)
-
Environment variable:
DATAHUB_GMS_TOKEN
Bearer token used for authentication. AKA Personal Access Token. Not needed if contacting GMS service directly.
Something missing?
This page is generated from a YAML file that you can contribute changes to.
Edit it on GitHub!Looking for help?
#plugins-general
channel.
Install
meltano add utility datahub
Maintenance Status
Meltano Stats
Keywords