Skip to content

Commit 5051fe0

Browse files
committed
wip
1 parent f5e23e2 commit 5051fe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/renku_data_services/notebooks/core_sessions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ async def get_data_sources(
340340
)
341341

342342
# Add annotations to track skipped data connectors
343-
annotations: dict[str, str] = {"renku.io/mounted_data_connectors_ids": json.dumps(sorted(dcs.keys()))}
343+
# annotations: dict[str, str] = {"renku.io/mounted_data_connectors_ids": json.dumps(sorted(dcs.keys()))}
344+
annotations: dict[str, str] = dict()
344345
if skipped_dcs:
345346
annotations["renku.io/skipped_data_connectors_ids"] = json.dumps(sorted(skipped_dcs))
346347

0 commit comments

Comments
 (0)