-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbt init
Interactive profile creation (#3625)
* Initial * Further dev * Make mypy happy * Further dev * Existing tests passing * Functioning integration test * Passing integration test * Integration tests * Add changelog entry * Add integration test for init outside of project * Fall back to target_options.yml when invalid profile_template.yml is provided * Use built-in yaml with exception of in init * Remove oyaml and fix tests * Update dbt_project.yml in test comparison * Create the profiles directory if it doesn't exist * Use safe_load * Update integration test Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com> automatic commit by git-black, original commits: 11436fe
- Loading branch information
Showing
2 changed files
with
14 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[mypy] | ||
mypy_path = ./third-party-stubs | ||
namespace_packages = True | ||
namespace_packages = True |