Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decodableco/examples
/ main
Function
main
tinybird/wiki.py:28–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
PartitionKey=
"-1"
)
27
28
def
main():
29
load_dotenv()
30
logging.basicConfig(level=logging.INFO)
31
32
while
True:
33
poll()
34
time.sleep(10)
35
36
37
Callers
1
wiki.py
File · 0.70
Calls
1
poll
Function · 0.70
Tested by
no test coverage detected