Azure – How to transform a column into an array using ADF
I need to read a column on a db on ADF and use all it´s values as parameters in a foreach. I tried reading the column using a dataflow and a cache sink to then in a pipeline use Set…
I need to read a column on a db on ADF and use all it´s values as parameters in a foreach. I tried reading the column using a dataflow and a cache sink to then in a pipeline use Set…
I learning azure, specifically datafactory, so in a basic exercice. 1 - I should create a input container, and a output container (using azure sorage 2). 2 - After that, i created the datasets for input and output. 3 -…
I am creating a dataset of Azure blob storage type. While watching youtube videos of ADF i saw sometimes we import schema and sometimes we not can you please guide me when we have to click on import schema
I have 100 dataflows ,50 pipelines and their related datasets variables etc. Now i want to use Synapse service and want my all pipelines amd stuff of ADF into Synapse. My Adf is git configured Can we export them in…
I have a pipeline running in my ADF where I take fields from a json file and save them to multiple tables in my database. The pipeline starts running when a file is uploaded to a container in my storage…
sorry if the question is too basic. I am very new to Azure and I want to receive automated email if a connection to for example a SQL server is not established. In that regard, I was wondering if there…
I am replicating my data from Azure SQl DB TO Azure SQL DB. I have some tables with date columns and some tables with just the ID columns which are assigning primary key. While performing incremental load in ADF, I…
I have an Azure SQL server and database which have MFA login and I am the admin. But when I try to establish a connection via a new linked service from ADF to this database using System Managed Identity option,…
I need help. I've create a pipeline for data processing, which is importing csv and copy data to DB. I've also configure a Blob storage trigger, which is triggering pipeline with dataflow, when speciffic file will be uploaded in to…
I'm trying to publish a reanaming pipeline and I'm getting this error and don't know how to deal with Error code: OK Inner error code: RenameDataFactoryResourceError Message: {"code":"InternalError","message":"Internal error has occurred.","target":null,"details":null,"error":null} I've already tried to rename the pipeline again but…