André Bonatto
03/08/2021, 11:06 PMKyle Moon-Wright
03/08/2021, 11:23 PMAndré Bonatto
03/08/2021, 11:24 PMKyle Moon-Wright
03/08/2021, 11:26 PMprefect version
André Bonatto
03/08/2021, 11:28 PMKyle Moon-Wright
03/08/2021, 11:35 PMprefect server create-tenant --name test-name --slug test-slug
create a new tenant for you or do you hit that 401?André Bonatto
03/08/2021, 11:38 PMKyle Moon-Wright
03/08/2021, 11:44 PMAndré Bonatto
03/08/2021, 11:46 PMKyle Moon-Wright
03/08/2021, 11:49 PMAndré Bonatto
03/08/2021, 11:52 PMZanie
03/09/2021, 12:02 AMprefect diagnostics
André Bonatto
03/09/2021, 12:04 AMZanie
03/09/2021, 12:08 AMAndré Bonatto
03/09/2021, 12:09 AMZanie
03/09/2021, 12:48 AMset no_proxy=localhost
then run python -c "import requests; requests.get('<http://localhost:4200/graphql').raise_for_status()>"
and python -c "import requests; requests.get('<http://localhost:8080/').raise_for_status()>"
André Bonatto
03/09/2021, 12:56 AMZanie
03/09/2021, 12:59 AMpython -c "from prefect.client import Client; client = Client(); print(client.graphql({'query': {'tenant': {'id'}}}))"
André Bonatto
03/09/2021, 1:07 AMZanie
03/09/2021, 1:09 AMAndré Bonatto
03/09/2021, 1:14 AMZanie
03/09/2021, 1:17 AMdocker ps
?André Bonatto
03/09/2021, 1:17 AMZanie
03/09/2021, 1:17 AMAndré Bonatto
03/09/2021, 1:20 AMZanie
03/09/2021, 1:22 AMAndré Bonatto
03/09/2021, 1:24 AMChris White
03/09/2021, 1:50 AMMarvin
03/09/2021, 1:50 AMZanie
03/09/2021, 3:18 PMSchema
button on the right side. If you open it, is there a schema defined? Can you run the query there?prefect server start
creates one for you by default, perhaps that's why you're encountering that error.André Bonatto
03/09/2021, 4:14 PMZanie
03/09/2021, 4:37 PMprefect server start
André Bonatto
03/09/2021, 10:55 PM