Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support chdb #297

Open
fithisux opened this issue Jun 18, 2024 · 2 comments
Open

Support chdb #297

fithisux opened this issue Jun 18, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@fithisux
Copy link

Is your feature request related to a problem? Please describe.
This issue does not fix a problem.

Describe the solution you'd like
I would like to use dbt to run models on chdb. Like in DuckDB.

Describe alternatives you've considered
I would like to avoid using a full clickhouse subscription, since I am mostly interested in pedagogical use or local use.

Additional context
No thing else

@fithisux fithisux added the enhancement New feature or request label Jun 18, 2024
@OneCyrus
Copy link

that would be a great addition. just added my vote.

@ThomAub
Copy link

ThomAub commented Oct 16, 2024

I started to work on it and the current design is to specify chdb as the driver

chdb-dev:
      type: clickhouse
      driver: chdb
      chdb_state_dir: ""     # a directory use for persistent session 
      chdb_dump_dir: ""    # a directory of sql files that will be loaded as initial state, for sources for examples 
      threads: 1
      user: dbt_test
      password: dbt_password
      schema: taxis_dbt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants