-
Notifications
You must be signed in to change notification settings - Fork 4
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-meshify split
creates a funk-ily formatted dbt_project.yml file
#120
Comments
I'd also potentially expect for my .gitignore file to be copied over and an empty / template README to be created |
oh yeah it's funky as hell 😄 I don't know how much leeway the yml library we're using is going to give us to format the project yml the way we're used to seeing. Very open to suggestions I'm going to split your folder and other project files suggestion into a separate issue! |
Is there any reason to not just do a |
Elize also requested copying over the sqlfluff config file |
Completed in #206 |
Describe the bug
This is nit-picky, but have gotten feedback that it's important to prevent as many manual "fixes" as possible.
When I run the
dbt-meshify split
command and a new subproject is generated, the dbt_project.yml file that is creates has a weird format. It would be nice if we used the same dbt_project.yml format you get when you run adbt init
to create a new project.Steps to reproduce
dbt-meshify split
commandExpected results
dbt-init
)Actual results
Screenshots and log output
System information
Which database are you using dbt with?
The output of
dbt debug
:The output of
dbt --version
:Additional context
Are you interested in contributing the fix?
The text was updated successfully, but these errors were encountered: