```sql create view filecoin_daily_metrics as ( select * from 'https://data.filecoindataportal.xyz/filecoin_daily_metrics.parquet' ); .... ```