Remove automationDetails from CSV output

This reverses commit 68b43e05 to keep the CSV compatible with prior output
This commit is contained in:
Michael Hohn
2023-07-17 10:30:35 -07:00
committed by =Michael Hohn
parent 8820186152
commit ebeaced0f4
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ columns = {
"repo_url" , "repo_url" ,
"primary_language" , "primary_language" ,
"languages_analyzed", "languages_analyzed",
"automationDetails", # "automationDetails",
], ],
"codeflows" : [ "codeflows" : [
"codeflow_id", "codeflow_id",

View File

@@ -70,7 +70,7 @@ class ScanTablesTypes:
"repo_url" : pd.StringDtype(), "repo_url" : pd.StringDtype(),
"primary_language" : pd.StringDtype(), "primary_language" : pd.StringDtype(),
"languages_analyzed" : pd.StringDtype(), "languages_analyzed" : pd.StringDtype(),
"automationDetails" : pd.StringDtype(), # "automationDetails" : pd.StringDtype(),
} }
# #