Skip to content

create sao configurator agent skill#89

Draft
trouze wants to merge 1 commit intomainfrom
88-new-skill-sao-configurator-skill
Draft

create sao configurator agent skill#89
trouze wants to merge 1 commit intomainfrom
88-new-skill-sao-configurator-skill

Conversation

@trouze
Copy link

@trouze trouze commented Mar 12, 2026

resolves #88

Description

Checklist

@trouze trouze self-assigned this Mar 12, 2026
@trouze trouze linked an issue Mar 12, 2026 that may be closed by this pull request
@trouze
Copy link
Author

trouze commented Mar 12, 2026

@trevenm had an incredible idea for us to test this skill on a commit from our Internal Analytics project to see how the agent's outputs compare to the work @patkearns10 did to get us seeing savings!


- `build_after`: Use to set expected refresh cadence and avoid unnecessary rebuilds.
- `updates_on`: Standardize on one policy (`any` or `all`) per domain to reduce confusion.
- `loaded_at_field` / `loaded_at_query`: Use only where metadata-based freshness is insufficient.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps some examples when that might be necessary: views, dynamics, data shares: dbt-labs.slack.com/archives/C092RKDSGRL/p1773435815179519


```yaml
models:
+static_analysis: off

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we suggest baseline first?


- `build_after`: controls rebuild cadence and is the main savings lever.
- `updates_on`: controls what upstream change signals should trigger a rebuild.
- `loaded_at_field` / `loaded_at_query`: use only for sources needing custom freshness logic.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above.


```yaml
models:
+static_analysis: off

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[New Skill] SAO Configurator Skill

2 participants