-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provenance #54
Comments
Hi @mdrio, sorry for the late reply. All the information about the workflow execution is stored in the Airflow metadata database, which you can access from the Airflow UI or directly. We use Xcom to store location of the JSON file with outputs of each step. Also, if you add in your airflow.cfg file the following section
the system won't even delete any temporary data between the steps. |
Hi @michael-kotliar, thanks for the reply. How the statistics gathering works? I see the a connection has to be created in order to receive the data, but which service or API is expected to be called? Is the workflow report also included in the data POSTed? |
Hi @mdrio, The endpoints are defined as
Where Please, see more details here Let me know if it helps. |
Is your feature request related to a problem? Please describe.
Hi, I need to track the provenance of artifacts produced by worklflows.
Describe the solution you'd like
The workflow report contains only information about the output, it would be great to have the associate the related cwl and its inputs. Is there an easy way to obtain that?
Thanks
The text was updated successfully, but these errors were encountered: