Skip to content

Commit 9f61475

Browse files
committed
Fix URL
docs.microsoft.com -> learn.microsoft.com
1 parent d5a1525 commit 9f61475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/spark/synapse-spark-sql-pool-import-export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ dfToReadFromQueryAsOption = (spark.read
531531
# Set user's password to the database
532532
.option(Constants.PASSWORD, "<user_password>")
533533
# Set name of the data source definition that is defined with database scoped credentials.
534-
# https://docs.microsoft.com/sql/t-sql/statements/create-external-data-source-transact-sql?view=sql-server-ver15&tabs=dedicated#h-create-external-data-source-to-access-data-in-azure-storage-using-the-abfs-interface
534+
# https://learn.microsoft.com/sql/t-sql/statements/create-external-data-source-transact-sql?view=sql-server-ver15&tabs=dedicated#h-create-external-data-source-to-access-data-in-azure-storage-using-the-abfs-interface
535535
# Data extracted from the SQL query will be staged to the storage path defined on the data source's location setting.
536536
.option(Constants.DATA_SOURCE, "<data_source_name>")
537537
# Query from where data will be read.
@@ -551,7 +551,7 @@ dfToReadFromQueryAsArgument = (spark.read
551551
# Set user's password to the database
552552
.option(Constants.PASSWORD, "<user_password>")
553553
# Set name of the data source definition that is defined with database scoped credentials.
554-
# https://docs.microsoft.com/sql/t-sql/statements/create-external-data-source-transact-sql?view=sql-server-ver15&tabs=dedicated#h-create-external-data-source-to-access-data-in-azure-storage-using-the-abfs-interface
554+
# https://learn.microsoft.com/sql/t-sql/statements/create-external-data-source-transact-sql?view=sql-server-ver15&tabs=dedicated#h-create-external-data-source-to-access-data-in-azure-storage-using-the-abfs-interface
555555
# Data extracted from the SQL query will be staged to the storage path defined on the data source's location setting.
556556
.option(Constants.DATA_SOURCE, "<data_source_name>")
557557
.synapsesql("select <column_name>, count(*) as counts from <schema_name>.<table_name> group by <column_name>")

0 commit comments

Comments
 (0)