Andreas Nord
09/20/2022, 9:07 AM08:57:40.650 | INFO | Task run 'task_name-6b80d8b6-24' - Finished in state Completed()
08:57:59.061 | INFO | prefect.infrastructure.docker-container - Docker container 'adaptable-quoll' has status 'exited'
And the Prefect Cloud log like this:
Created task run 'task_name-6b80d8b6-24' for task 'task_name'
10:57:39 AM
Executing 'task_name-6b80d8b6-24' immediately..
The flow run is stuck at 'running' in the Prefect Cloud UI.
This is only the case for one of my flows, but the final tasks of the flow are the same tasks as for my other flows.José Duarte
09/20/2022, 12:10 PMVadym Dytyniak
09/20/2022, 12:41 PMpydantic.error_wrappers.ValidationError: 9 validation errors for Deployment
schedule -> interval
field required (type=value_error.missing)
schedule -> calendar_id
extra fields not permitted (type=value_error.extra)
schedule -> run_times
extra fields not permitted (type=value_error.extra)
schedule -> cron
field required (type=value_error.missing)
schedule -> calendar_id
extra fields not permitted (type=value_error.extra)
schedule -> run_times
extra fields not permitted (type=value_error.extra)
schedule -> rrule
field required (type=value_error.missing)
schedule -> calendar_id
extra fields not permitted (type=value_error.extra)
schedule -> run_times
extra fields not permitted (type=value_error.extra)
Robin Weiß
09/20/2022, 1:56 PMprefect deployment run flow/deployment paramA=1 paramB=2
Am I missing something super obvious here? 😅
Thanks!Evan Curtin
09/20/2022, 1:56 PMResult
equivalent in prefect 2.0? 🙂Vadym Dytyniak
09/20/2022, 2:37 PMRDATE:20220920T200000Z,20220921T133000Z
UI says: 'Every year' schedule:Vadym Dytyniak
09/20/2022, 2:41 PMSam Garvis
09/20/2022, 2:43 PMAlexandru Anghel
09/20/2022, 3:21 PMTypeError: cannot pickle '_thread.RLock' object
I can see the application being registered inside the spark cluster.
Thanks!badasstronaut
09/20/2022, 4:06 PMconda
package for prefect-aws
. I can just use pip
to keep moving forward, but I was curious about the inconsistency. Other prefect packages are available.Chris Gunderson
09/20/2022, 5:00 PMMadison Schott
09/20/2022, 7:11 PMMadison Schott
09/20/2022, 7:50 PMwith Flow("data_pipeline_test_new_account", storage=STORAGE, run_config=RUN_CONFIG) as data_pipeline_test_new_account:
Chris Gunderson
09/20/2022, 10:11 PMRUN /bin/sh -c "prefect cloud login -k $(cat ./api_key.txt) --workspace $(cat ./workspace.txt)"
Faheem Khan
09/21/2022, 12:24 AMinternal server error
. Other errors that appears from agent logs are, RunTime error: The connection pool was closed while 9 HTTP requests/responses were still in flight.
Ryan Sattler
09/21/2022, 1:03 AMDan Horne
09/21/2022, 4:55 AMYaron Levi
09/21/2022, 5:03 AMVaikath Job
09/21/2022, 5:25 AMNic
09/21/2022, 6:42 AMmax
09/21/2022, 6:58 AMVikas
09/21/2022, 7:08 AMNic
09/21/2022, 8:55 AMStephen Herron
09/21/2022, 10:53 AMnetworkConfiguration
and thus awsvpcConfiguration
, to allow the flow to run under specific subnets/security groups but this doesn’t seem possible in prefect2 using this task at the moment?Meet Patel
09/21/2022, 11:22 AMEbenezer Ankrah
09/21/2022, 11:41 AMOlivér Atanaszov
09/21/2022, 11:50 AMKubernetesRun
objects, I tried to modify the `metadata.labels`field, but apparently it gets overwritten by Prefect Cloud. I've also tried to modify annotations
but that also didn't appear when checking kubectl describe pod
.
Is there a workaround or a different approach that comes to your mind?Parwez Noori
09/21/2022, 12:48 PMVladislav
09/21/2022, 12:55 PMMeet Patel
09/21/2022, 2:02 PM