pytask icon indicating copy to clipboard operation
pytask copied to clipboard

pytask is a workflow management system that facilitates reproducible data analyses.

Results 45 pytask issues
Sort by recently updated
recently updated
newest added

Blocked by `https://github.com/actions/setup-python/issues/808`.

#### Location of the documentation [API ref](https://pytask-dev.readthedocs.io/en/stable/reference_guides/api.html#pytask.DataCatalog) [Tutorial](https://pytask-dev.readthedocs.io/en/latest/tutorials/using_a_data_catalog.html) [How-To Guide](https://pytask-dev.readthedocs.io/en/latest/how_to_guides/the_data_catalog.html) #### Documentation problem I tried to start from the basic tutorial, setting up a DataCatalog and then adding another via...

documentation

Add additional logging for the VSCode Extension. #### Changes The logging information will be in JSON-Format and is sent to a port that is specified by the user, by setting...

The test `test_live_execution_skips_do_not_crowd_out_displayed_tasks` sporadically fails on MacOS and I have no machine to debug it. https://github.com/pytask-dev/pytask/actions/runs/4902488535/jobs/8754365770?pr=373

help wanted
infrastructure

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pytask. - [ ]...

bug

Writing pandas dataframes to disk seems really common. I am going to have to write my own `DFNode` class for this. Would you like me to generalize it enough and...

enhancement

#### Is your feature request related to a problem? I love how the tasks in the console are links so I can click through to the original file. But, it...

enhancement
blocked

#### Is your feature request related to a problem? Users cannot find out why a task is re-executed when one of the dependencies is changed. #### Describe the solution you'd...

enhancement

#### Is your feature request related to a problem? I'm taking about https://pytask-dev.readthedocs.io/en/stable/tutorials/making_tasks_persist.html If I format my tasks.py file or update an unrelated task in there, then pytask will re-run...

enhancement

#### Is your feature request related to a problem? I wish `pytask` had the same "capture-related" fixtures as `pytest`, like the ones described [here](https://docs.pytest.org/en/6.2.x/capture.html#accessing-captured-output-from-a-test-function). In particular I'd like to be...

enhancement