dbt-labs / dbt-external-tables

dbt macros to stage external sources
https://hub.getdbt.com/dbt-labs/dbt_external_tables/latest/
Apache License 2.0
314 stars 123 forks source link

How to support dbt-external-tables in new database? #245

Closed hantmac closed 7 months ago

hantmac commented 11 months ago

Describe the feature

I want to support the external stage of Databend.

Additional context

Is this feature database-specific? Which database(s) is/are relevant? Please include any other relevant context here. This feature is a database-specific. The database is Databend

Who will this benefit?

Some databend users want to use dbt-external-tables in there dbt system.

dataders commented 7 months ago

@hantmac we really need a CONTRIBUTING.md! In the meantime, I suggest looking at previous PRs that add support. For example:

Predominately you're going to need a dispatched databend__create_external_table() macro. Depending on how different databend is from other platforms, there's some other macros you'll need to hit as well.