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

Feature: reports #2752

Merged
merged 7 commits into from
Sep 16, 2020
Merged

Feature: reports #2752

merged 7 commits into from
Sep 16, 2020

Commits on Sep 11, 2020

  1. bumpversion for 0.18.1

    Jacob Beck committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    4bd4afa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Test quality of life/cleanup

    remove unused test folders
    move rpc tests from 048 to 100 for convenience
     - Migrating these to the test/rpc model is going to take work. In the
       interim, developers can now use `tests/integeration/0*` to run all non-rpc
       tests.
    Jacob Beck committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9b8a98f View commit details
    Browse the repository at this point in the history
  2. Add reports feature

    Add ParsedReport/UnparsedReport
    add report parser and report node logic to manifest/results/dbt ls/selectors
    NonSourceNode -> ManifestNode
    add GraphMemberNode type that includes reports
    Jacob Beck committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8520ff3 View commit details
    Browse the repository at this point in the history
  3. add comparison/selector logic for reports

    Jacob Beck committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c91fcc5 View commit details
    Browse the repository at this point in the history
  4. Fix and add new tests, update changelog

    Jacob Beck committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    4768ac5 View commit details
    Browse the repository at this point in the history
  5. got redshifted

    Jacob Beck committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e96f4a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. PR feedback: make report selector more like source selector, remove r…

    …eports from fqn slector
    
    Make some corresponding fqn adjustments
    Add dbt ls report output
    Fix dbt ls source output
    The default selector now also returns reports
    Update tests
    Jacob Beck committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    2142e52 View commit details
    Browse the repository at this point in the history