You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-ref-services/latest/data-factory.md
+47-47Lines changed: 47 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -8,50 +8,50 @@ ms.topic: reference
8
8
ms.devlang: python
9
9
ms.service: datafactory
10
10
---
11
-
# Azure Data Factory libraries for Python
12
-
13
-
Compose data storage, movement, and processing services into automated data pipelines with [Azure Data Factory](/azure/data-factory/)
14
-
15
-
[Learn more](/azure/data-factory/introduction) about Data Factory and get started with the [Create a data factory and pipeline using Python quickstart](/azure/data-factory/quickstart-create-data-factory-python).
16
-
17
-
## Management module
18
-
19
-
Create and manage Data Factory instances in your subscription with the management module.
20
-
21
-
### Installation
22
-
23
-
Install the package with [pip](https://pip.pypa.io/en/stable/quickstart/):
24
-
25
-
```bash
26
-
pip install azure-mgmt-datafactory
27
-
```
28
-
29
-
### Example
30
-
31
-
Create a Data Factory in your subscription on the East US region.
32
-
33
-
```python
34
-
from azure.common.credentials import ServicePrincipalCredentials
35
-
from azure.mgmt.resource import ResourceManagementClient
36
-
from azure.mgmt.datafactory import DataFactoryManagementClient
37
-
from azure.mgmt.datafactory.models import*
38
-
import time
39
-
40
-
#Create a data factory
41
-
subscription_id ='<Specify your Azure Subscription ID>'
> [Explore the Management APIs](/python/api/overview/azure/datafactory/management)
11
+
# Azure Data Factory libraries for Python
12
+
13
+
Compose data storage, movement, and processing services into automated data pipelines with [Azure Data Factory](/azure/data-factory/)
14
+
15
+
[Learn more](/azure/data-factory/introduction) about Data Factory and get started with the [Create a data factory and pipeline using Python quickstart](/azure/data-factory/quickstart-create-data-factory-python).
16
+
17
+
## Management module
18
+
19
+
Create and manage Data Factory instances in your subscription with the management module.
20
+
21
+
### Installation
22
+
23
+
Install the package with [pip](https://pip.pypa.io/en/stable/quickstart/):
24
+
25
+
```bash
26
+
pip install azure-mgmt-datafactory
27
+
```
28
+
29
+
### Example
30
+
31
+
Create a Data Factory in your subscription on the East US region.
32
+
33
+
```python
34
+
from azure.common.credentials import ServicePrincipalCredentials
35
+
from azure.mgmt.resource import ResourceManagementClient
36
+
from azure.mgmt.datafactory import DataFactoryManagementClient
37
+
from azure.mgmt.datafactory.models import*
38
+
import time
39
+
40
+
#Create a data factory
41
+
subscription_id ='<Specify your Azure Subscription ID>'
0 commit comments