Closed acjdekorte closed 5 days ago
@acjdekorte thanks for the addition! Indeed I thnk this is a good idea to always export the primary key. Moslty in Farbic or Data Lake the GUID per table is fine. But this additional is a good feature. Thanks!
@Bertverbeek4PS Thank you for accepting this pullrequest. You are aware that this caused the automatic test to fail, since the new import now contained more fields (to be more precise the code field of reason code table)?
@Bertverbeek4PS Thank you for accepting this pullrequest. You are aware that this caused the automatic test to fail, since the new import now contained more fields (to be more precise the code field of reason code table)?
Yes indeed. I will need to look add those tests again. Thanks for pointing me to this.
We have recently added the functionality to ensure the addition of the primary key fields on table export. We have performed this since we running into problems with our azure data factory when not all primary key fields were present on the table export. Additionally we highlighted the Index fields in the list of fields.
We think that this might be a nice addition to the community version as well.