Skip to content
tkirschke edited this page Jan 26, 2023 · 3 revisions

Config.ini

The config.ini is the main spot for users to configure their Turbovault4dbt experience. It features both general and adapter specific parameters. You are good to go to directly use the template file inside this repository, and simply fill out everything that you want to use or change. It is not required to remove the parameters of unused adapters.

This is how the config.ini template looks like:

[BigQuery]
stage_schema =
rdv_schema =
metadata_dataset =
hashdiff_naming = hd_@@SatName
model_path = ../models/BigQuery/@@entitytype/@@SourceSystem/
credential_path =
[Google Sheets]
stage_schema =
rdv_schema =
hashdiff_naming = hd_@@SatName
model_path = ../models/GoogleSheets/@@entitytype/@@SourceSystem/
sheet_url =
gcp_oauth_credentials =
[Excel]
stage_schema = 
rdv_schema =
hashdiff_naming = hd_@@SatName
model_path = ../models/Excel/@@entitytype/@@SourceSystem/
excel_path =
[Snowflake]
stage_schema =
rdv_schema = 
hashdiff_naming = hd_@@SatName
model_path = ../models/Snowflake/@@entitytype/@@SourceSystem/
account_identifier =
database =
warehouse =
role =
meta_schema =
credential_path =

General Parameters