You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/cosmodc2/cosmoDC2_TAP_access.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ kernelspec:
10
10
display_name: Python 3 (ipykernel)
11
11
language: python
12
12
name: python3
13
+
execution:
14
+
timeout: 1600
13
15
---
14
16
15
17
@@ -79,8 +81,8 @@ result = service.run_async(adql)
79
81
result
80
82
```
81
83
82
-
The above query shows that there are 597,488,849 redshifts in this table.
83
-
Running ``count`` on an entire table is an expensive operation, therefore we ran it asynchronously to avoid any potential timeout issues.
84
+
The above query shows that there are 597,488,849 redshifts in this table.
85
+
Running ``count`` on an entire table is an expensive operation, therefore we ran it asynchronously to avoid any potential timeout issues.
84
86
To learn more about synchronous versus asynchronous PyVO queries please read the [relevant PyVO documentation](https://pyvo.readthedocs.io/en/latest/dal/index.html#synchronous-vs-asynchronous-query).
0 commit comments