Forum Discussion
Error HYT00
- 7 months ago
Hi, the solution for us was using a Stored Procedure activity instead of the notebook one.
Hi Pupic,
Okay the actual error here is a login timeout.
Are you able to access the warehouse diretly not from the notebook and run queries against it?
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
Hi tayloramy,
yes I can access the warehouse from fabric and also from SQL Server Management Studio and run queries.
- tayloramy7 months agoSuper User
Hi Pupic,
Can you post your notebook?
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- Pupic7 months agoFrequent Visitor
Hi tayloramy,
it's a simple Python notebook with a series of T-SQL cells like this one, one for each table that needs to be dropped and recreated.
Mind you that this is the development environment, in my production environment I have a copy of this notebook that writes on the prod warehouse and that one is still working properly.