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: notebooks/marimo/lifecycle/distribution/bytes_socrata_versions.py
+24-13Lines changed: 24 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,49 @@
1
1
importmarimo
2
2
3
-
__generated_with="0.18.3"
3
+
__generated_with="0.19.7"
4
4
app=marimo.App(width="full")
5
5
6
+
withapp.setup:
7
+
importmarimoasmo
8
+
9
+
fromdcpy.lifecycle.scriptsimportversion_compare
10
+
6
11
7
12
@app.cell(hide_code=True)
8
-
def_(mo):
13
+
def_():
9
14
mo.md(r"""
10
15
# Socrata <> Bytes version comparison tracker
11
-
12
-
FYI, this might take a minute or two to run.
13
16
""")
14
17
return
15
18
16
19
17
-
@app.cell
20
+
@app.cell(hide_code=True)
18
21
def_():
19
-
fromdcpy.lifecycle.scriptsimportversion_compare
20
-
21
-
versions=version_compare.run()
22
-
return (versions,)
22
+
mo.md(r"""
23
+
## Helpful links
24
+
- Github action to distribute from Bytes to Open Data: https://github.com/NYCPlanning/data-engineering/actions/workflows/distribute_socrata_from_bytes.yml
25
+
- Open Data page to sign in and publish revisions: https://opendata.cityofnewyork.us/
0 commit comments