Is it mandatory to use “@” infront of concat function in ADF expression builder?
Is below two expression both are correct? Or is there any specific use case where we need to use @ before concat function
Big decimal values getting expanded when using copy activity in ADF using REST API as source
I am trying to copy data from a system using copy activity.My source is REST and my sink data format is JSON.Data is stored in ADLS .
Big decimal values getting expanded when using copy activity in ADF using REST API as source
I am trying to copy data from a system using copy activity.My source is REST and my sink data format is JSON.Data is stored in ADLS .
how to extract all file from one folder of adlsgen2 using data flow validation and how to get count of each file
when i am tried for each activity inside we have data flow activity we unable to extract all file in
how to extract all file from one folder of adlsgen2 using data flow validation and how to get count of each file
when i am tried for each activity inside we have data flow activity we unable to extract all file in
How to add hours in existing datetime field in expression in ADF pipeline?
How to add hours in existing datetime field in expression in ADF pipeline?
How to add hours in existing datetime field in expression in ADF pipeline?
Copy activity – File is having 3 columns but Sink Table is having 5 columns – ADF
I have source file with different record layouts and trying to load the data into same table in Synapse Analytics – dedicated sql spool. I am trying to use Dynamic Column mapping approach but getting an error
Auditing Pipleines in Azure Data Factory
I recently started a Data Engineering role and I was tasked with finding a way to audit our existing pipelines in Azure Data Factory. The requirements are to get all existing components of the pipelines, when they run, if they ran successfully and if any rows were added/deleted to databases after the pipeline ran.