-
Notifications
You must be signed in to change notification settings - Fork 146
Support automatic table creation on SQL Azure #65
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
Comments
@quinvit Are you saying the Azure SQL has other differences that conflict with recent changes to this sink. Easy to validate during configuration, but noting these in case this issue leads to some sort of Azure SQL -specific changes:
|
It appears the |
Recently I implemented the Managed Identities for Azure authentication in this sink and while testing it on Azure I also tested the table autocreation. It worked without problems. The service principal has to have the necessary permissions on the database though. Here are the screenshots from my test. The first one shows the sink configuration, the second one shows the database table that was created by the sink. I'm closing this issue as automatic table creation seems to work with Azure as of today with the sink version 5.4.0-dev-00304. |
It looks like support AzureSQL well if we create log table manually. Could we adjust script to create log table to support AzureSQL too?
https://i.gyazo.com/fdd7e79b7dd210b255d163126b85044d.png
The text was updated successfully, but these errors were encountered: