You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ You should change the settings `encrypt` or `trust_cert` to accommodate for your
20
20
#### Features
21
21
22
22
* Support for [dbt-core 1.2](https://github.com/dbt-labs/dbt-core/releases/tag/v1.2.0)
23
+
* Full support for the new [grants config](https://docs.getdbt.com/reference/resource-configs/grants)
24
+
* New configuration option in the target: `auto_provision_aad_principals` - setting this to `true` will automatically create contained database users linked to Azure AD principals or groups if they don't exist yet when they're being used in grant configs
23
25
* Support for MS ODBC Driver 18
24
26
* Support automatic retries with new `retries` setting introduced in core
25
27
* The correct owner of a table/view is now visible in generated documentation (and in catalog.json)
@@ -41,10 +43,6 @@ You should change the settings `encrypt` or `trust_cert` to accommodate for your
41
43
* Automated testing with SQL Server 2017, 2019 and 2022
42
44
* Automated testing with MS ODBC 17 and MS ODBC 18
43
45
44
-
#### Outstanding work for official release
45
-
46
-
* Add documentation about new features to official dbt docs pages
0 commit comments