Azure Synapse support end
Hello- I have heard that Microsoft is going to end support for synapse.Is that true ? What if customers don't want to move to Microsoft Fabric? I believe it works on data mesh so that may not be suitable for all organisation. Thanks, Sourav
Insert operation at Azure SQL Synapse Analytics is running longer
Hi, We have DW500C system and observing strange behavior, which i would like to understand bit better. we have a Fact load Insert statement that runs for more than an Hour and its direct execution of SELECT statement is completing within 15 minutes. I…
I have enabled azure synapse link for a container in dev environemnt. I want to turn off that right now? How do i do it?
I have enabled azure synapse link for a container in dev environment. I want to turn off that right now? I didn't create any workspace for that. i just enabled it for a particualr container.
Insert operation at Azure SQL Synapse Analytics is running longer
Hi, We have DW500C system and observing strange behavior, which i would like to understand bit better. we have a Fact load Insert statement that runs for more than an Hour and its direct execution of SELECT statement is completing within 15 minutes. I…
Azure Synapse pipeline
Hi, I have a question regarding Synapse. I want to create a pipeline that can delta update the target table “quotes_target” from source table “quotes_source” with filtered quotes data. I have a list of quotes id of the updated quotes after I extracted it…
Azure Synapse Notebook does't fail immediately in case of error in code
Hello, I am struggling with really weird behavior when executing a notebook within Azure Synapse. I am utilizing pyspark and sql within this notebook and noticed that the notebook doesn't fail immediately in case of a bug or let's say typo in a code. For…
ServiceNow Linked Service not able to get the data using copy activity
I am trying to connect to Service now from synapse to copy data of incidents and some other data. I tested the linked service after providing the credential and as successful to test the connection. but when trying to preview the data, get the below…
How to use terraform to auto create synapse sql pool user and grant permission
Hi there, I would like to ask how to use terraform to auto create synapse sql pool user and grant permission Thanks&Regards, zmsoft
How to Disable Synapse Link in Azure Cosmos DB Container?
Hello, I recently enabled Synapse Link for a container in my Azure Cosmos DB account, but I’m unable to find the option to disable or turn off the feature. I checked the container settings, but I can’t see an option to disable the Analytical Store or…
How to connect synapse external table using ADF.
I have Azure Synapse external tables and wanted to bring those table data into another adls account using adf. Created Link service in ADF using authentication type as sql authentication. used admin username and password in the same. Test connection…
Issues Fetching Access Token in Azure DevOps Release Pipeline for Azure Synapse Workspace Deployment
We build a Release Pipeline in Azure DevOps. This pipeline should deploy artifacts to an Azure Synapse Workspace (as described in this post:…
Delta Tables in Unity Catalog - My Organization vs Unity Catalog - Legacy - Hive Metastore
We have multiple Databricks Delta Tables that were created before Unity Catalog came into picture. After Unity Catalog got included in our Project, all our Tables are shown in Unity Catalog as part of Legacy. We would like to know if having them as…
setting up private endpoint between cosmos db and synapse analytics
hello team, i want to setup private endpoint for synapse workspace and cosmos db but the "managed virtual network" is set as No. how does it affect the private endpoint connection. please let me know if any way to establish the explicit…
How to turn off azure synapse link for a container i didn't create it a workspace for it just anabled in azure cosmos db for dev env. My major concern is should i be charged for that?
How to turn off azure synapse link for a container i didn't create it a workspace for it just anabled in azure cosmos db for dev env. My major concern is should i be charged for that?
How to connect Azure Data Explorer pool in Synapse to Cosmos DB
Hi, I am trying to connect Data Explorer (Synapse pool) to the Analytical Store in a Cosmos DB container. I was informed on this forum that this is indeed possible and the documentation shows how to do this. Unfortunately when I try to ingest data into…
Find total activities run and vCore hours consumed in a month from all of my monthly pipeline
How can I see the total vCore hours consumed in a month from all of my pipeline runs inside a Synapse Workspace. I know how to get that value for each pipeline run but I am trying to find out whether there is a report/view/screen where it can be seen on…
Datetime2 error when querying parquet file produced from Synapse copy activity from OData Business Central Source (data seems to be changed from 0001-01-01 to 0000-12-30)
I have a pipeline running a copy activity to copy data from Business Central OData source to parquet file everyday. Everything works fine before 16/07/2024 but problem arises starting from 17/07/2024. The parquet file no longer be able to query from…
Data loading into sql managed instance table taking time
Hi All, we have couple of data loads in which the distribution is taking lot of time. Our source queries are extracting results in and around 15 minutes but as per sys.dm_pdw_sql_requests column operation_type=OnOperation and column…
I can't get diagnostics logging working on a dedicated sql pool
I want to see the exec requests and waits on a dedicated pool. So I created a log analytics workspace in the same workspace as the sql pool and I went to the dedicated sql pool and in the Diagnostics Settings option I created a new one for the logs exec…
How to let synapse pipeline identify a value as hexadecimal encoded text
Hello, I want to sign a JWT token using the signing functionality of Azure Key Vault and have generated a private key. I want to send a request to the Key Vault from Azure Synapse pipeline's Web component. The configuration of this web component is as…