itay livni
07/01/2020, 4:45 PMprefect.utilities.exceptions.ClientError: [{'path': ['create_flow_from_compressed_string'], 'message': '[{\'extensions\': {\'path\': \'$.variableValues\', \'code\': \'validation-failed\'}, \'message\': "no such type exists in the schema: \'flow_group_insert_input\'"}]', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
Thanksjosh
07/01/2020, 4:50 PMprefect auth login -t
with a USER token?itay livni
07/01/2020, 4:55 PMprefect auth login --token xyz
and was getting
Auth token already present in config.
josh
07/01/2020, 4:57 PM~/.prefect/config.toml
? I believe error message means you have a manual override and it shouldn’t be neededitay livni
07/01/2020, 4:59 PMjosh
07/01/2020, 4:59 PMitay livni
07/01/2020, 5:12 PMprefect auth login -t new-token
3. registered successfully.
when I retried uncommented auth in config.toml it register failed againjosh
07/01/2020, 5:12 PMitay livni
07/01/2020, 5:20 PMjosh
07/01/2020, 5:28 PMitay livni
07/01/2020, 6:03 PM