Skip to content
Retour AccueilRetour Accueil

L'actualité technique MS SQL Server en France (et ailleurs)

L'actualité technique MS SQL Server en France (et ailleurs)

  • Sites francophones
  • Sites anglophones
  • Sites Microsoft
  • Vidéos
  • Script Center
  • Recherche
Accueil » Tous les articles » Sites anglophones » Working with Get Metadata Activity in Azure Data Factory

Working with Get Metadata Activity in Azure Data Factory

20 août 2021  dans Sites anglophones  étiqueté ADF / Azure / Azure Data Factory / ETL/SSIS/Azure Data Factory / Get Metadata Activity par sqlservercentral.com

Introduction

While working in Azure Data Factory, sometimes we need to retrieve metadata information, like the file name, file size, file existence, etc. We can use the Get Metadata activity to retrieve metadata information from the data set and then we can use that metadata information in subsequent activities. This article will give an example of how to do gather metadata from files and use it in the pipeline.

Solution

In this scenario, I will retrieve the metadata information of a file that is stored in a data lake folder. Once we get the metadata, it will be inserted in


Parcourir les articles

  • ← You Probably Shouldn’t Index Your Temp Tables.
  • SQL Compilations/sec is not what you think it is →

Cette compilation de ressources vous est proposée
par Arian Papillon, MVP Data Platform
mvp Datafly
Site sponsorisé par DATAFLY - www.datafly.fr
Microsoft et SQL Server sont des marques déposées de Microsoft Corporation

· © 2018 mssql.fr · Designed by Arian Papillon - Datafly ·

Retour haut de page