- pull AD auth directly from `dbt-sqlserver` (https://github.com/swanderz/dbt-synapse/pull/13)
- hotfix for broken `create_view()` macro (https://github.com/swanderz/dbt-synapse/pull/14)
- get `dbt-adapter-tests` up and running (https://github.com/swanderz/dbt-synapse/pull/16)
- make `sqlserver__drop_schema()` also drop all tables and views associated with schema
- introduce `sqlserver__get_columns_in_query()` for use with testing
- align macro args with `dbt-base`