-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added note for missing credentials error for windows authentication #2095
base: devel
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use admonitions markup for the notes: https://docusaurus.io/docs/markdown-features/admonitions
@@ -76,6 +76,8 @@ You can place any ODBC-specific settings into the query string or **destination. | |||
destination.mssql.credentials="mssql://loader.database.windows.net/dlt_data?trusted_connection=yes" | |||
``` | |||
|
|||
`NOTE: If you encounter missing credentials errors when using Windows authentication, set the 'username' and 'password' as empty strings in the TOML file.` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As Anton suggested:
:::note
If you encounter missing credentials errors when using Windows authentication, set the 'username' and 'password' as empty strings in the TOML file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
@hibajamal updated as per comments. |
Description
Added note for missing credentials error for windows authentication