Search code examples
azure-data-lakeu-sql

How to schedule a U-SQL Query in Azure Data Lake?


I want to execute a query in azure data lake daily. Can we schedule a U-SQL query in azure data lake?


Solution

  • Currently, there is no built-in way inside Data Lake Analytics to schedule a U-SQL job. Instead, you can use other services or tools to perform the scheduling. A popular one for Azure customers is Azure Data Factory.

    Simple scheduling of U-SQL jobs inside Data Lake Analytics is something we are considering adding as a native capability.