Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flexanalytics/dbt_observability_marts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: flexanalytics/dbt_observability_marts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 1, 2025

  1. Fix dim_model.is_tested logic

    The current `dim_model.is_tested` logic is very slow, but also is incorrect because it looks for tests from any invocation when it should just look for tests on the current invocation. I've made two changes:
    1. Join on command_invocation_id for models to tests
    2. Instead of joining on the surrogate key, join on the actual table columns
    ataft committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    9c79c04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from flexanalytics/dim-model-fix

    Fix dim_model.is_tested logic
    ataft authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    e930b2e View commit details
    Browse the repository at this point in the history
Loading