yu zeng
07/18/2022, 5:30 AMwith Flow("m20m30_trigger_daily",storage = STORAGE) as flow:
flow_run = create_flow_run(flow_name="epl",
project_name="epl",
parameters={"param-key": {
"config": "base",
"cus_config": {},
"dataset_name": "eftp_m20_0701_0716_no_sensor_tiny_400",
"run_checker": 0,
"run_labeling": 0,
"run_tagging": 0,
"tags": "eftp_m20_0701_0716_no_sensor_tiny_400"
} })
Task 'create_flow_run': Exception encountered during task execution!
Traceback (most recent call last):
File "/opt/conda/lib/python3.7/site-packages/prefect/engine/task_runner.py", line 884, in get_task_run_state
logger=self.logger,
File "/opt/conda/lib/python3.7/site-packages/prefect/utilities/executors.py", line 468, in run_task_with_timeout
return task.run(*args, **kwargs) # type: ignore
File "/usr/local/lib/python3.7/dist-packages/prefect/tasks/prefect/flow_run.py", line 167, in create_flow_run
File "/opt/conda/lib/python3.7/site-packages/prefect/client/client.py", line 1008, in get_cloud_url
tenant_slug = self.get_default_tenant_slug()
File "/opt/conda/lib/python3.7/site-packages/prefect/client/client.py", line 1035, in get_default_tenant_slug
if tenant.id == self.tenant_id:
File "/opt/conda/lib/python3.7/site-packages/prefect/client/client.py", line 271, in tenant_id
self._tenant_id = self._get_auth_tenant()
File "/opt/conda/lib/python3.7/site-packages/prefect/client/client.py", line 162, in _get_auth_tenant
raise ValueError("You have not set an API key for authentication.")
ValueError: You have not set an API key for authentication.
Anna Geller
07/18/2022, 10:41 AMprefect backend server
check this page with resources on troubleshooting Server issues https://discourse.prefect.io/t/troubleshooting-prefect-server-issues-list-of-resources-you-may-check/1011Arun Giridharan
09/20/2022, 6:29 PMAnna Geller
09/20/2022, 6:35 PMprefect orion start
- docs: docs.prefect.ioArun Giridharan
09/20/2022, 6:37 PMAnna Geller
09/20/2022, 6:51 PM