wip: debug and get automationDetails into CSV output

This commit is contained in:
Michael Hohn
2023-07-12 17:04:23 -07:00
committed by =Michael Hohn
parent 742392338e
commit 68b43e0514
6 changed files with 267 additions and 24 deletions

View File

@@ -46,7 +46,8 @@ columns = {
"creation_date",
"repo_url" ,
"primary_language" ,
"languages_analyzed"
"languages_analyzed",
"automationDetails",
],
"codeflows" : [
"codeflow_id",
@@ -62,4 +63,4 @@ columns = {
"uriBaseId",
"message"
]
}
}