# these are all just exports, #noqa them so flake8 will be happy # TODO: Should we still include this in the `adapters` namespace? from dbt.contracts.connection import Credentials # noqa from dbt.adapters.base.meta import available # noqa from dbt.adapters.base.connections import BaseConnectionManager # noqa from dbt.adapters.base.relation import ( # noqa BaseRelation, RelationType, SchemaSearchMap, ) from dbt.adapters.base.column import Column # noqa from dbt.adapters.base.impl import AdapterConfig, BaseAdapter # noqa from dbt.adapters.base.plugin import AdapterPlugin # noqa