You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (local platform and source/target platforms):
Microsoft Visual Studio Community 2022
Version 17.12.0 Preview 2.1
VisualStudio.17.Preview/17.12.0-pre.2.1+35323.107
Microsoft .NET Framework
Version 4.8.09032
Installed Version: Community
SQL Server Data Tools 17.12.19.0
Microsoft SQL Server Data Tools
Steps to Reproduce:
Create external file format as below in Serverless Pool.
CREATE EXTERNAL FILE FORMAT [SynapseCsvFormat]
WITH ( FORMAT_TYPE = DELIMITEDTEXT,
FORMAT_OPTIONS(FIELD_TERMINATOR = ',', STRING_DELIMITER = '''', FIRST_ROW = 2) )
Import or Update the project from database.
In the External Resources folder, search for above file format.
It is missing the FORMAT_OPTIONS - FIRST_ROW = 2
Did this occur in prior versions? If not - which version(s) did it work in? not sure
Same issue with ADS
Dedicated SQL looking good
(DacFx/SqlPackage/SSMS/Azure Data Studio)
The text was updated successfully, but these errors were encountered:
Microsoft Visual Studio Community 2022
Version 17.12.0 Preview 2.1
VisualStudio.17.Preview/17.12.0-pre.2.1+35323.107
Microsoft .NET Framework
Version 4.8.09032
Installed Version: Community
SQL Server Data Tools 17.12.19.0
Microsoft SQL Server Data Tools
Steps to Reproduce:
Did this occur in prior versions? If not - which version(s) did it work in? not sure
Same issue with ADS
Dedicated SQL looking good
(DacFx/SqlPackage/SSMS/Azure Data Studio)
The text was updated successfully, but these errors were encountered: