Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 general forum
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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,607 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,847 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,150

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans