This is the project the Meltano team uses to manage their Meltano instance.
This project is used to process data for MeltanoHub and for internal metrics as defined in the Handbook.
The primary maintainer is @pnadolny13. The primary slack channel for discussion is #meltano-squared.
These are all of the plugins that are currently being using in this repo.
Extractors:
Loaders:
Transformers:
- dbt-snowflake - Refer to the Squared dbt README for more detail on how its used in this repo.
Orchestrators:
- Apache Airflow - Refer to the Squared Airflow README for more detail on how its used in this repo.
Analyzers:
- Apache Superset - Refer to the Squared Superset README for more detail on how its used in this repo.
Utilities:
- AWS CLI - Refer to the Squared General README for more detail on how its used in this repo.
- SqlFluff - Refer to the Squared General README for more detail on how its used in this repo.
- Great Expectations - Refer to the Squared Great Expectations README for more detail on how its used in this repo.
- Permifrost - Refer to the Squared Permifrost README for more detail on how its used in this repo.
This Squared project makes use of ADR's to record architectural decisions roughly as described by Michael Nygard. In a nutshell, these are used to document architectural decisions and to provide a record of the decisions made by the team and contributors in regard to the Squared project's architecture. These are held in docs/adr. To propose or add a new ADR, its simplest to create a new entry using adr-tools, and then send a long a merge request for review.
brew install adr-tools
adr new <My ADR Name>