Your team is a given a “home database” where you can load data (e.g. a CSV) and add integrations (e.g. Postgres). You can access this database using the special Parameters of {{home}}

select * 
from {{home}}.my_table
limit 10