Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Azure Synapse Link: GlobalOptionSetMetadata error

(1) ShareShare
ReportReport
Posted on by 2
Hi All.
 
I am testing the new synapse link with incremental data in csv format to adls by using the ADF template Copy Dataverse data into Azure SQL using Synapse Link.
 
Pipeline is working fine except for the copy activity for GlobalOptionSetMetadata. In the table creation script generated by default in the template I have the following:
///
CREATE TABLE '+ @schemaName + '.' + '[' + @tablePrefix + 'GlobalOptionSetMetadata](
    [OptionSetName] [nvarchar](128) NOT NULL,
    [Option] [int] NOT NULL,
    [IsUserLocalizedLabel] [bit] NOT NULL,
    [LocalizedLabelLanguageCode] [int] NOT NULL,
    [LocalizedLabel] [nvarchar](700) NULL,
    [GlobalOptionSetName] [varchar](128) NOT NULL DEFAULT (''''),
    [EntityName] [varchar](128) NOT NULL,
PRIMARY KEY CLUSTERED
(
    [GlobalOptionSetName] ASC,
    [OptionSetName] ASC,
    [Option] ASC,
    [IsUserLocalizedLabel] ASC,
    [LocalizedLabelLanguageCode] ASC,
    [EntityName] ASC
)
) ON [PRIMARY]';
 
///
In the csv file I am getting via Synapse Link I see that I have one extra column. Does anyone know how I can get rid of this extra column in the csv file?  Thanks in advance!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,118 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,866 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans