How I Added dbt Cloud to Coral — My Open Source Hackathon Journey (opens in new tab)
What is Coral? Coral is an open-source tool that lets you query any API, database, or file as SQL — no ETL, no warehouse, no glue code. The Problem I Solved dbt Cloud is used by thousands of data engineers. But there was no way to query dbt Cloud jobs, runs, and environments via SQL. I built that. What I Built PR #627 — dbt Cloud Community Source Added 3 tables to Coral: dbt_cloud.jobs — all jobs with schedules and state dbt_cloud.runs — run history with status codes dbt_cloud.environments — ...
Read the original article