- Published on
- • DBT • 0 views
Scheduling dbt Core with Github Actions
dbt is a great tool for data transformation. All of your data pipelines and configurations are written in common file types such as SQL and YAML. There are also many third-party tools you can use and configure to schedule and automate your dbt runs. In this blog post, I explain how you can set this up via one of these solutions: Github Actions.