Given XML with element that has both attribute and value, e.g.<root><elem attr="world">hello</elem></root>how can I parse both the attribute and the value in ...
I'm trying to read from Azure kusto source using below code in Azure synapse notebook.df = spark.read \.format("com.microsoft.kusto.spark.synapse.datasource") \.option("kustoCluster&...
I am Trying to read data from an API source. Which works fine in Postman. Since I am not allowed to post images directly sharing them as link.Postman_outputBut the same fails when I try to read the ...
I have a CSV file and it looks like below: (Column Delimiter : +| and row delimiter : &|\n)This file has two problems :1st - Both row and column delimiter is 2 characters, and this does not ...
I have a python script in a notebook that performs a parquet file schema correction. It is working fine, runs in less than 10 seconds, depending on the number of files to process. Not exactly fine, ...
I want to write data from an Azure Synapse notebook to an on-prem HDFS file system. While Azure Synapse provides Copy Activity for reading data, there doesn't seem to be a direct way to write data ...
Backstory: I have 12 zip files in Gen2 storage, each around 300 mb.I am running a notebook within a pipeline job.It goes smoothly until extracting the 6th zip file using pd.read_csv(compression ='...
I'm trying to transform a key/value data into column using Azure synapse Data Flow. Basically this:"scoreIndeces": {"66": 0.2,"67": 0.3,"68": 0.4,"70&...
In my Synapse pipeline, I am looping through a set of filenames. Inside the loop, I use a "Get Metadata" activity to retrieve the last modified date of each file and append these dates to an ...
We have 3 synapse workspaces (dev, test, maint) connects to it's own branch in the same Azure DevOPs repository. We also have feature branches based off the dev branch. All our development is done ...
I have a working v2 pipeline in Azure Machine Learning that I want to run from Synapse. However, I cannot select my pipelines from the dropdown menu.I have a working linked service and a non-self-...
I am having issues with a series of pipelines that build our data platform Spark databases hosted in Azure Synapse.The pipelines host dataflows which have 'recreate table' enabled. The dataflows ...
I have a CosmosDB account using MongoDB API and am trying to work with the change data capture output of this.The problem I am seeing specifically is that full fidelity string properties appear to ...
EDIT: Pipeline executes fine and the behavior is observed only when testing connection...I am trying to parametrize the Secret Name value in a linked service. When using a LS parameter, this works ...