Skip to content

Commit 1e0e191

Browse files
Merge pull request #216042 from SnehaGunda/SynapseIssues1
Adding instructions to access database template from a pipeline
2 parents 9fb0b09 + 1f9f322 commit 1e0e191

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

articles/data-factory/concepts-data-flow-performance-pipelines.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ms.author: makromer
88
ms.service: data-factory
99
ms.subservice: data-flows
1010
ms.custom: synapse
11-
ms.date: 09/29/2021
11+
ms.date: 10/26/2022
1212
---
1313

14-
# Using data flows in pipelines
14+
# Using data flows in pipelines
1515

1616
When building complex pipelines with multiple data flows, your logical flow can have a big impact on timing and cost. This section covers the impact of different architecture strategies.
1717

@@ -40,6 +40,10 @@ Data flows allow you to group sinks together into groups from the data flow prop
4040

4141
On the pipeline execute data flow activity under the "Sink Properties" section is an option to turn on parallel sink loading. When you enable "run in parallel", you are instructing data flows write to connected sinks at the same time rather than in a sequential manner. In order to utilize the parallel option, the sinks must be group together and connected to the same stream via a New Branch or Conditional Split.
4242

43+
## Access Azure Synapse database templates in pipelines
44+
45+
You can use an [Azure Synapse database template](../synapse-analytics/database-designer/overview-database-templates.md) when crating a pipeline. When creating a new dataflow, in the source or sink settings, select **Workspace DB**. The database dropdown will list the databases created through the database template. The Workspace DB option is only available for new data flows, it's not available when you use an existing pipeline from the Synapse studio gallery.
46+
4347
## Next steps
4448

4549
- [Data flow performance overview](concepts-data-flow-performance.md)

articles/data-factory/data-flow-sink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: data-factory
99
ms.subservice: data-flows
1010
ms.topic: conceptual
1111
ms.custom: seo-lt-2019, ignite-2022
12-
ms.date: 09/01/2022
12+
ms.date: 10/26/2022
1313
---
1414

1515
# Sink transformation in mapping data flow
@@ -36,7 +36,7 @@ To use an inline dataset, select the format you want in the **Sink type** select
3636

3737
## Workspace DB (Synapse workspaces only)
3838

39-
When using data flows in Azure Synapse workspaces, you will have an additional option to sink your data directly into a database type that is inside your Synapse workspace. This will alleviate the need to add linked services or datasets for those databases.
39+
When using data flows in Azure Synapse workspaces, you will have an additional option to sink your data directly into a database type that is inside your Synapse workspace. This will alleviate the need to add linked services or datasets for those databases. The databases created through the [Azure Synapse database templates](../synapse-analytics/database-designer/overview-database-templates.md) are also accessible when you select Workspace DB.
4040

4141
> [!NOTE]
4242
> The Azure Synapse Workspace DB connector is currently in public preview and can only work with Spark Lake databases at this time

articles/data-factory/data-flow-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-flows
99
ms.topic: conceptual
1010
ms.custom: seo-lt-2019, ignite-2022
11-
ms.date: 08/23/2022
11+
ms.date: 10/26/2022
1212
---
1313

1414
# Source transformation in mapping data flow
@@ -46,7 +46,7 @@ Because an inline dataset is defined inside the data flow, there is not a define
4646

4747
## Workspace DB (Synapse workspaces only)
4848

49-
In Azure Synapse workspaces, an additional option is present in data flow source transformations called ```Workspace DB```. This will allow you to directly pick a workspace database of any available type as your source data without requiring additional linked services or datasets.
49+
In Azure Synapse workspaces, an additional option is present in data flow source transformations called ```Workspace DB```. This will allow you to directly pick a workspace database of any available type as your source data without requiring additional linked services or datasets. The databases created through the [Azure Synapse database templates](../synapse-analytics/database-designer/overview-database-templates.md) are also accessible when you select Workspace DB.
5050

5151
:::image type="content" source="media/data-flow/syms-source.png" alt-text="Screenshot that shows workspacedb selected.":::
5252

0 commit comments

Comments
 (0)