-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFirstLast.json
More file actions
53 lines (53 loc) · 1.82 KB
/
Copy pathFirstLast.json
File metadata and controls
53 lines (53 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "FirstLast",
"description": "",
"version": "1.0",
"culture": "en-US",
"modifiedTime": "2022-04-08T17:34:15.7549285+00:00",
"pbi:mashup": {
"fastCombine": false,
"allowNativeQueries": false,
"queriesMetadata": {
"Table": {
"queryId": "40914988-2996-4f3c-b94a-e109b6f2323f",
"queryName": "Table",
"loadEnabled": true
}
},
"document": "section Section1;\r\nshared Table = let\r\n Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText(\"i45Wcs4oyiwuyUzMU9JRCihKLc5JrVSKjQUA\", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [First = _t, Last = _t])\r\nin\r\n Source;\r\n"
},
"annotations": [
{
"name": "pbi:QueryGroups",
"value": "[]"
}
],
"entities": [
{
"$type": "LocalEntity",
"name": "Table",
"description": "",
"pbi:refreshPolicy": {
"$type": "FullRefreshPolicy",
"location": "Table.csv"
},
"attributes": [
{
"name": "First",
"dataType": "string"
},
{
"name": "Last",
"dataType": "string"
}
],
"partitions": [
{
"name": "FullRefreshPolicyPartition",
"refreshTime": "2022-04-08T17:34:43.1765768+00:00",
"location": "https://wabieus2bpcdsap1.blob.core.windows.net:443/bbdaf53a-3980-4bfb-8fad-e31799034a14/Table.csv?snapshot=2022-04-08T17%3A34%3A43.1322817Z"
}
]
}
]
}