Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ execute
Method
execute
misc/python/materialize/checks/actions.py:72–74 ·
view source on GitHub ↗
(self, e: Executor)
Source
from the content-addressed store, hash-verified
70
self.interval = interval
71
72
def
execute(self, e: Executor) -> None:
73
print(f
"Sleeping for {self.interval} seconds"
)
74
time.sleep(self.interval)
75
76
def
join(self, e: Executor) -> None:
77
pass
Callers
15
connect
Method · 0.45
_result_checksum
Method · 0.45
dump_slt
Function · 0.45
main
Function · 0.45
setup
Method · 0.45
ingest
Function · 0.45
run_create_objects_part_1
Function · 0.45
run_query
Function · 0.45
_copy_chunk
Function · 0.45
_mysql_chunk
Function · 0.45
run
Method · 0.45
start_initialize
Method · 0.45
Calls
1
sleep
Method · 0.45
Tested by
12
create_connection
Method · 0.36
create_cursor
Method · 0.36
_query_settings
Method · 0.36
_execute_sql
Method · 0.36
setup_structures
Function · 0.36
exist_structures
Function · 0.36
materialize_pool
Function · 0.36
test_basic_tool
Function · 0.36
test_exists_tool
Function · 0.36
test_type_handling_keys
Function · 0.36
test_type_handling_values
Function · 0.36
churn_ddl
Method · 0.36