Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADLA] - Catalog - Add stream path to USqlTableFragment #5329

Merged
merged 1 commit into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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