-
Notifications
You must be signed in to change notification settings - Fork 112
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
Feat/generate sources add database and schema #124
Conversation
6cecf1c
to
de916e9
Compare
de916e9
to
45135da
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that we're aligned on the behavior described in #123 (comment), we can tackle all the implementation details 🚀
Can you do each of the following before we dive any deeper into the code review?
- Remove any code formatting not related to the actual implementation of the new feature
- Use the following two (shorter) parameter names:
include_database
include_schema
More detail
There appear to be a lot of unnecessary code formatting, so I didn't go through and make code suggestions for each. You'll be able to tell if you caught them all if the diff shown within the pull request is minimal.
@dbeatty10 Thanks Doug, just made the updates you mentioned! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @jeremyholtzman -- thanks for all your work on this!
resolves #123
This is a:
Description & motivation
Checklist