Kirill Bolashev

Results 9 comments of Kirill Bolashev

Alternatively, a DAGSHUB_LOG_LEVEL command that allows you to set the logging level

Hi there! Can you try adding the token via the CLI? It will be cached for later use so you won't have to login again `dagshub login --token ""` This...

Glad you got it figured out! We need to add a clean-up feature to the cache that checks if the tokens are valid or not, or at the very least...

Added with following PRs: https://github.com/DagsHub/client/pull/425 https://github.com/DagsHub/client/pull/424

Changes to be done: - Log ONLY to the active run, no point in creating a run on the datasource's repo as it turns out - Come up with a...

Changed it so it logs to the current one. The format is `autolog__.dagshub.json`. Decided that adding the repo is a bit too verbose. Example: ![image](https://github.com/DagsHub/client/assets/111061261/af9266c9-b5e0-45cb-8c83-04347f4029ed)

![](https://github.trello.services/images/mini-trello-icon.png) [Python Client: Allow multiple install_hooks at the same time](https://trello.com/c/vrxIM865/1972-python-client-allow-multiple-installhooks-at-the-same-time)

@itssiddhantjain Feel free to make a PR for whatever issue you want to tackle 👍

All the CLI commands have a `-v` flag that makes the output more and more verbose