I think I've made progress. Not throwing a react error, and appears to accept my credentials (both u/p or token). However...
Logging in...
OK!
Getting fields...
Error fetching metadata. Reason: Error: [request-error] Token authentication was not successful. Check credentials.
is the result of running:
npx @sisense/sdk-cli@latest get-data-model --token xxx --output src/model.ts --dataSource "Executive Model" --url xxx
I could use some clarity if my "dataSource" is the correct name/target, and if that failure is more about account permission-level for the data source, or is something else going on?