Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,130 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Sometimes, my synapse pipeline gets triggered even before 1st one finishes. and then both spark pools try to access same input files/folder from azure data lake storage (blob xml files).
Can I 'aquire lease' on a folder using pyspark notebook? If yes, is there any Microsoft spark utilities api for me to help?
Hello @Dheeraj and welcome to Microsoft Q&A.
If concurrency is an issue, might I suggest using a Tumbling Window Trigger?