Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and [data mesh architecture](https://www.datamesh-architecture.com/#what-is-data
2. **dbt-first design** - All configuration in dbt model configs, analytics teams stay in dbt, no Airflow knowledge
required
3. **Flexible scheduling** - Multiple schedules per model (`@hourly`, `@daily`, `@weekly`,
`@monthly`, [and more](examples/manual_scheduling.md))
`@monthly`, [and more](docs/tutorials/manual-scheduling.md))
4. **Enterprise features** - Multiple dbt targets, configurable test strategies, built-in maintenance, Kubernetes
support

Expand Down Expand Up @@ -85,7 +85,7 @@ bf_cluster: "dev"

This will create Airflow DAGs for your dbt project.

Check out the documentation for more details [here](docs/docs.md).
Check out the documentation for more details [here](docs/configuration/model-config.md).

## Key Features

Expand Down