microsoft / Dynamics-365-FastTrack-Implementation-Assets

Dynamics 365 FastTrack Implementation guides
MIT License
284 stars 188 forks source link

New Custom Fields Missing from tables #323

Open snowstar090 opened 2 months ago

snowstar090 commented 2 months ago

Hello,

I created the DVLinkToSQL_Incremental_Copy pipeline and it works fine.

However, I notice that new custom fields added in F&O are not added from Dataverse to my dedicated SQL pool. To view new custom fields in SQL, I have to put a new schema name in the schema parameter and then I see them. But then I have a new set of tables in my SQL Pool.

Is there a way to add new custom fields in SQL Pool without running the pipeline with a new schema?

Any help is appreciated.

Thanks!