Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ global_errors
Function
global_errors
python/pathway/tests/test_errors.py:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
30
def
global_errors() -> pw.Table:
31
return
pw.global_error_log().select(
32
pw.this.message, line=extract_trace_line(pw.this.trace)
33
)
34
35
36
def
test_division_by_zero():
Callers
15
test_division_by_zero
Function · 0.85
test_removal_of_error
Function · 0.85
test_filter_with_error_in_condition
Function · 0.85
test_filter_with_error_in_other_column
Function · 0.85
test_inner_join_with_error_in_condition
Function · 0.85
test_left_join_with_error_in_condition
Function · 0.85
test_udf
Function · 0.85
test_udf_return_type
Function · 0.85
test_left_join_preserving_id
Function · 0.85
test_restrict
Function · 0.85
test_with_universe_of
Function · 0.85
test_ix
Function · 0.85
Calls
2
extract_trace_line
Function · 0.85
select
Method · 0.45
Tested by
no test coverage detected