Skip to content

Commit c9c68b4

Browse files
Merge pull request #264706 from jonburchel/2024-01-30-merge-public-prs
2024 01 30 merge public prs
2 parents 02cef84 + 4dde277 commit c9c68b4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/data-factory/continuous-integration-delivery-improvements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Follow these steps to get started:
145145

146146
# Installs Node and the npm packages saved in your package.json file in the build
147147

148-
- task: NodeTool@0
148+
- task: UseNode@1
149149
inputs:
150-
versionSpec: '14.x'
150+
version: '18.x'
151151
displayName: 'Install Node.js'
152152

153153
- task: Npm@1

articles/data-factory/copy-activity-overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ For other scenarios than binary file copy, copy activity rerun starts from the b
170170

171171
While copying data from source to sink, in scenarios like data lake migration, you can also choose to preserve the metadata and ACLs along with data using copy activity. See [Preserve metadata](copy-activity-preserve-metadata.md) for details.
172172

173+
## Add metadata tags to file based sink
174+
When the sink is Azure Storage based (Azure data lake storage or Azure Blob Storage), we can opt to add some metadata to the files. These metadata will be appearing as part of the file properties as Key-Value pairs.
175+
For all the types of file based sinks, you can add metadata involving dynamic content using the pipeline parameters, system variables, functions and variables.
176+
In addition to this, for binary file based sink, you have the option to add Last Modified datetime (of the source file) using the keyword $$LASTMODIFIED, as well as custom values as a metadata to the sink file.
177+
173178
## Schema and data type mapping
174179

175180
See [Schema and data type mapping](copy-activity-schema-and-type-mapping.md) for information about how the Copy activity maps your source data to your sink.

0 commit comments

Comments
 (0)