dbt-labs / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
https://dbt-athena.github.io
Apache License 2.0
228 stars 100 forks source link

Add indication for retrieving schema metadata for a list of relations and not all #758

Open biswasbiplob opened 13 hours ago

biswasbiplob commented 13 hours ago

Description

Use capability from adapters to indicate support for retrieving schema metadata for a list of relations, rather than always retrieving all the relations in a schema

This would enable dbt docs generate to only wait for schema metadata for the relations mentioned in the filters (--select, --exclude and --selector) and not waste time to try and fetch all.

Checklist