We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e23e2 commit 5051fe0Copy full SHA for 5051fe0
components/renku_data_services/notebooks/core_sessions.py
@@ -340,7 +340,8 @@ async def get_data_sources(
340
)
341
342
# Add annotations to track skipped data connectors
343
- annotations: dict[str, str] = {"renku.io/mounted_data_connectors_ids": json.dumps(sorted(dcs.keys()))}
+ # annotations: dict[str, str] = {"renku.io/mounted_data_connectors_ids": json.dumps(sorted(dcs.keys()))}
344
+ annotations: dict[str, str] = dict()
345
if skipped_dcs:
346
annotations["renku.io/skipped_data_connectors_ids"] = json.dumps(sorted(skipped_dcs))
347
0 commit comments