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 8a6a74a commit 7e8ece6Copy full SHA for 7e8ece6
components/renku_data_services/notebooks/core_sessions.py
@@ -302,6 +302,7 @@ async def get_data_sources(
302
# NOTE: if 'skip' is true, we do not mount that data connector
303
if dco.skip:
304
del dcs[dc_id]
305
+ continue
306
if dco.target_path is not None and not PurePosixPath(dco.target_path).is_absolute():
307
dco.target_path = (work_dir / dco.target_path).as_posix()
308
dcs[dc_id] = dcs[dc_id].with_override(dco)
0 commit comments