main
Simon Aubury 2023-02-20 11:42:57 +11:00
rodzic 32ad2e6ea6
commit dc106f5d0f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -68,7 +68,7 @@ select
, tags
, characters
, mastodon_text
from read_parquet('*.parquet');
from read_parquet('mastodo*.parquet');
insert into toots
select
@ -102,7 +102,7 @@ select
, tags
, characters
, mastodon_text
from read_parquet('20230216/mastodon-topic/partition=0/*.parquet');
from read_parquet('20230220/mastodon-topic/partition=0/*.parquet');
create table all_toots