-
Notifications
You must be signed in to change notification settings - Fork 2
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
Auto-execute all files from a folder #24
Comments
Maybe a list of glob-style paths would fit even better. Maybe it could also have an exclusion pattern ( Ping @samuelhamard. |
Referencing a folder is I think a good feature, but a list of glob-style path fit even better with my need. |
Let's work on that on a friday sometime :) |
If the reference is a directory which contain sub directories, do we want to walk in all sql files of the tree, or just the sql files on the root directory ? |
Hmm, I'd say just the directory, not recursively. What's your take ? |
The directory is good. |
It's nice that it's been solved in Django North, but we still have to do the same in septentrion :) |
When referencing a folder in NORTH_BEFORE_SCHEMA_FILES and NORTH_AFTER_SCHEMA_FILES, all files in it should be executed in sorted order
The text was updated successfully, but these errors were encountered: