Viljem Skornik
04/27/2023, 7:28 PMLaura Lin
04/27/2023, 10:25 PMRPC Failed, with Status: StatusCode.INTERNAL
details: failed to compile workflow for [resource_type:WORKFLOW project:"flytetester" domain:"development" name:"flyte.example.reporting_with_approval_wf" version:"unique-version" ] with err failed to compile workflow with err Collected Errors: 2
Error 0: Code: ParameterNotBound, Node Id: end-node, Description: Parameter not bound [o0].
Error 1: Code: VariableNameNotFound, Node Id: n3, Description: Variable [o0] not found on node [n3].
Ferdinand von den Eichen
04/28/2023, 10:55 AMMathias Andersen
04/28/2023, 12:40 PMFrank Shen
04/28/2023, 10:25 PMVaibhav Verma
04/28/2023, 11:54 PMEvan Sadler
04/29/2023, 1:37 AMFailed to convert return value for var o0 for function src.workflow.t1 with error <class 'py4j.protocol.Py4JJavaError'>: An error occurred while calling o49.parquet.
: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "s3"
Tommy Nam
05/01/2023, 11:29 AM/console
endpoint to query the browser for login with variations off of the following values.yaml config:
auth:
enabled: true
enableAuthServer: false
oidc:
baseUrl: https://{DOMAIN}.<http://auth0.com/.well-known/openid-configuration|auth0.com/.well-known/openid-configuration>
clientId: {CLIENT ID}
clientSecret: {CLIENT SECRET}
authorizedUris:
- https://{LOAD BALANCED ADDRESS}.com
- https://{LOAD BALANCED ADDRESS}.com
Bit unsure how to transpose the documentation from the official site into flyte-binary
as the documentation seems to only go over flyte-core
or flyte
.
The documentation doesn't seem to really exist for flyte-binary and there's scant discussion surrounding the topic unfortunately.
I understand on some level that there are three components to the Flyte deployment but how does one access those configurations through the Helm chart within the flyte-binary
deployment? Specifically, how are you supposed to affect the various OIDC/auth config values when the templates for binary don't seem to match the documentation?
Also, we wish to use Auth0 as our external authorization server and don't need the internal server, but there have been conflicting resources suggesting that internal still needs to be defined.
Any help in the matter would be most appreciated.Xinzhou Liu
05/01/2023, 10:39 PMClassTaskResolver
, but the example is not super clear on how I should use the resolver. Can you elaborate more on how to use it? Thanks!Xinzhou Liu
05/01/2023, 11:48 PMLiteralType
of a Literal
?Anatolii Bardukov
05/02/2023, 5:50 AMpyflyte run …
I receive KeyRingError for my user, had to switch to root (any way to fix it?)
2. launching --remote
ends up with OOM killed get_data container and warnings from MatPlotLib about non-writeable directory, had to set limits with memory=500mi
not sure what am i doing wrong 🙂Xinzhou Liu
05/02/2023, 6:28 AMAnatolii Bardukov
05/02/2023, 7:54 AMDavid Espejo (he/him)
05/02/2023, 10:27 AMAnatolii Bardukov
05/02/2023, 2:25 PMValueError: Cannot launch an execution with missing project/domain/name ResolvedIdentifiers(project=None, domain=None, name='workflows.example_wf', version=None) for entity type <class 'flytekit.core.workflow.PythonFunctionWorkflow'>. Specify them in the execute method or when intializing FlyteRemote
Victor Gustavo da Silva Oliveira
05/02/2023, 2:38 PMNicholas Roberson
05/02/2023, 2:39 PMflytekit.current_context().stats
I cannot find docs online about what the base stats are so that I can call
taggable_stats = flytekit.current_context().stats
stat = taggable_stats.get_stats(param)
and start to extract some information to log on each task runuser
05/02/2023, 4:00 PMLaura Lin
05/02/2023, 6:19 PM{"json":{"exec_id":"avjrcs5qwjzgnwz7cxfs","ns":"flytetester-development","res_ver":"76272166","routine":"worker-1","wf":"flytetester:development:<http://turbine_flyte.example.wf|turbine_flyte.example.wf>"},"level":"warning","msg":"Event recording failed. Error [EventSinkError: Error sending event, caused by [rpc error: code = Unauthenticated desc = transport: per-RPC creds failed due to error: oauth2: cannot fetch token: 401 Unauthorized\nResponse: {\"error\":\"invalid_client\",\"error_description\":\"Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).\"}]]","ts":"2023-05-02T18:07:36Z"}
saw this thread https://flyte-org.slack.com/archives/CP2HDHKE1/p1676910082719799 but the PR is closedXinzhou Liu
05/02/2023, 7:02 PMwith_overrides()
), instead of the execution level? I’d like to attach different labels to different tasks in the same workflow for cost tracking purposeAndrew Epstein
05/02/2023, 8:19 PMgcloud storage cp -r …
inside of a Flyte workflow, I am able to download the same exact files at approximately 1.7GB/s, and I see usage of ~20 CPU cores (the workflow requests 32 cpu cores). I observe the same behavior when uploading files to GCS as well. How can I still make use of FlyteFiles/FlyteFolders and the automatic download/upload functionality, but get faster download/upload speed?Souheil Inati
05/03/2023, 4:57 AMSouheil Inati
05/03/2023, 4:58 AMSlackbot
05/03/2023, 9:59 AMSamuel Bentley
05/03/2023, 10:45 AMFLYTE_CONFIG=~/.flyte/config.yaml pyflyte run --remote workflows/greeting.py wf --name Sam
Go to <http://localhost:8089/console/projects/flytesnacks/domains/development/executions/fd724a646bd6342cab6c> to see execution in the console.
And when I go to the console, it again shows a grpc error. Any idea what I'm doing wrong. Looks like some connection issueAnatolii Bardukov
05/03/2023, 11:41 AMJustin Boutwell
05/03/2023, 4:59 PMCyrus
05/03/2023, 5:00 PMNicholas Roberson
05/03/2023, 7:34 PMexecution_id
in the Flyte Console and such that the pods for pod workflows inherit this execution id?
or is it best practice to not have nested workflows like this in flyte?Sujith Samuel
05/04/2023, 7:24 AMadd_op = create_component_from_func(
with package_to_install option. Is there a Flyte way of doing this