Skip to content

Commit 52a4be8

Browse files
authored
fix: set jbda feeds to published on import (#1615)
1 parent e82f21e commit 52a4be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-python/tasks_executor/src/tasks/data_import/jbda/import_jbda_feeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _update_common_feed_fields(
150150
else None
151151
)
152152
feed.status = "active"
153-
feed.operational_status = "wip"
153+
feed.operational_status = "published"
154154
feed.note = list_item.get("feed_memo")
155155

156156
# Ensure a JBDA external id exists; only append if missing.

0 commit comments

Comments
 (0)