Skip to content

Commit 1e1c6e5

Browse files
authored
Updated for EOLd Python version
1 parent 8a92fff commit 1e1c6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/tutorial-run-python-batch-azure-data-factory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Tutorial: Run a Batch job through Azure Data Factory'
33
description: Learn how to use Batch Explorer, Azure Storage Explorer, and a Python script to run a Batch workload through an Azure Data Factory pipeline.
44
ms.devlang: python
55
ms.topic: tutorial
6-
ms.date: 04/20/2023
6+
ms.date: 03/01/2024
77
ms.custom: mvc, devx-track-python
88
---
99

@@ -27,7 +27,7 @@ In this tutorial, you learn how to:
2727
- A Data Factory instance. To create the data factory, follow the instructions in [Create a data factory](/azure/data-factory/quickstart-create-data-factory-portal#create-a-data-factory).
2828
- [Batch Explorer](https://azure.github.io/BatchExplorer) downloaded and installed.
2929
- [Storage Explorer](https://azure.microsoft.com/products/storage/storage-explorer) downloaded and installed.
30-
- [Python 3.7 or above](https://www.python.org/downloads), with the [azure-storage-blob](https://pypi.org/project/azure-storage-blob) package installed by using `pip`.
30+
- [Python 3.8 or above](https://www.python.org/downloads), with the [azure-storage-blob](https://pypi.org/project/azure-storage-blob) package installed by using `pip`.
3131
- The [iris.csv input dataset](https://github.com/Azure-Samples/batch-adf-pipeline-tutorial/blob/master/iris.csv) downloaded from GitHub.
3232

3333
## Use Batch Explorer to create a Batch pool and nodes

0 commit comments

Comments
 (0)