Using pyspark dataframe input insert data into a table temp

Sadio Jean-Marie 0 Reputation points
2023-10-23T13:52:55.2066667+00:00

I want to insert the results of my query into a temporary table, but I get this error:

User's image

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 33,071 Reputation points Volunteer Moderator
    2023-10-24T09:44:49.22+00:00

    The key part of the error is InvalidAbfsRestOperationException,it says that there is an issue with the interaction between your Spark environment and Azure Blob Storage.

    You might have misconfigured the Azure Blob Storage account details in your Spark configuration. Make sure the access key, account name, and other necessary configurations for azurebfs are correctly set.
    Can you share what you have so far ?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.