Skip to content

Commit 243dd71

Browse files
Merge pull request #230184 from v-lanjunli/update_upstream/main
Add known issues
2 parents 99e2f1c + 4059803 commit 243dd71

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/data-factory/transform-data-synapse-notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 07/09/2022
1212
---
1313

1414
# Transform data by running a Synapse Notebook
15-
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
15+
[!INCLUDE[appliesto-adf-xxx-md](includes/appliesto-adf-xxx-md.md)]
1616

1717
The Azure Synapse Notebook Activity in a [pipeline](concepts-pipelines-activities.md) runs a Synapse notebook in your Azure Synapse Analytics workspace. This article builds on the [data transformation activities](transform-data.md) article, which presents a general overview of data transformation and the supported transformation activities.
1818

articles/synapse-analytics/synapse-notebook-activity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Here's the sample JSON definition of a Synapse notebook activity:
170170
Here's the sample JSON of a Synapse notebook activity output:
171171

172172
```json
173-
173+
{
174174
{
175175
"status": {
176176
"Status": 1,
@@ -214,3 +214,5 @@ Here's the sample JSON of a Synapse notebook activity output:
214214
}
215215

216216
```
217+
## Known issues
218+
If the notebook name is parametrized in the Pipeline Notebook activity, then the notebook version in unpublished status can't be referenced in the debug runs.

0 commit comments

Comments
 (0)