:wave: Hi all, Is there a way to get the Tasks i...
# ask-the-community
j
👋 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
Log the Flyte data uri it is stable
If you have latest Flyte versions the data uri can be seen in the Ui
j
yup, I can see in the UI. I wonder if it is accessible programatically from within the task
k
Also Jose inspired by your work I am Building a new mlflow plugin that should work better across runs etc
j
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
@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