Incremental dbt models without losing your mind
Body in markdown here. Code blocks render with Pygments.
python
import polars as pl
df = pl.read_parquet("trades.parquet")
Body in markdown here. Code blocks render with Pygments.
python
import polars as pl
df = pl.read_parquet("trades.parquet")