Forum Discussion
Pupic
7 months agoFrequent Visitor
Error HYT00
Hello I have a python notebook in a Fabric workspace that contains also a warehouse and runs on a F8 Fabric Capacity. The notebook has different cells that use T-SQL to drop and recreate tables in ...
- 7 months ago
Hi, the solution for us was using a Stored Procedure activity instead of the notebook one.
Pupic
7 months agoFrequent Visitor
Hi tayloramy,
yes I can access the warehouse from fabric and also from SQL Server Management Studio and run queries.
tayloramy
7 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.