Replies: 1 comment 5 replies
-
|
Hi @dschwalb , Can you check the python version you are using? And try to reinstall the cstools seems like it is not able to find the python. For the archiver, It only supports liveboards and answers. you can use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to load the results into BigQuery instead of a CSV file (as originally noted), but I'm encountering an issue. Here's the command I'm using:
cs_tools tools archiver identify --content ALL --recent-activity 180 --recent-modified 180 --dry-run --syncer "bigquery://syncer-bigquery.toml" --config lightricks-configHere's the relevant part of the TOML file:
And here's part of the error message:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/dschwalb/Library/Application Support/cs_tools/.cs_tools/bin/python3.12'Appreciate your help!
Also, I have a couple of questions about the cs_tools tools archiver remove command:
Does it permanently delete files with no recovery option, or is there some kind of archive or backup?
Does it remove only Liveboards and Answers, or can it also delete models/tables?
I ran the identify command and then opened a Liveboard that had been marked as unseen and unmodified. After that, I ran the command again an hour later, but the same Liveboard was still included in the results, which was unexpected. Could you clarify this behavior?
Beta Was this translation helpful? Give feedback.
All reactions