feathr-ai/feathr

Path concatenation without forward slash

开放

#297 创建于 2022年5月23日

 (0 条评论) (0 个反应) (0 位负责人)Scala (244 个派生)batch import
featuregood first issue

仓库指标

星标
 (1,929 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

This is reported by Manjunath from Slack channel. For work_dir: "dbfs:/feathr_getting_started" The user was running jupyter notebook from windows. without forward slash('dbfs:/feathr_getting_started') the job configs were coming as '--join-config', 'dbfs:/feathr_getting_started\feature_join.conf'

To fix this, the user need to add foward slash: work_dir: "dbfs:/feathr_getting_started"

We should add validation or automatically append a forward slash. The best way would be using Path utils that can join files/folders properly.

贡献者指南