Skip to content
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

[FEAT] Enable Progress Bars for PyRunner and RayRunner #1609

Merged
merged 13 commits into from
Nov 17, 2023

disable global task bar by default

44770e3
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Enable Progress Bars for PyRunner and RayRunner #1609

disable global task bar by default
44770e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 17, 2023 in 0s

85.56% of diff hit (target 84.59%)

View this Pull Request on Codecov

85.56% of diff hit (target 84.59%)

Annotations

Check warning on line 758 in daft/expressions/expressions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/expressions/expressions.py#L758

Added line #L758 was not covered by tests

Check warning on line 25 in daft/runners/progress_bar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/runners/progress_bar.py#L25

Added line #L25 was not covered by tests

Check warning on line 31 in daft/runners/progress_bar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/runners/progress_bar.py#L31

Added line #L31 was not covered by tests

Check warning on line 34 in daft/runners/progress_bar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/runners/progress_bar.py#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 39 in daft/runners/progress_bar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/runners/progress_bar.py#L36-L39

Added lines #L36 - L39 were not covered by tests

Check warning on line 50 in daft/runners/progress_bar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/runners/progress_bar.py#L50

Added line #L50 was not covered by tests

Check warning on line 54 in daft/runners/progress_bar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/runners/progress_bar.py#L54

Added line #L54 was not covered by tests

Check warning on line 59 in daft/runners/progress_bar.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/runners/progress_bar.py#L59

Added line #L59 was not covered by tests

Check warning on line 587 in daft/runners/ray_runner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/runners/ray_runner.py#L587

Added line #L587 was not covered by tests

Check warning on line 641 in daft/runners/ray_runner.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/runners/ray_runner.py#L641

Added line #L641 was not covered by tests