Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Azure Synapse Link: GlobalOptionSetMetadata error

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans