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.

貢獻者指南