meltano.yml
Reference documentation for Meltano files.
Meltano is a data automation tool and used to manage data plugins in workspaces.
The meltano.yml file is where your workspace, a Meltano project, will store information about your data sources, data stores and any other plugins used in your workspace.
Example: meltano.yml
version: 1
send_anonymous_usage_stats: true
project_id: 1234567890-abc
plugins:
extractors:
- name: tap-spotify
pip_url: git+https://github.com/Matatika/[email protected]
loaders:
- name: target-postgres--transferwise
variant: transferwise
pip_url: git+https://github.com/Matatika/[email protected]
transforms:
- name: dbt-spotify
variant: spotify
pip_url: https://github.com/Matatika/[email protected]
transformers:
- name: dbt
pip_url: dbt==0.20.2
files:
- name: analyze-spotify
pip_url: git+https://github.com/Matatika/[email protected]
- name: files-dbt
pip_url: git+https://github.com/Matatika/[email protected]
Further Reading: