Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 24, 2024
1 parent 5fe2512 commit d5eb62a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion eda.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ t

```{python}
t = transform_zulip_messages(t)
t.head()
t
```

```{python}
t.alias("t").sql("select * from t")
```

1 change: 0 additions & 1 deletion src/ibis_analytics/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
catalog = Catalog()

# get source tables
# TODO: use table names from config
pulls_t = catalog.table(GH_PRS_TABLE).cache()
stars_t = catalog.table(GH_STARS_TABLE).cache()
forks_t = catalog.table(GH_FORKS_TABLE).cache()
Expand Down

0 comments on commit d5eb62a

Please sign in to comment.