Reputation
Badges 1
43 × Eureka!No, this is the first user in the brain company.
- delete documents in
auth.user
andbackend.user
- > see picture
I am sure that I delete this user in auth.user
and backend.user
before call auth.create_user
hi , @<1687645223846416384:profile|GracefulToad94> .
About Upgrade.
This version is deployed in the productive environment, so it is not easy to upgrade it.
About special user.
an ordinary user with the following information:
url:
createRequest:
type AuthCreateUserReq struct {
Avatar string
// brain, this value is also configured for apiserver's env CLEARML__APISERVER__DEFAULT_COMPANY(brain)
...
I check it with the following result:
action:
auth.create_user
mongo:
see picture
apiserver logs:
`[2022-05-17 10:02:50,024] [8] [WARNING] [clearml.service_repo] Returned 400 for auth.create_user in 8ms, msg=Value combination already exists: email=
`
which collection?
no, I just suspend this issue.
Sorry, I can not understand what does nut from
mean.
According to pipeline_from_functions.py
, it is easy to understand that step1 returns data_frame
and I can use it as input of step2. But I have no idea what string reference could be used when steps come from Task?
code
pipe.add_function_step(
name='step_one',
function=step_one,
function_kwargs=dict(pickle_data_url='${pipeline.url}'),
function_return=['data_frame'],
cache_executed_step=True,
)
pipe.add_function_step(
name='step_two',
# parents=['st...
I want to know the total fields(string reference mentioned above) which can be used as input of step2. Are these fields of ClearML Task?
In any case, the said credentials are valid for the company ID defined usingĀ
apiserver.default_company
It really works for apiserver, but webserver does not have the default_company configuration.
Also - did you start with a fresh DB after changing the default company value?
No, I just restart the apiserver and webserver pod.
And no real scheduling in README exactly means that ClearML will not do scheduling for task which may provided in paid tier? In other words, Kubernetes will schedule the Pod for me. Is it right?