File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,12 @@ git push origin main
159
159
## Template Philosophy
160
160
161
161
- ** ` .github/ ` = STABLE** - Rarely changes, provides consistent CI/CD
162
+ - ** ` .squirro/ ` = SQUIRRO-SPECIFIC** - Tools and workflows for Squirro integration
162
163
- ** ` deployment/ ` = CUSTOMIZABLE** - Projects modify configuration files
164
+ - ** ` justfile.template ` = GENERIC** - Uses placeholders for project-specific commands:
165
+ - ` {{DATA_DOWNLOAD_COMMAND}} ` - How to download your project's data
166
+ - ` {{DBT_RUN_COMMAND}} ` - How to run dbt with your data variables
167
+ - ` {{DBT_TEST_COMMAND}} ` - How to test dbt with your data variables
163
168
- ** Clear separation** - Teams know exactly what to customize vs what to keep
164
169
165
170
## Examples
You can’t perform that action at this time.
0 commit comments