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

add --project-dir flag to allow specifying project directory #1549

Merged
merged 3 commits into from
Jun 19, 2019
Merged

add --project-dir flag to allow specifying project directory #1549

merged 3 commits into from
Jun 19, 2019

Commits on Jun 17, 2019

  1. add --project-dir flag to allow specifying project directory

    In particular, this is the directory that contains the dbt_project.yml
    file and all the related project files and directories.
    
    Without this flag, it is necessary to cd to the project directory before
    running dbt.
    
    See #1544
    Matt Ball committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    2e7c1fd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. add unit test for new --project-dir flag

    See #1544
    Matt Ball committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    84fa83b View commit details
    Browse the repository at this point in the history
  2. remove tab character in base.py

    Matt Ball committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    f5c3300 View commit details
    Browse the repository at this point in the history