diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 6b00630dfa..ff711be1c8 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,17 +2,19 @@
## Summary & Motivation
-[//]: # (When merged, this pull request will...)
+[//]: # "When merged, this pull request will..."
## Self-review
-- [ ] Update **due date**, **assignee**, and **priority** on our [TEAMster Asana Project](https://app.asana.com/0/1205971774138578/1205971926225838)
+- [ ] Update **due date**, **assignee**, and **priority** on our
+ [TEAMster Asana Project](https://app.asana.com/0/1205971774138578/1205971926225838)
- _If this is a same-day request, please flag that in Slack_
+ _If this is a same-day request, please flag that in Slack_
- [ ] Format has been run on all modified files
## Troubleshooting
+
- [SqlFluff Rules Reference](https://docs.sqlfluff.com/en/stable/rules.html)
- [Trunk](https://teamschools.github.io/teamster/CONTRIBUTING/#trunk)
- [dbt](https://teamschools.github.io/teamster/CONTRIBUTING/#dbt-cloud_1)
diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml
index baa89bc562..358763f816 100644
--- a/.trunk/trunk.yaml
+++ b/.trunk/trunk.yaml
@@ -4,7 +4,7 @@ cli:
plugins:
sources:
- id: trunk
- ref: v1.4.2
+ ref: v1.4.3
uri: https://github.com/trunk-io/plugins
lint:
disabled:
@@ -48,7 +48,7 @@ lint:
- svgo@3.2.0
- sqlfmt@0.21.2
- isort@5.13.2
- - ruff@0.2.1
+ - ruff@0.2.2
- actionlint@1.6.26
- git-diff-check
- gitleaks@8.18.2
@@ -58,19 +58,21 @@ lint:
- shellcheck@0.9.0
- shfmt@3.6.0
- taplo@0.8.1
- - yamllint@1.35.0
+ - yamllint@1.35.1
definitions:
- name: ruff
commands:
- - name: format
- output: rewrite
- run: ruff format ${target}
- success_codes: [0]
- batch: true
- in_place: true
+ - output: rewrite
+ success_codes:
+ - 0
allow_empty_files: false
+ batch: true
cache_results: true
+ enabled: true
formatter: true
+ in_place: true
+ name: format
+ run: ruff format ${target}
runtimes:
enabled:
- go@1.21.0
diff --git a/docs/images/horse-variant.svg b/docs/images/horse-variant.svg
index 52b37fc125..fecc31ce86 100644
--- a/docs/images/horse-variant.svg
+++ b/docs/images/horse-variant.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/dbt/kipptaf/models/surveys/sources.yml b/src/dbt/kipptaf/models/surveys/sources.yml
index 014c2bb92c..8437c47a9c 100644
--- a/src/dbt/kipptaf/models/surveys/sources.yml
+++ b/src/dbt/kipptaf/models/surveys/sources.yml
@@ -16,7 +16,8 @@ sources:
skip_leading_rows: 1
- name: src_surveys__cmo_engagement_regional_survey_detail_archive
external:
- location: "{{ var('couchdrop_cloud_storage_uri_base')
+ location:
+ "{{ var('couchdrop_cloud_storage_uri_base')
}}/surveys/cmo_engagement_regional_survey_detail_archive.csv"
options:
format: CSV
@@ -42,7 +43,8 @@ sources:
data_type: NUMERIC
- name: src_surveys__manager_survey_detail_archive
external:
- location: "{{ var('couchdrop_cloud_storage_uri_base') }}/surveys/manager_survey_detail_archive.csv"
+ location:
+ "{{ var('couchdrop_cloud_storage_uri_base') }}/surveys/manager_survey_detail_archive.csv"
options:
format: CSV
skip_leading_rows: 1