Profile YML
Profiles are used to connect Prism to data warehouses (e.g., Snowflake, Google BigQuery) and open-source processing systems (e.g., PySpark, dbt). The profile YML file is used to define the configurations for these connections.
Here is an example of a valid profile YML.
In this example:
The
default
profile is created. The profile name is always the top-level key of the YML, and this must match thePROFILE
variable in yourprism_project.py
.Three adapters are created under the
default
profile.
BigQuery
dbt
Postgres
PySpark
Snowflake
Redshift
Trino