Not able to create schema in Synapse Lake database using SPARK.

Prayag kumar 20 Reputation points
2023-06-23T12:41:45.1366667+00:00

Tried below query to create schema using synapse spark notebook, but instead of creating Schema its creating another lake database.

%%sql CREATE SCHEMA Test

How can we create different schemas in a single lake database?

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.
{count} votes

1 answer

Sort by: Most helpful
  1. Prayag kumar 20 Reputation points
    2023-08-23T17:15:32.79+00:00

    @PRADEEPCHEEKATLA , provided answer didn't help. As a workaround, we are creating objects like schema_ObjectName.

    0 comments No comments

Your answer

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