Loads
Load Configs let you determine how you bring data into your warehouse so other Configs can use it.
Bragi provides three types of loads, each with its own detailed guide for more advanced options.
Text / Excel File
Use this type to load data from a file into your warehouse.
Bragi supports a variety of file formats, including CSV, text, fixed-width, and Excel.
There are plenty of configuration options to help you parse the data exactly how you need it.
See Load Text / Excel File for the full guide.
SQL Table / View / Stored Procedure
Use this type to load data from another database into your warehouse.
Once you’ve set up a Connection String, you can select tables, views, or stored procedures to populate your load table.
See Load SQL Table / View / Stored Procedure for more details.
SQL Externally Populated
Use this type when you need a load table, but Bragi can’t populate it for you.
Simply create a table in your warehouse with the load_ prefix, and you’ll be able to select and use it in Bragi.
See Load Externally Populated for further instructions.