This repository was archived by the owner on Feb 22, 2024. It is now read-only.
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Unpack filters don't work as documented #26
Open
Description
Description
I run the below as per the readme:
canvasDataCli unpack -c path/to/config.js -f user_dim,account_dim
I get:
no files matched filter, nothing will be unpacked
unpack command completed successfully
If I run the following for each table/file individually it works as expexted:
canvasDataCli unpack -c config.js -f user_dim
canvasDataCli unpack -c config.js -f account_dim
There seems to be an issue parsing the -f parameter.
Additional Information
- Node Version: v10.19.0
- Platform: Ubuntu 20.0.4.1
- Logs: (If you can please run the CLI with:
-l debug
and provide us the debug logs.)
Metadata
Metadata
Assignees
Labels
No labels