Jose Navarro
11/17/2023, 1:04 PMproject
, domain
, workflow
info by
params = FlyteContextManager.current_context().user_space_params
console_url = f"{FLYTE_URL}/console/projects/{params._execution_id.project}/domains/{params._execution_id.domain}/executions/{params._execution_id.name}"
But I can't find the inputs information. Specifically what I am after would be the s3 link to the input data. The reason behind it is that I would like to log the data source info into our experiment tracking tool.Ketan (kumare3)
Jose Navarro
11/17/2023, 4:36 PMKetan (kumare3)
Jose Navarro
11/17/2023, 4:36 PMAlso Jose inspired by your work I am
Building a new mlflow plugin that should work better across runs etcWoooop woop! If you want me to test anything let me know!
Ketan (kumare3)