Skip to content

Commit

Permalink
Add examples from main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosuave authored Oct 23, 2024
1 parent 1600e27 commit 7e55adb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All contributions related to SQLMesh are welcome & encouraged! Please take a loo

## Contents
* [Resources](#resources)
* [Sample Projects](#sample)
* [Sample Projects](#sample-projects)
* [Tools](#tools)

## Resources
Expand All @@ -14,6 +14,17 @@ All contributions related to SQLMesh are welcome & encouraged! Please take a loo
- [Slack](https://tobikodata.com/slack)

## Sample Projects
- [Examples from the main repo](https://github.com/TobikoData/sqlmesh/tree/main/examples)
- [Airflow](https://github.com/TobikoData/sqlmesh/tree/main/examples/airflow)
- [Custom Materializations](https://github.com/TobikoData/sqlmesh/tree/main/examples/custom_materializations)
- [Ibis](https://github.com/TobikoData/sqlmesh/tree/main/examples/ibis)
- [Multi](https://github.com/TobikoData/sqlmesh/tree/main/examples/multi)
- [Multi dbt](https://github.com/TobikoData/sqlmesh/tree/main/examples/multi_dbt)
- [Multi Hybrid](https://github.com/TobikoData/sqlmesh/tree/main/examples/multi_hybrid)
- [Sushi](https://github.com/TobikoData/sqlmesh/tree/main/examples/sushi)
- [Sushi dbt](https://github.com/TobikoData/sqlmesh/tree/main/examples/sushi_dbt)
- [Sushi dlt](https://github.com/TobikoData/sqlmesh/tree/main/examples/sushi_dlt)
- [Wursthall](https://github.com/TobikoData/sqlmesh/tree/main/examples/wursthall)
- [Official Example projects](https://github.com/TobikoData/sqlmesh-examples)
- [sqlmesh-demos](https://github.com/sungchun12/sqlmesh-demos)

Expand Down

0 comments on commit 7e55adb

Please sign in to comment.