Skip to content

Commit a9491a5

Browse files
committed
Revised for style
1 parent c6f23f6 commit a9491a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/maker/data-platform/export-data-lake-faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: Get answers to frequently asked questions about Power Apps Azure Synapse Link for Dataverse.
55
author: sabinn-msft
66
ms.search.keywords:
7-
ms.date: 12/15/2022
7+
ms.date: 01/05/2023
88
ms.author: sabinn
99
ms.reviewer:
1010
contributors: JasonHQX
@@ -34,9 +34,9 @@ sections:
3434
Deleting a row is handled differently based on which data write options you choose:
3535
- In-place update: This is the default mode and when you delete a table row in this mode, the row is also deleted from the corresponding data partition in the Azure Data Lake. In other words, data is hard deleted from the destination.
3636
- Append-only: In this mode, when a Dataverse table row is deleted, it is not hard deleted from the destination. Instead, a row is added and set as isDeleted=True to the file in the corresponding data partition in Azure Data Lake.
37-
- question: Why the Model.json file increases/changes the lengths for the data types and does not keep what is defined in the Dataverse?
37+
- question: Why the Model.json file increases or changes the length for the data types and does not keep what is defined in Dataverse?
3838
answer: |
39-
Model.json keeps Database length for the fields size. Dataverse has a concept of Database length for each field. If you create a field with a field size of 200 and later reduce it to 100, Dataverse still allows your existing data to be present in DV. It does that by keeping DBLength to 200 and MaxLength to 100. What you see in Model.json is DBLength and if you use that for downstream processes you will never provision lesser space for your Dataverse fields.
39+
Model.json keeps the database length for the column's size. Dataverse has a concept of database length for each column. If you create a column with a size of 200 and later reduce it to 100, Dataverse still allows your existing data to be present in Dataverse. It does that by keeping DBLength to 200 and MaxLength to 100. What you see in Model.json is DBLength and if you use that for downstream processes you will never provision lesser space for your Dataverse columns.
4040
- question: What date and time formats can be expected in exported Dataverse tables?
4141
answer: |
4242
There are three date and time formats that can be expected in the exported Dataverse tables.

0 commit comments

Comments
 (0)