Parser is not handling append_date_dirs correctly
Open
- Dominant language
- Python
- Stars
- 252
- Forks
- 60
- Avg merge
- 8d 4h
- Merged PRs (30d)
- 3
Description
Two problems:
1. Data directories are not assembled correctly because prepare_target_name() is in-place modifying partition_keys.
2. The full target_path isn't being built correctly because the trailing forward slash is stripped, but not replaced properly.
Contributor guide
Assessment
This issue has not been assessed yet.