An Azure service for ingesting, preparing, and transforming data at scale.
Hi @VIGNESH G
I understand your concern. I will explain you what are ways to fix this issue.
- First and best approach, split your BigQuery into two queries 1) 1000 tables 2) 193 tables. suppose you now the table count this is approach is best. from function or any script get the table count and implement this approach.
- Use Fabric Data Pipelines or Use a scheduled notebook or Use Azure Functions or Cloud Functions.
Thanks.