Dagster Integrations Skill
Comprehensive catalog of 82+ Dagster integrations organized by category to help you find the right
tool for your data pipeline needs.
When to Use This Skill
Auto-invoke when users ask about:
- "which integration for..." / "does dagster support..."
- "snowflake vs bigquery" / comparing integrations
- "what integrations are available" / discovering tools
- "how to connect to X" / integration discovery
- "best tool for Y" / choosing between similar integrations
- "dbt in dagster" / specific integration questions
- Any question about external tool integration with Dagster
Integration Discovery Tree
Find the right integration based on your needs:
What do you need to do?
├─ Load data from external sources?
│ ├─ SaaS applications → references/etl.md (Fivetran, Airbyte)
│ ├─ Files/databases → references/etl.md (dlt, Sling, Meltano)
│ └─ Cloud storage → references/storage.md (S3, GCS, Azure Blob)
│
├─ Transform data?
│ ├─ SQL transformations → references/etl.md (dbt)
│ ├─ Distributed transformations → references/etl.md (PySpark)
│ ├─ DataFrame operations → references/other.md (Pandas, Polars)
│ └─ Large-scale processing → references/compute.md (Spark, Dask, Ray)
│
├─ Store data?
│ ├─ Cloud data warehouse → references/storage.md (Snowflake, BigQuery, Redshift)
│ ├─ Relational database → references/storage.md (Postgres, MySQL)
│ ├─ File/object storage → references/storage.md (S3, GCS, Azure, LakeFS)
│ ├─ Analytics database → references/storage.md (DuckDB)
│ └─ Vector embeddings → references/storage.md (Weaviate, Chroma, Qdrant)
│
├─ Validate data quality?
│ ├─ Schema validation → references/testing.md (Pandera)
│ └─ Quality checks → references/testing.md (Great Expectations)
│
├─ Run ML workloads?
│ ├─ LLM integration → references/ai.md (OpenAI, Anthropic, Gemini)
│ ├─ Experiment tracking → references/ai.md (MLflow, W&B)
│ └─ Distributed training → references/compute.md (Ray, Spark)
│
├─ Execute computation?
│ ├─ Cloud compute → references/compute.md (AWS, Azure, GCP, Databricks)
│ ├─ Containers → references/compute.md (Docker, Kubernetes)
│ └─ Distributed processing → references/compute.md (Spark, Dask, Ray)
│
├─ Monitor pipelines?
│ ├─ Team notifications → references/alerting.md (Slack, MS Teams, PagerDuty)
│ ├─ Metrics tracking → references/monitoring.md (Datadog, Prometheus)
│ └─ Log aggregation → references/monitoring.md (Papertrail)
│
└─ Visualize data?
├─ BI dashboards → references/bi.md (Looker, Tableau, PowerBI)
└─ Analytics platform → references/bi.md (Sigma, Hex, Evidence)
When to Use This Skill vs. Others
| User Need |
Use This Skill |
Alternative Skill |
| "which integration for X" |
✅ Yes - discover integrations |
|
| "does dagster support X" |
✅ Yes - check availability |
|
| "snowflake vs bigquery" |
✅ Yes - compare options |
|
| "best practices for X" |
❌ No |
/dagster-best-practices |
| "implement X integration" |
❌ First discover here, then use /dg |
|
| "how do I use dbt" |
❌ Discover here, learn patterns at /dagster-best-practices |
|
| "create new project" |
❌ No |
/dg for scaffolding |
| "scaffold dbt integration" |
❌ First discover here, then use /dg |
|
Quick Reference by Category
| Category |
Count |
Common Tools |
Reference |
| AI & ML |
6 |
OpenAI, Anthropic, MLflow, W&B |
references/ai.md |
| ETL/ELT |
9 |
dbt, Fivetran, Airbyte, PySpark |
references/etl.md |
| Storage |
35+ |
Snowflake, BigQuery, Postgres, DuckDB |
references/storage.md |
| Compute |
15+ |
AWS, Databricks, Spark, Docker, K8s |
references/compute.md |
| BI & Visualization |
7 |
Looker, Tableau, PowerBI, Sigma |
references/bi.md |
| Monitoring |
3 |
Datadog, Prometheus, Papertrail |
references/monitoring.md |
| Alerting |
6 |
Slack, PagerDuty, MS Teams, Twilio |
references/alerting.md |
| Testing |
2 |
Great Expectations, Pandera |
references/testing.md |
| Other |
2+ |
Pandas, Polars |
references/other.md |
Category Taxonomy
This index aligns with Dagster's official documentation taxonomy from tags.yml:
- ai: Artificial intelligence and machine learning integrations (LLM APIs, experiment tracking)
- etl: Extract, transform, and load tools including data replication and transformation
frameworks
- storage: Databases, data warehouses, object storage, and table formats
- compute: Cloud platforms, container orchestration, and distributed processing frameworks
- bi: Business intelligence and visualization platforms
- monitoring: Observability platforms and metrics systems for tracking performance
- alerting: Notification and incident management systems for pipeline alerts
- testing: Data quality validation and testing frameworks
- other: Miscellaneous integrations including DataFrame libraries
Note: Support levels (dagster-supported, community-supported) are shown inline in each
integration entry.
Last verified: 2026-01-27
Finding the Right Integration
I need to...
Load data from external sources
- SaaS applications → ETL (Fivetran, Airbyte)
- Files/databases → ETL (dlt, Sling, Meltano)
- Cloud storage → Storage (S3, GCS, Azure Blob)
Transform data
- SQL transformations → ETL (dbt)
- Distributed transformations → ETL (PySpark)
- DataFrame operations → Other (Pandas, Polars)
- Large-scale processing → Compute (Spark, Dask, Ray)
Store data
- Cloud data warehouse → Storage (Snowflake, BigQuery, Redshift)
- Relational database → Storage (Postgres, MySQL)
- File/object storage → Storage (S3, GCS, Azure, LakeFS)
- Analytics database → Storage (DuckDB)
- Vector embeddings → Storage (Weaviate, Chroma, Qdrant)
Validate data quality
- Schema validation → Testing (Pandera)
- Quality checks → Testing (Great Expectations)
Run ML workloads
- LLM integration → AI (OpenAI, Anthropic, Gemini)
- Experiment tracking → AI (MLflow, W&B)
- Distributed training → Compute (Ray, Spark)
Execute computation
- Cloud compute → Compute (AWS, Azure, GCP, Databricks)
- Containers → Compute (Docker, Kubernetes)
- Distributed processing → Compute (Spark, Dask, Ray)
Monitor pipelines
- Team notifications → Alerting (Slack, MS Teams, PagerDuty)
- Metrics tracking → Monitoring (Datadog, Prometheus)
- Log aggregation → Monitoring (Papertrail)
Visualize data
- BI dashboards → BI (Looker, Tableau, PowerBI)
- Analytics platform → BI (Sigma, Hex, Evidence)
Integration Categories
AI & ML
Artificial intelligence and machine learning platforms, including LLM APIs and experiment tracking.
Key integrations:
- OpenAI - GPT models and embeddings API
- Anthropic - Claude AI models
- Gemini - Google's multimodal AI
- MLflow - Experiment tracking and model registry
- Weights & Biases - ML experiment tracking
- NotDiamond - LLM routing and optimization
See references/ai.md for all AI/ML integrations.
ETL/ELT
Extract, transform, and load tools for data ingestion, transformation, and replication.
Key integrations:
- dbt - SQL-based transformation with automatic dependencies
- Fivetran - Automated SaaS data ingestion (component-based)
- Airbyte - Open-source ELT platform
- dlt - Python-based data loading (component-based)
- Sling - High-performance data replication (component-based)
- PySpark - Distributed data transformation
- Meltano - ELT for the modern data stack
See references/etl.md for all ETL/ELT integrations.
Storage
Data warehouses, databases, object storage, vector databases, and table formats.
Key integrations:
- Snowflake - Cloud data warehouse with IO managers
- BigQuery - Google's serverless data warehouse
- DuckDB - In-process SQL analytics
- Postgres - Open-source relational database
- Weaviate - Vector database for AI search
- Delta Lake - ACID transactions for data lakes
- DataHub - Metadata catalog and lineage
See references/storage.md for all storage integrations.
Compute
Cloud platforms, container orchestration, and distributed processing frameworks.
Key integrations:
- AWS - Cloud compute services (Glue, EMR, Lambda)
- Databricks - Unified analytics platform
- GCP - Google Cloud compute (Dataproc, Cloud Run)
- Spark - Distributed data processing engine
- Dask - Parallel computing framework
- Docker - Container execution with Pipes
- Kubernetes - Cloud-native orchestration
- Ray - Distributed computing for ML
See references/compute.md for all compute integrations.
BI & Visualization
Business intelligence and visualization platforms for analytics and reporting.
Key integrations:
- Looker - Google's BI platform
- Tableau - Interactive dashboards
- PowerBI - Microsoft's BI tool
- Sigma - Cloud analytics platform
- Hex - Collaborative notebooks
- Evidence - Markdown-based BI
- Cube - Semantic layer platform
See references/bi.md for all BI integrations.
Monitoring
Observability platforms and metrics systems for tracking pipeline performance.
Key integrations:
- Datadog - Comprehensive observability platform
- Prometheus - Time-series metrics collection
- Papertrail - Centralized log management
See references/monitoring.md for all monitoring integrations.
Alerting
Notification and incident management systems for pipeline alerts.
Key integrations:
- Slack - Team messaging and alerts
- PagerDuty - Incident management for on-call
- MS Teams - Microsoft Teams notifications
- Twilio - SMS and voice notifications
- Apprise - Universal notification platform
- DingTalk - Team communication for Asian markets
See references/alerting.md for all alerting integrations.
Testing
Data quality validation and testing frameworks for ensuring data reliability.
Key integrations:
- Great Expectations - Data validation with expectations
- Pandera - Statistical data validation for DataFrames
See references/testing.md for all testing integrations.
Other
Miscellaneous integrations including DataFrame libraries and utility tools.
Key integrations:
- Pandas - In-memory DataFrame library
- Polars - Fast DataFrame library with columnar storage
See references/other.md for other integrations.
References
Integration details are organized in the following files:
- AI & ML:
references/ai.md - AI and ML platforms, LLM APIs, experiment tracking
- ETL/ELT:
references/etl.md - Data ingestion, transformation, and replication tools
- Storage:
references/storage.md - Warehouses, databases, object storage, vector DBs
- Compute:
references/compute.md - Cloud platforms, containers, distributed processing
- BI & Visualization:
references/bi.md - Business intelligence and analytics platforms
- Monitoring:
references/monitoring.md - Observability and metrics systems
- Alerting:
references/alerting.md - Notifications and incident management
- Testing:
references/testing.md - Data quality and validation frameworks
- Other:
references/other.md - DataFrame libraries and miscellaneous tools
Using Integrations
Most Dagster integrations follow a common pattern:
Install the package:
pip install dagster-<integration>
Import and configure a resource:
from dagster_<integration> import <Integration>Resource
resource = <Integration>Resource(
config_param=dg.EnvVar("ENV_VAR")
)
Use in your assets:
@dg.asset
def my_asset(integration: <Integration>Resource):
# Use the integration
pass
For component-based integrations (dbt, Fivetran, dlt, Sling), see the specific reference files for
scaffolding and configuration patterns.
1---2name: dagster-integrations-23description: Comprehensive index of 82+ Dagster integrations organized by category. Includes AI (OpenAI, Anthropic), ETL (dbt, Fivetran, Airbyte, PySpark), Storage (Snowflake, BigQuery), Compute (AWS, Databricks, Spark), BI (Looker, Tableau), Monitoring, Alerting, and Testing. Use when discovering integrations or finding the right tool for a use case.4---5
6# Dagster Integrations Skill
7
8Comprehensive catalog of 82+ Dagster integrations organized by category to help you find the right
9tool for your data pipeline needs.
10
11## When to Use This Skill
12
13Auto-invoke when users ask about:
14
15- "which integration for..." / "does dagster support..."
16- "snowflake vs bigquery" / comparing integrations
17- "what integrations are available" / discovering tools
18- "how to connect to X" / integration discovery
19- "best tool for Y" / choosing between similar integrations
20- "dbt in dagster" / specific integration questions
21- Any question about external tool integration with Dagster
22
23## Integration Discovery Tree
24
25Find the right integration based on your needs:
26
27```
28What do you need to do?
29
30├─ Load data from external sources?
31│ ├─ SaaS applications → references/etl.md (Fivetran, Airbyte)
32│ ├─ Files/databases → references/etl.md (dlt, Sling, Meltano)
33│ └─ Cloud storage → references/storage.md (S3, GCS, Azure Blob)
34│
35├─ Transform data?
36│ ├─ SQL transformations → references/etl.md (dbt)
37│ ├─ Distributed transformations → references/etl.md (PySpark)
38│ ├─ DataFrame operations → references/other.md (Pandas, Polars)
39│ └─ Large-scale processing → references/compute.md (Spark, Dask, Ray)
40│
41├─ Store data?
42│ ├─ Cloud data warehouse → references/storage.md (Snowflake, BigQuery, Redshift)
43│ ├─ Relational database → references/storage.md (Postgres, MySQL)
44│ ├─ File/object storage → references/storage.md (S3, GCS, Azure, LakeFS)
45│ ├─ Analytics database → references/storage.md (DuckDB)
46│ └─ Vector embeddings → references/storage.md (Weaviate, Chroma, Qdrant)
47│
48├─ Validate data quality?
49│ ├─ Schema validation → references/testing.md (Pandera)
50│ └─ Quality checks → references/testing.md (Great Expectations)
51│
52├─ Run ML workloads?
53│ ├─ LLM integration → references/ai.md (OpenAI, Anthropic, Gemini)
54│ ├─ Experiment tracking → references/ai.md (MLflow, W&B)
55│ └─ Distributed training → references/compute.md (Ray, Spark)
56│
57├─ Execute computation?
58│ ├─ Cloud compute → references/compute.md (AWS, Azure, GCP, Databricks)
59│ ├─ Containers → references/compute.md (Docker, Kubernetes)
60│ └─ Distributed processing → references/compute.md (Spark, Dask, Ray)
61│
62├─ Monitor pipelines?
63│ ├─ Team notifications → references/alerting.md (Slack, MS Teams, PagerDuty)
64│ ├─ Metrics tracking → references/monitoring.md (Datadog, Prometheus)
65│ └─ Log aggregation → references/monitoring.md (Papertrail)
66│
67└─ Visualize data?
68 ├─ BI dashboards → references/bi.md (Looker, Tableau, PowerBI)
69 └─ Analytics platform → references/bi.md (Sigma, Hex, Evidence)
70```
71
72## When to Use This Skill vs. Others
73
74| User Need | Use This Skill | Alternative Skill |
75| -------------------------- | ------------------------------------------------------------- | ------------------------- |
76| "which integration for X" | ✅ Yes - discover integrations | |
77| "does dagster support X" | ✅ Yes - check availability | |
78| "snowflake vs bigquery" | ✅ Yes - compare options | |
79| "best practices for X" | ❌ No | `/dagster-best-practices` |
80| "implement X integration" | ❌ First discover here, then use `/dg` | |
81| "how do I use dbt" | ❌ Discover here, learn patterns at `/dagster-best-practices` | |
82| "create new project" | ❌ No | `/dg` for scaffolding |
83| "scaffold dbt integration" | ❌ First discover here, then use `/dg` | |
84
85## Quick Reference by Category
86
87| Category | Count | Common Tools | Reference |
88| ---------------------- | ----- | ------------------------------------- | -------------------------- |
89| **AI & ML** | 6 | OpenAI, Anthropic, MLflow, W&B | `references/ai.md` |
90| **ETL/ELT** | 9 | dbt, Fivetran, Airbyte, PySpark | `references/etl.md` |
91| **Storage** | 35+ | Snowflake, BigQuery, Postgres, DuckDB | `references/storage.md` |
92| **Compute** | 15+ | AWS, Databricks, Spark, Docker, K8s | `references/compute.md` |
93| **BI & Visualization** | 7 | Looker, Tableau, PowerBI, Sigma | `references/bi.md` |
94| **Monitoring** | 3 | Datadog, Prometheus, Papertrail | `references/monitoring.md` |
95| **Alerting** | 6 | Slack, PagerDuty, MS Teams, Twilio | `references/alerting.md` |
96| **Testing** | 2 | Great Expectations, Pandera | `references/testing.md` |
97| **Other** | 2+ | Pandas, Polars | `references/other.md` |
98
99## Category Taxonomy
100
101This index aligns with Dagster's official documentation taxonomy from tags.yml:
102
103- **ai**: Artificial intelligence and machine learning integrations (LLM APIs, experiment tracking)
104- **etl**: Extract, transform, and load tools including data replication and transformation
105 frameworks
106- **storage**: Databases, data warehouses, object storage, and table formats
107- **compute**: Cloud platforms, container orchestration, and distributed processing frameworks
108- **bi**: Business intelligence and visualization platforms
109- **monitoring**: Observability platforms and metrics systems for tracking performance
110- **alerting**: Notification and incident management systems for pipeline alerts
111- **testing**: Data quality validation and testing frameworks
112- **other**: Miscellaneous integrations including DataFrame libraries
113
114**Note**: Support levels (dagster-supported, community-supported) are shown inline in each
115integration entry.
116
117Last verified: 2026-01-27
118
119## Finding the Right Integration
120
121### I need to...
122
123**Load data from external sources**
124
125- SaaS applications → [ETL](#etl) (Fivetran, Airbyte)
126- Files/databases → [ETL](#etl) (dlt, Sling, Meltano)
127- Cloud storage → [Storage](#storage) (S3, GCS, Azure Blob)
128
129**Transform data**
130
131- SQL transformations → [ETL](#etl) (dbt)
132- Distributed transformations → [ETL](#etl) (PySpark)
133- DataFrame operations → [Other](#other) (Pandas, Polars)
134- Large-scale processing → [Compute](#compute) (Spark, Dask, Ray)
135
136**Store data**
137
138- Cloud data warehouse → [Storage](#storage) (Snowflake, BigQuery, Redshift)
139- Relational database → [Storage](#storage) (Postgres, MySQL)
140- File/object storage → [Storage](#storage) (S3, GCS, Azure, LakeFS)
141- Analytics database → [Storage](#storage) (DuckDB)
142- Vector embeddings → [Storage](#storage) (Weaviate, Chroma, Qdrant)
143
144**Validate data quality**
145
146- Schema validation → [Testing](#testing) (Pandera)
147- Quality checks → [Testing](#testing) (Great Expectations)
148
149**Run ML workloads**
150
151- LLM integration → [AI](#ai) (OpenAI, Anthropic, Gemini)
152- Experiment tracking → [AI](#ai) (MLflow, W&B)
153- Distributed training → [Compute](#compute) (Ray, Spark)
154
155**Execute computation**
156
157- Cloud compute → [Compute](#compute) (AWS, Azure, GCP, Databricks)
158- Containers → [Compute](#compute) (Docker, Kubernetes)
159- Distributed processing → [Compute](#compute) (Spark, Dask, Ray)
160
161**Monitor pipelines**
162
163- Team notifications → [Alerting](#alerting) (Slack, MS Teams, PagerDuty)
164- Metrics tracking → [Monitoring](#monitoring) (Datadog, Prometheus)
165- Log aggregation → [Monitoring](#monitoring) (Papertrail)
166
167**Visualize data**
168
169- BI dashboards → [BI](#bi) (Looker, Tableau, PowerBI)
170- Analytics platform → [BI](#bi) (Sigma, Hex, Evidence)
171
172## Integration Categories
173
174### AI & ML
175
176Artificial intelligence and machine learning platforms, including LLM APIs and experiment tracking.
177
178**Key integrations:**
179
180- **OpenAI** - GPT models and embeddings API
181- **Anthropic** - Claude AI models
182- **Gemini** - Google's multimodal AI
183- **MLflow** - Experiment tracking and model registry
184- **Weights & Biases** - ML experiment tracking
185- **NotDiamond** - LLM routing and optimization
186
187See `references/ai.md` for all AI/ML integrations.
188
189### ETL/ELT
190
191Extract, transform, and load tools for data ingestion, transformation, and replication.
192
193**Key integrations:**
194
195- **dbt** - SQL-based transformation with automatic dependencies
196- **Fivetran** - Automated SaaS data ingestion (component-based)
197- **Airbyte** - Open-source ELT platform
198- **dlt** - Python-based data loading (component-based)
199- **Sling** - High-performance data replication (component-based)
200- **PySpark** - Distributed data transformation
201- **Meltano** - ELT for the modern data stack
202
203See `references/etl.md` for all ETL/ELT integrations.
204
205### Storage
206
207Data warehouses, databases, object storage, vector databases, and table formats.
208
209**Key integrations:**
210
211- **Snowflake** - Cloud data warehouse with IO managers
212- **BigQuery** - Google's serverless data warehouse
213- **DuckDB** - In-process SQL analytics
214- **Postgres** - Open-source relational database
215- **Weaviate** - Vector database for AI search
216- **Delta Lake** - ACID transactions for data lakes
217- **DataHub** - Metadata catalog and lineage
218
219See `references/storage.md` for all storage integrations.
220
221### Compute
222
223Cloud platforms, container orchestration, and distributed processing frameworks.
224
225**Key integrations:**
226
227- **AWS** - Cloud compute services (Glue, EMR, Lambda)
228- **Databricks** - Unified analytics platform
229- **GCP** - Google Cloud compute (Dataproc, Cloud Run)
230- **Spark** - Distributed data processing engine
231- **Dask** - Parallel computing framework
232- **Docker** - Container execution with Pipes
233- **Kubernetes** - Cloud-native orchestration
234- **Ray** - Distributed computing for ML
235
236See `references/compute.md` for all compute integrations.
237
238### BI & Visualization
239
240Business intelligence and visualization platforms for analytics and reporting.
241
242**Key integrations:**
243
244- **Looker** - Google's BI platform
245- **Tableau** - Interactive dashboards
246- **PowerBI** - Microsoft's BI tool
247- **Sigma** - Cloud analytics platform
248- **Hex** - Collaborative notebooks
249- **Evidence** - Markdown-based BI
250- **Cube** - Semantic layer platform
251
252See `references/bi.md` for all BI integrations.
253
254### Monitoring
255
256Observability platforms and metrics systems for tracking pipeline performance.
257
258**Key integrations:**
259
260- **Datadog** - Comprehensive observability platform
261- **Prometheus** - Time-series metrics collection
262- **Papertrail** - Centralized log management
263
264See `references/monitoring.md` for all monitoring integrations.
265
266### Alerting
267
268Notification and incident management systems for pipeline alerts.
269
270**Key integrations:**
271
272- **Slack** - Team messaging and alerts
273- **PagerDuty** - Incident management for on-call
274- **MS Teams** - Microsoft Teams notifications
275- **Twilio** - SMS and voice notifications
276- **Apprise** - Universal notification platform
277- **DingTalk** - Team communication for Asian markets
278
279See `references/alerting.md` for all alerting integrations.
280
281### Testing
282
283Data quality validation and testing frameworks for ensuring data reliability.
284
285**Key integrations:**
286
287- **Great Expectations** - Data validation with expectations
288- **Pandera** - Statistical data validation for DataFrames
289
290See `references/testing.md` for all testing integrations.
291
292### Other
293
294Miscellaneous integrations including DataFrame libraries and utility tools.
295
296**Key integrations:**
297
298- **Pandas** - In-memory DataFrame library
299- **Polars** - Fast DataFrame library with columnar storage
300
301See `references/other.md` for other integrations.
302
303## References
304
305Integration details are organized in the following files:
306
307- **AI & ML**: `references/ai.md` - AI and ML platforms, LLM APIs, experiment tracking
308- **ETL/ELT**: `references/etl.md` - Data ingestion, transformation, and replication tools
309- **Storage**: `references/storage.md` - Warehouses, databases, object storage, vector DBs
310- **Compute**: `references/compute.md` - Cloud platforms, containers, distributed processing
311- **BI & Visualization**: `references/bi.md` - Business intelligence and analytics platforms
312- **Monitoring**: `references/monitoring.md` - Observability and metrics systems
313- **Alerting**: `references/alerting.md` - Notifications and incident management
314- **Testing**: `references/testing.md` - Data quality and validation frameworks
315- **Other**: `references/other.md` - DataFrame libraries and miscellaneous tools
316
317## Using Integrations
318
319Most Dagster integrations follow a common pattern:
320
3211. **Install the package**:
322
323 ```bash
324 pip install dagster-<integration>
325 ```
326
3272. **Import and configure a resource**:
328
329 ```python
330 from dagster_<integration> import <Integration>Resource
331
332 resource = <Integration>Resource(
333 config_param=dg.EnvVar("ENV_VAR")
334 )
335 ```
336
3373. **Use in your assets**:
338 ```python
339 @dg.asset
340 def my_asset(integration: <Integration>Resource):
341 # Use the integration
342 pass
343 ```
344
345For component-based integrations (dbt, Fivetran, dlt, Sling), see the specific reference files for
346scaffolding and configuration patterns.