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

dbt ls command (#467) #1436

Merged
merged 4 commits into from
May 9, 2019
Merged

dbt ls command (#467) #1436

merged 4 commits into from
May 9, 2019

Commits on May 1, 2019

  1. Make an stderr handler available as well and provide a way to swap be…

    …tween them
    Jacob Beck committed May 1, 2019
    Configuration menu
    Copy the full SHA
    4c02b4a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Add a new ListTask, and 'dbt list'/'dbt ls'

    All tasks now have a 'pre_init_hook' classmethod, called by main
     - runs after args are parsed, before anything else
    Jacob Beck committed May 2, 2019
    Configuration menu
    Copy the full SHA
    e043643 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. PR Feedback

    Fixed error logging to display errors in dbt ls
    Add models flag
    Make all of models, select, exclude have a metavar of 'SELECTOR' for -h
    Jacob Beck committed May 7, 2019
    Configuration menu
    Copy the full SHA
    32c5679 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. remove completed TODO

    Jacob Beck committed May 9, 2019
    Configuration menu
    Copy the full SHA
    8e426e6 View commit details
    Browse the repository at this point in the history