Skip to content

Commit

Permalink
[ADLA] - Catalog - Add stream path to USqlTableFragment (#5329)
Browse files Browse the repository at this point in the history
  • Loading branch information
idear1203 authored and sarangan12 committed Mar 7, 2019
1 parent 04d09a9 commit acae03b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3929,6 +3929,10 @@
"type": "string",
"format": "date-time",
"description": "the creation time of the table fragment."
},
"streamPath": {
"type": "string",
"description": "the relative path for the table fragment location."
}
},
"description": "A Data Lake Analytics catalog U-SQL table fragment item."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"indexId": 1,
"size": 33786,
"rowCount": 1,
"createDate": "2017-10-11T06:38:31.567-07:00"
"createDate": "2017-10-11T06:38:31.567-07:00",
"streamPath":"catalog/database/86bf2a20-b511-48c8-91c5-1f73c4c0ec74/schema/b83d3be1-9e11-40b7-85f9-ad823efe2414/table/1e666ab1-d6f0-4990-8180-1a6160caf405/91193f18-06dd-47a2-96fa-2cca3b4777e1.ss"
}]
}
}
Expand Down

0 comments on commit acae03b

Please sign in to comment.