dbt-duckdb icon indicating copy to clipboard operation
dbt-duckdb copied to clipboard

request: contribute a configuration docs page to docs.getdbt.com

Open dataders opened this issue 1 year ago • 6 comments

dbt-duckdb already has a "how to connect" (/duckdb-setup) page, but we recommend a second page: how to configure (/duckdb-configs).

We have a doc that gives some guidance: Build, test, document: Topics and Pages to Cover

A good synopsis of what goes in here is:

assuming that someone is already familiar with both dbt and duckdb, what do they need to know to use them together?

Predominately this means covering:

  • model configurations
  • available materializations
  • available incremental strategies
  • features that are specific to the given platform that don't neatly slot into dbt (masking, cloning

For an example check out Snowflake configs.

My gut here is that a large majority of this repo's README could be migrated into the configs page. Ideally, this new page would be the single source of truth and the README content can be pared down.

dataders avatar Sep 05 '24 17:09 dataders