David N
03/31/2020, 7:33 PMResult Handler check: OK
/home/ec2-user/venv/prefect/lib64/python3.7/site-packages/prefect/core/task.py:258: UserWarning: DEPRECATED: all cache_* options on a Task will be deprecated in 0.11.0, and removed in 0.12.0; the options will be moved to a Task's prefect.engine.Result object.
UserWarning,
Flow: <http://localhost:8080/flow/ef63906a-6e2b-4b7b-aba5-6e9303560e5f>
But I dont see anything changing in the UI, and dont see anything under the "Flows" link. I have this running on an ec2 machine so I dont use "localhost", but can reach the UI.. Just looks like it knows nothing about the flow. What have I missed?Scott Zelenka
03/31/2020, 8:05 PMDavid N
03/31/2020, 8:23 PMjosh
03/31/2020, 8:38 PM<http://localhost:4200>
? I believe that’s what the UI is currently set to look for. In the original message you mention that you don’t use “localhost” so I’m not sure what you’re serving onfrom prefect import config
print(config.server.endpoint)
David N
03/31/2020, 8:46 PMfrom prefect import config
print(config.server.endpoint)
Output:
<http://localhost:4200>
josh
03/31/2020, 8:48 PMprefect server start
?David N
03/31/2020, 8:50 PM(prefect) [ec2-user@ip-10-118-33-125 dbt_workflow]$ prefect get flows
NAME VERSION AGE
hello-flow 3 22 minutes ago
josh
03/31/2020, 8:53 PMnicholas
David N
03/31/2020, 8:58 PMnicholas
David N
03/31/2020, 8:59 PMindex.js:111 POST <http://localhost:4200/graphql/> net::ERR_CONNECTION_REFUSED
(anonymous) @ index.js:111
e @ Observable.js:197
value @ Observable.js:279
(anonymous) @ bundle.esm.js:13
Promise.then (async)
(anonymous) @ bundle.esm.js:12
e @ Observable.js:197
....etc....
nicholas
David N
03/31/2020, 9:03 PMnicholas
/etc/hosts
file to point localhost:4200
to your server's endpointDavid N
03/31/2020, 9:12 PMnicholas
ishan
04/03/2020, 3:22 PM