ClickHouse / dbt-clickhouse

The Clickhouse plugin for dbt (data build tool)
Apache License 2.0
252 stars 113 forks source link

UI for DBT using dbt-clickhouse #30

Closed sandeep-devarapalli closed 2 years ago

sandeep-devarapalli commented 2 years ago

Hi, I am very interested to work on enabling a UI for DBT using dbt-clickhouse at the backend. If you can guide me, it would be of great help, and anyone interested is welcome to be a part of this, thanks.

silentsokolov commented 2 years ago

Hello, DBT already has a UI (... cloud version has) . I think you can create a topic with same question in official repo. Thanks for your interest in the project!

sandeep-devarapalli commented 2 years ago

Thank you for the suggestion, I will create a topic over there.

vargacypher commented 2 years ago

@sandeep-devarapalli Maybe you can create an REST API or RPC to make calls on your DBT service. We made this with FastAPI + Python RQ, were we can interact direclty with swagger. But you can implement a front-end app toghether.