dbt-sqlserver icon indicating copy to clipboard operation
dbt-sqlserver copied to clipboard

remove extra `__init__.py`'s from `dbt/include` and `dbt/adapters`

Open dataders opened this issue 4 years ago • 0 comments

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

image

desired behavior

image

dataders avatar Nov 05 '21 21:11 dataders