Skip to content

Commit 2fe7963

Browse files
authored
Addressed the issue found by Acrolinx
Addressed the issue found by Acrolinx
1 parent dad825f commit 2fe7963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ Our engineering team is currently working on a full support for Spark 3.3.
913913
If you created a Delta table in Spark, and it is not shown in the serverless SQL pool, check the following:
914914
- Wait some time (usually 30 seconds) because the Spark tables are synchronized with delay.
915915
- If the table didn't appear in the serverless SQL pool after some time, check the schema of the Spark Delta table. Spark tables with complex types or the types that are not supported in serverless are not available. Try to create a Spark Parquet table with the same schema in a lake database and check would that table appears in the serverless SQL pool.
916-
- Check could workspace Managed Identity access Delta Lake folder that is referenced by the table. Serverless SQL pool uses workspace Managed Identity to get the table column information from the storage to create the table.
916+
- Check the workspace Managed Identity access Delta Lake folder that is referenced by the table. Serverless SQL pool uses workspace Managed Identity to get the table column information from the storage to create the table.
917917

918918
## Lake database
919919

0 commit comments

Comments
 (0)