It is possible to get all output dataflow in one output ? i have a dataflow in a foreach and i want to explore the output to do some logs. ...
It is possible to get all output dataflow in one output ? i have a dataflow in a foreach and i want to explore the output to do some logs. ...
We have a Json object with the following structure. { "results": { "timesheets": { "135288482": { "id": 135288482, "user_ ...
I have four files main.py, jobs.zip, libs.zip & params.yaml and these I have stored on Azure Storage Account Container. Now I have this code whic ...
I'm trying to insert some rows into a Synapse Database using SQLAlchemy. However I'm getting this error when doing db.session.commit(): This is the ...
We have a special scenario in Azure Synapse Workspace where we want the user to only be able to query the data that in the dedicated SQL pool which is ...
I am facing following challenge: I would like to flatten a parent child hierarchy in a way that I have per row the child + any parent of the upper lev ...
We are currently extracting multiple tables from Azure SQL Servereless pool in Synapse. Unlike a regular Azure SQL Database it is very easy to increas ...
I am trying to configure an Azure DevOps git repository in Azure Synapse. After selecting the organization name, the portal displays the message: 'Cou ...
I am getting the below error, It use to run fine but suddenly started getting the below error Error code 1 LIVY_JOB_STATE_DEAD Message [plugins.sy ...
We have a development environment Synapse Workspace connected to a development environment Dedicated SQL Pool. We want another development environment ...
I have written PySpark code to hit a REST API and extract the contents in an XML format and later wrote to Parquet in a data lake container. I am try ...
I would like to achieve the column Expected in the screenshot below. Could you please help me achieve this on Synapse Datawarehouse using the followin ...
I have to retrieve employee's historical data from SuccessFactors, and I've tried to do it using SFSF Compound Employee API but it didn't work well. I ...
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 ...
I have a vary simple/toy pipeline where I have a pyspark notebook that has an exit value, a set variable activity set to the exit value and a second n ...
In my synapse, I have a schedule table that stores information about all programs for a given day. It would be helpful if I could include rank/dense_r ...
I am working in the Synapse Workspace and trying to connect to AWS RDS from the Synapse Notebook. Whenever I try to connect, it throws the below time ...
I am getting this error at the Source tab at the Use query (Table, Query) Query, when doing a copy data activity at the Azure Synapse pipeline. Unabl ...
This query used to work in Azure Data Factory pipeline but stopped working few days ago. Nothing changed in case of file names/ formats etc in Azure B ...
I have Azure Synapse pipeline with web activity. I would like to call "pipelineruns" rest api to get run details of a pipeline. I am using the below s ...