Aggregate Functions Supported for Cube, Rollup and Grouping Set in serverless sql pool
Hello, The count distinct SQL Function does not work correctly when we use cube/rollup/grouping sets. I get below error when i try to join two open rowset datasets and perform count distinct. I could not find any documentation on list of SQL functions…
Transport-Level Error in SQL Query Execution Across Environments
A query runs correctly in SSMS when connected to the Synapse development environment, but it throws an error in the production environment. The data volume is the same in both environments for all tables used in the query. ERROR DETAILS: A…
Is there a feature in Azure Synapse Analytics similar to Databricks' DBFS FileStore system?
Specifically, I'm looking for a way to upload CSV files and read them directly into pandas dataframes within Azure Synapse notebooks without having to load the data into a database. In Databricks, I can easily do this using: …
quota increase Synapse pipelines in a Synapse workspace
Hello, I need help to understand how workspace limit can be extend , associated process and cost. As we know with Default azure synapse configuration we have below given limit of artifacts Resource - Synapse pipelines in a Synapse workspace Default…
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…
How to stop ForEach activity if previous itertion fails in ADF/Synapse pipeline
I am trying to pull multiple tables from a Azure SQL Database . When data is loaded to its destination I am calling an SP that will update the status of a table to Success. Using ForEach activity multiple tables are puling. But, While pulling one table…
How to control access to a folder in ADLS gen2 container while Storage account IAMs are in action
Hi, I have a synapse pipeline that saves an output file in a folder (ex: salary) in an ADLS container (ex: employee). Now Mr. X wants the data saved in the folder to be accessible only to him but storage account level IAMs have already given access to…
About partitioned parquet files on ADLS2
Hi everyone. I have the following scenario: a ADF pipeline stores a partitioned parquet file on ADLS2 a Synapse Spark Pool will read the data The partitioned data looks like this (step 1): Is this an optimal way of storing parquet data that will…
Creating external table by using for each loop and SQL procedure
Hi I am completely new to azure synapse analytics. I am trying to create external tables using parquet files stored in the list of folders in a container (azure data lake storage) I have created note book which return the sub folder name and the parquet…
Azure identity package issue after updating pyspark from 3.3 to 3.4.1
I've updating my PySpark Synapse project to use 3.4.1 Spark instead of 3.3. After upgrade, it works locally but fails on Synapse with AttributeError: module 'x509' has no attribute 'VerifiedClient'. Bottom of call stack: File…
How to fix "Failed to upload block This request is not authorized to perform this operation." error while writing a csv to ADLS Gen2 using synapse notebook
I am trying to write a dataframe into a csv file on ADLS Gen2 using Synapse Notebook. I am using pandas to_csv as below. The 'linkedService': 'xxxxx' uses system assigned managed identity which has the "Storage Blob Data Contributor" role…
Error using model.fit() in Synapse Apache Spark notebook
I have an unpredictable error. com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-input at [Source: (String)""; line: 1, column: 0] I would like to train a time series model using SARIMAX with four…
Error on creating Synapse Spark database
Hi every one, I'm trying to create a database in Synapse Spark Notebook, but I'm getting this error: The very same error appears without the keyword LOCATION Regards Jona
The Azure Synapse resource provider (Microsoft.Synapse) needs to be registered with the selected subscription
Hi Team, I am unable to use synapse analytics even though I have registered with Microsoft.Synapse and Microsoft.Sql. Can you please look into this? The below is screenshot for registered ones.
Getting an error in Azure Synapse when trying to start a session
LivyHttpRequestFailure: Something went wrong while processing your request. Please try again later. HTTP status code: 500. Trace ID: 31f333c2-2aec-485c-b314-be206390c5ba. Getting this when I try to start a session in both Dev or Test resource groups.
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…
Not able to see IP Firewall rules changes under resourcechanges
Hi, Given a Synapse workspace who is associated to an alert and where the alert rule is configured as the Signal "Create/Update server firewall rule (servers/firewallRules)", when the configuration of the Firewall rules under Synapse…
why allocated v-core is always 0?
why allocated v-core is always 0? how to change 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…
Using this mssparkutils.notebook.runMultiple function to run notebook in parallel, how to find the failed notebook.
Hi Team, Could you please help us to find the failed notebook in parallel run using the below code, but not able to find the failed one. Eg: If any notebook got failed it is stopping the processs, but we don't know which notebook failed , can you…