Skip to content
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

SQL error on creating table - notebook part1-load-data.ipynb #35

Closed
delta0123 opened this issue Dec 3, 2021 · 6 comments
Closed

SQL error on creating table - notebook part1-load-data.ipynb #35

delta0123 opened this issue Dec 3, 2021 · 6 comments

Comments

@delta0123
Copy link

I have followed all steps mentioned in https://github.com/Azure/feast-azure/tree/main/provider/tutorial and had even changes roleDefinitionID parameter as per previous defect but still I'm getting same error.
image

@cbtham
Copy link
Contributor

cbtham commented Dec 3, 2021

try this
#18

@delta0123
Copy link
Author

delta0123 commented Dec 3, 2021

I was not able to install Microsoft authentication which was part of that ARM template can you let me know if that might be the reason for this errror, as I have tried changing roleDefinitionID parameter.

And all changes are to be made in ARM template while deploying it?

@cbtham
Copy link
Contributor

cbtham commented Dec 3, 2021

What is the issue with auth? Is it the error that you posted above? if so delete the current deployment, start a new one and change the role id parameter that you retrieve from the command i posted on the other thread. It should solve this error you posted above

@delta0123
Copy link
Author

Hi @cbtham ,

let me know if we can connect for some time and get the issue resolved.

@delta0123
Copy link
Author

1.Since this is implemented on an organization subscription I do not have authorization or access to add Microsoft Authorization , I have checked it with respective team and they had told that Microsoft Authorization cannot be access due to restrictions.
2.Apart from this I had tried changing Role Definition Id in the template.
Let me know if there is any other way to fix the error as I tried fixing looking for pyodbc.connect but could not find same.

error:
OperationalError: (pyodbc.OperationalError) ('HYT00', '[HYT00] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0) (SQLDriverConnect)') (Background on this error at: https://sqlalche.me/e/14/e3q8)

@cbtham
Copy link
Contributor

cbtham commented Dec 7, 2021

You'll need auth for sure. I believe this error is showing because SQL pool doesnt have the correct assigned permission. Can you reprovision again the environment(without changing roleId) by selecting other region(different from the one you have now) and see if it works.

I'm using australia east without changing roleId

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants