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

Allows the profile directory to be set with an environment var #1049

Merged
merged 3 commits into from
Oct 17, 2018
Merged

Allows the profile directory to be set with an environment var #1049

merged 3 commits into from
Oct 17, 2018

Commits on Oct 9, 2018

  1. Allows the profile directory to be set with an environment var

    Passing the CLI flag (as in `dbt run --profiles-dir ~/path/to/profile`)
    should still work. Similarly, if no DBT_PROFILES_DIR environment
    variable is set, DBT will look for profiles in the default location.
    mikekaminsky committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    45bbaf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

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

Commits on Oct 13, 2018

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