Bianca Hoch
11/01/2022, 2:17 PMJeff Hale
11/01/2022, 2:17 PMRyan Peden
11/01/2022, 2:17 PMKhuyen Tran
11/01/2022, 2:17 PMOrbit
11/01/2022, 2:54 PMLinen
11/01/2022, 2:54 PMDiscourse Integration
11/01/2022, 2:54 PMNelson Griffiths
11/01/2022, 3:03 PMKevin Grismore
11/01/2022, 3:07 PMRob Freedy
11/01/2022, 3:09 PMJamie Zieziula
11/01/2022, 3:17 PMNate
11/01/2022, 3:30 PMJames Sopkin
11/01/2022, 3:34 PMOwen McMahon
11/01/2022, 4:22 PMAndrew Huang
11/01/2022, 4:26 PMJosh
11/01/2022, 4:35 PMAnthony Head
11/01/2022, 4:44 PMKalise Richmond
11/03/2022, 5:10 PMEden
11/16/2022, 9:06 AMNelson Griffiths
12/05/2022, 7:33 PMprefect
and prefect-gcp
Steven Trimboli
12/07/2022, 6:09 PMfrom prefect_gcp import GcpCredentials
gcp_credentials_block = GcpCredentials.load("bq-credentials")
bigquery_client = bigquery.Client(credentials=gcp_credentials_block)
I receive this error message: "ValueError: This library only supports credentials from google-auth-library-python. See https://google-auth.readthedocs.io/en/latest/ for help on authentication with this library."
How can I pass credentials to GCP successfully?Yoanis Gil
12/07/2022, 6:15 PMNelson Griffiths
12/14/2022, 8:48 PMWarning! Failed to load collection 'prefect_gcp_aiplatform': ModuleNotFoundError: No module named 'google.cloud.aiplatform'
Nelson Griffiths
12/14/2022, 10:42 PMSubmission failed. KeyError: "No class found for dispatch key 'cloud-run-job' in registry for type 'Block'."
Not quite sure what it means?Miguel Moncada
01/04/2023, 11:36 AMSubmission failed. KeyError: "No class found for dispatch key 'cloud-run-job' in registry for type 'Block'."
Probably it's due to a misconfiguration on the deployment python file (or maybe the infrastructure block itself?), adding more info to the thread π€anurag ambuja
01/05/2023, 10:50 AMMiguel Moncada
01/10/2023, 8:51 AMGcsBucket.load
classmethod following the reference here.
ValueError: Unable to find block document named tam-2759-bucket for block type gcs-bucket
More details in the thread π§΅Giuliano Mega
01/19/2023, 1:09 PMkube-system
namespace).
As per the workaround in the bug, I've updated my existing staging agent role so that it can read namespaces:
β ~ kubectl describe role prefect-staging-agent
Name: prefect-staging-agent
Labels: <none>
Annotations: <none>
PolicyRule:
Resources Non-Resource URLs Resource Names Verbs
--------- ----------------- -------------- -----
jobs.batch [] [] [list watch create update patch get delete]
namespaces [] [] [list watch get]
pods/log [] [] [list watch get]
pods/status [] [] [list watch get]
pods [] [] [list watch get]
to no avail. Still getting "Failure","message":"namespaces \"kube-system\" is forbidden: User \"system:serviceaccount:default:default\" cannot get resource \"namespaces\" in API group \"\" in the namespace \"kube-system\"","reason":"Forbidden"
Any ideas of what might I be missing? Guess my main concern is that kube-system might be off limits for autopilot but couldn't find anything saying you can't read stuff from it.Jack
01/22/2023, 8:55 PMAnthony Harris
01/31/2023, 7:10 PMtargetRef
is a:
Reference to the controller that manages the set of Pods for the autoscaler to control, for example, a Deployment or a StatefulSet. You can point aAny guidance is much appreciated!at any controller that has a Scale subresource. Typically, theVerticalPodAutoscaler
retrieves the Pod set from the controller's ScaleStatus.VerticalPodAutoscaler
Anthony Harris
01/31/2023, 7:10 PMtargetRef
is a:
Reference to the controller that manages the set of Pods for the autoscaler to control, for example, a Deployment or a StatefulSet. You can point aAny guidance is much appreciated!at any controller that has a Scale subresource. Typically, theVerticalPodAutoscaler
retrieves the Pod set from the controller's ScaleStatus.VerticalPodAutoscaler