Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Reflect new schema in kusto filesd
  • Loading branch information
hallipr committed Feb 29, 2024
commit e9d6176291cc991851b9c5923131d62c44dcac6a
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
SourceVersion: string,
Status: string,
Tags: string,
Uri: string,
Url: string,
ValidationResults: string,
EtlIngestDate: datetime
) with (folder='', docstring='')
Expand Down Expand Up @@ -89,7 +89,7 @@
{ "column": "SourceVersion", "path": "$['sourceVersion']" },
{ "column": "Status", "path": "$['status']" },
{ "column": "Tags", "path": "$['tags']" },
{ "column": "Uri", "path": "$['uri']" },
{ "column": "Url", "path": "$['url']" },
{ "column": "ValidationResults", "path": "$['validationResults']" },
{ "column": "EtlIngestDate", "path": "$['etlIngestDate']" }
]```
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
RepositoryName: string,
CreatedDate: datetime,
DefaultBranch: string,
DraftOfId: long,
DraftOfName: string,
DraftOfProjectId: string,
DraftOfProjectName: string,
DraftOfProjectRevision: long,
DraftOfProjectState: string,
DraftOfProjectVisibility: string,
DraftOfQueueStatus: string,
DraftOfRevision: long,
DraftOfType: string,
DraftOfUri: string,
ProjectName: string,
ProjectRevision: long,
ProjectState: string,
Expand All @@ -31,7 +20,7 @@
QueuePoolName: string,
QueueStatus: string,
Type: string,
Uri: string,
Url: string,
BadgeEnabled: bool,
BuildNumberFormat: string,
Comment: string,
Expand Down Expand Up @@ -65,17 +54,6 @@
{ "column": "RepositoryName", "path": "$['repositoryName']" },
{ "column": "CreatedDate", "path": "$['createdDate']" },
{ "column": "DefaultBranch", "path": "$['defaultBranch']" },
{ "column": "DraftOfId", "path": "$['draftOfId']" },
{ "column": "DraftOfName", "path": "$['draftOfName']" },
{ "column": "DraftOfProjectId", "path": "$['draftOfProjectId']" },
{ "column": "DraftOfProjectName", "path": "$['draftOfProjectName']" },
{ "column": "DraftOfProjectRevision", "path": "$['draftOfProjectRevision']" },
{ "column": "DraftOfProjectState", "path": "$['draftOfProjectState']" },
{ "column": "DraftOfProjectVisibility", "path": "$['draftOfProjectVisibility']" },
{ "column": "DraftOfQueueStatus", "path": "$['draftOfQueueStatus']" },
{ "column": "DraftOfRevision", "path": "$['draftOfRevision']" },
{ "column": "DraftOfType", "path": "$['draftOfType']" },
{ "column": "DraftOfUri", "path": "$['draftOfUri']" },
{ "column": "ProjectName", "path": "$['projectName']" },
{ "column": "ProjectRevision", "path": "$['projectRevision']" },
{ "column": "ProjectState", "path": "$['projectState']" },
Expand All @@ -87,7 +65,7 @@
{ "column": "QueuePoolName", "path": "$['queuePoolName']" },
{ "column": "QueueStatus", "path": "$['queueStatus']" },
{ "column": "Type", "path": "$['type']" },
{ "column": "Uri", "path": "$['uri']" },
{ "column": "Url", "path": "$['url']" },
{ "column": "BadgeEnabled", "path": "$['badgeEnabled']" },
{ "column": "BuildNumberFormat", "path": "$['buildNumberFormat']" },
{ "column": "Comment", "path": "$['comment']" },
Expand Down