Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#4884) Add support for ratio metrics #5027

Merged
merged 32 commits into from
Jul 6, 2022
Merged

Commits on Mar 16, 2022

  1. wip

    drewbanin committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    72cad80 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    cf23d65 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    d43e859 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    8dcfeb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Formatting and linting

    drewbanin committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    aae1c81 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Fix unit tests

    drewbanin committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    4d4198c View commit details
    Browse the repository at this point in the history
  2. Support disabling metrics

    drewbanin committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a57d3b0 View commit details
    Browse the repository at this point in the history
  3. mypy

    drewbanin committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    395393e View commit details
    Browse the repository at this point in the history
  4. address all TODOs

    drewbanin committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    55e7ab7 View commit details
    Browse the repository at this point in the history
  5. make pypy happy

    drewbanin committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a9e839e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    3a8385b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. wip

    drewbanin committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    db35e88 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. checkpoint

    drewbanin committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    d6e886c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7af4c51 View commit details
    Browse the repository at this point in the history
  3. flake8 and unit tests

    drewbanin committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    32c3c53 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. remove debugger

    drewbanin committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    0344a20 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. quickfix for filters

    drewbanin committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    bee3eea View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    934605e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. reformatting slightly

    callum-mcdata committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    06eb926 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. make file and mypy fix

    emmyoop committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4461d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31cfa7f View commit details
    Browse the repository at this point in the history
  3. add metrics back to context

    emmyoop committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    60ef314 View commit details
    Browse the repository at this point in the history
  4. adding test changes

    callum-mcdata committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    cd957a6 View commit details
    Browse the repository at this point in the history
  5. fixing test metrics

    callum-mcdata committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ba3a78c View commit details
    Browse the repository at this point in the history
  6. revert name audit

    emmyoop committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    54c38d0 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/metric-improvements' of https://github.com/dbt-…

    …labs/dbt-core into feature/metric-improvements
    emmyoop committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    7b03989 View commit details
    Browse the repository at this point in the history
  8. pre-commit fixes

    emmyoop committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    46679e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. add changelog

    emmyoop committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b8a7f99 View commit details
    Browse the repository at this point in the history
  2. Bumping manifest version to v6 (#5430)

    * Bumping manifest version to v6
    
    * Adding manifest file for tests
    
    * Reverting unneeded changes
    
    * Updating v6
    
    * Updating test to add metrics field
    
    * Adding changelog
    leahwicz authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e235ab7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/dbt-labs/dbt-core into feat…

    …ure/metric-improvements
    emmyoop committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    c28628f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68f7708 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Clean up test_previous_version_state, update for v6 (#5440)

    * Update test_previous_version_state for v6. Cleanup
    
    * Regenerate, rm breakpoint
    
    * Code checks
    
    * Add assertion that will fail when we bump manifest version
    
    * update tests to automatically tests all previous versions
    
    Co-authored-by: Emily Rockman <[email protected]>
    jtcohen6 and emmyoop authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e808272 View commit details
    Browse the repository at this point in the history