https://flyte.org logo
#ask-the-community
Title
# ask-the-community
j

Jose Navarro

11/17/2023, 1:04 PM
👋 Hi all, Is there a way to get the Tasks input information programmatically? I have managed to get the
project
,
domain
,
workflow
info by
Copy code
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.
k

Ketan (kumare3)

11/17/2023, 4:34 PM
Log the Flyte data uri it is stable
If you have latest Flyte versions the data uri can be seen in the Ui
j

Jose Navarro

11/17/2023, 4:36 PM
yup, I can see in the UI. I wonder if it is accessible programatically from within the task
k

Ketan (kumare3)

11/17/2023, 4:36 PM
Also Jose inspired by your work I am Building a new mlflow plugin that should work better across runs etc
j

Jose Navarro

11/17/2023, 4:36 PM
Also Jose inspired by your work I am
Building a new mlflow plugin that should work better across runs etc
Woooop woop! If you want me to test anything let me know!
k

Ketan (kumare3)

11/17/2023, 4:37 PM
@Jose Navarro today it is not - but can be added. Good idea you can actually see the format and reverse engineer it
I will send it