dbt-sqlserver
dbt-sqlserver copied to clipboard
remove extra `__init__.py`'s from `dbt/include` and `dbt/adapters`
They aren't needed, provided that the package imports are working correctly. It's save a lot of clicking to not have to open these directories as vscode will auto expand singleton directories. see below
current behavior
desired behavior