-
Notifications
You must be signed in to change notification settings - Fork 234
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
Remove leading period from info logging #74
Comments
I believe the culprit is
This leads me to think there could be more serious functional issues related to the |
After more testing, I confirmed this is not an issue with the profile configs, but with relations themselves. Given a profile that sets
At the same time, if I set it to be something else entirely:
dbt will print out
But it will actually just attempt to create a table located at the namespace I'm going to open a separate issue laying out how I think we should reconcile custom schemas and databases, likely for 0.17.0. |
Fixed by dbt#2450. We should enjoy nicer-looking output in 0.17.0 |
This is low-priority cosmetic issue.
There appears an extra leading period in
dbt run
:Interestingly, the period appears only in the first line of
dbt seed
:generate_database_name
macro in dbt-core?The text was updated successfully, but these errors were encountered: