feathr-ai/feathr

Path concatenation without forward slash

オープン

#297 opened on 2022/05/23

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Scala (244 件のフォーク)batch import
featuregood first issue

Repository metrics

Stars
 (1,929 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド