Skip to content

Commit 5b357b5

Browse files
committed
fixed outreach script to include carousel desc
1 parent 57566e9 commit 5b357b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ingestion/outreach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
for k,v in dccs.iterrows():
1616
dcc_mapper[v["short_label"]] = k
1717

18-
outreach_columns = ["title", "short_description", "description", "tags", "agenda", "featured", "active", "start_date", "end_date", "application_start", "application_end", "link", "image", "carousel", "cfde_specific", "flyer"]
18+
outreach_columns = ["title", "short_description", "description", "tags", "agenda", "featured", "active", "start_date", "end_date", "application_start", "application_end", "link", "image", "carousel", "carousel_description", "cfde_specific", "flyer"]
1919
dcc_outreach_columns = ["outreach_id", "dcc_id"]
2020

2121
outreach_df = pd.DataFrame("-", index=[], columns=outreach_columns)

0 commit comments

Comments
 (0)