justin
06/18/2020, 9:19 PM#prefect_test.py
import prefect
from prefect import task, Flow
@task
def hello_task():
    logger = prefect.context.get("logger")
    <http://logger.info|logger.info>("Hello, Cloud!")
flow = Flow("hello-flow", tasks=[hello_task])
flow.register()
flow.run_agent()prefect server start --hasura-port=3050<http://localhost:8080/flow/6e437b8f-9fc2-41c1-9862-311d9a423442>nicholas
justin
06/18/2020, 9:21 PMjustin
06/18/2020, 9:21 PMnicholas
endpointconfig.tomlnicholas
8080nicholas
justin
06/18/2020, 9:28 PMjustin
06/18/2020, 9:28 PMnicholas
justin
06/18/2020, 9:28 PMnicholas
nicholas
justin
06/18/2020, 9:29 PMx.x.x.x:8080?nicholas
justin
06/18/2020, 9:30 PM[server]
  [server.ui]
  graphql_url = "<http://0.0.0.0:4200/graphql>"
[endpoint]
  ui = "<http://0.0.0.0:8080>"justin
06/18/2020, 9:30 PMnicholas
justin
06/18/2020, 9:31 PMjustin
06/18/2020, 9:31 PMnicholas
justin
06/18/2020, 9:33 PMprefect backend serverjustin
06/18/2020, 9:34 PMnicholas
justin
06/18/2020, 9:34 PMnicholas
nicholas
justin
06/18/2020, 9:35 PMjustin
06/18/2020, 9:35 PMjustin
06/18/2020, 9:37 PMnicholas
/graphqljustin
06/18/2020, 9:37 PMjustin
06/18/2020, 9:38 PMnicholas
justin
06/18/2020, 9:38 PMjustin
06/18/2020, 9:38 PMnicholas
justin
06/18/2020, 9:38 PMGET query missing.nicholas
justin
06/18/2020, 9:41 PMnicholas
justin
06/18/2020, 9:41 PMjustin
06/18/2020, 9:42 PMjustin
06/18/2020, 9:43 PMjustin
06/18/2020, 9:43 PMnicholas
justin
06/18/2020, 9:44 PMjustin
06/18/2020, 9:46 PM