The datahub
            utility Centrally track all your metadata assets pushing metadata to datahub.
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 datahubmeltano config datahub set --interactiveNext 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
datahubplugin definition in yourmeltano.ymlproject fileUpdate the
pip_urlproperty 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
This plugin currently has no capabilities defined. If you know the capabilities required by this plugin, please contribute!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 datahubHomepage
Maintenance Status
Meltano Stats
Keywords
