Ross Teach
09/02/2022, 1:21 PMprefect.exceptions.PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<https://api.prefect.cloud/api/accounts/043b2649-9d07-4c5e-8225-521ba2275e68/workspaces/689b139b-a725-4c2b-b167-86a705b8789d/task_runs/>'
Response: {'exception_message': 'Internal Server Error'}
For more information check: <https://httpstatuses.com/500>
Jeff Hale
09/02/2022, 2:14 PMRoss Teach
09/02/2022, 2:16 PMKhuyen Tran
09/02/2022, 2:43 PMRoss Teach
09/02/2022, 2:44 PMKhuyen Tran
09/02/2022, 2:46 PMRoss Teach
09/02/2022, 2:46 PMdeployment = Deployment.build_from_flow(
flow=main,
name='prod',
description='Google Campaign Manager 360 DBT Job',
tags=[Tag.PROD.value, Tag.GOOGLE.value, Tag.DBT.value],
version=version,
work_queue_name='prod',
schedule=CronSchedule(cron='30 7 * * *', timezone='America/New_York'),
storage=S3.load('prod'),
infrastructure=DockerContainer(
image=f'<http://ghcr.io/kortxio/hub-prefect:{version}|ghcr.io/kortxio/hub-prefect:{version}>').dict(),
infra_overrides=dict(env={'PREFECT_LOGGING_LEVEL': 'DEBUG'}),
)
Khuyen Tran
09/02/2022, 2:48 PMRoss Teach
09/02/2022, 2:49 PMrefect.exceptions.PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<https://api.prefect.cloud/api/accounts/043b2649-9d07-4c5e-8225-521ba2275e68/workspaces/689b139b-a725-4c2b-b167-86a705b8789d/task_runs/875fd2bb-334f-4b3c-b5f1-8374a133f892/set_state>'
Response: {'exception_message': 'Internal Server Error'}
For more information check: <https://httpstatuses.com/500>
Jeff Hale
09/02/2022, 3:01 PM