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
294 stars 119 forks source link

Functional tests #162

Open jtcohen6 opened 1 year ago

jtcohen6 commented 1 year ago

Describe the feature

Convert "integration tests" project to use new functional testing paradigm, based on pytest: https://docs.getdbt.com/docs/contributing/adapter-development/4-testing-a-new-adapter#testing-your-adapter

Among other reasons, this would make it easier to:

Describe alternatives you've considered

Leaving tests as they are

Additional context

Examples in other packages:

Who will this benefit?

Contributors & maintainers of this package