You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest a more flexible yaml configuration.
Allow every property at the root level, as well as the profile level. Do not require any property at the root level, as long as it is provided at the profile level.
Allow the specification of user, password and host in the yaml file
Following is a sample yaml file, and its execution
I'm very positive towards 1, but not so sure about 2. Including the credentials means it's somewhat easy to accidentally run a migration in a production database from a developer machine.
Would accepting a separate credentials file (which should be ignored in source control) work for you?
Yes, your suggestion of the credential file sounds good. Similar to the solution found in Rails, right?
If you would like help in one of the issues, I could try to submit a pull request, but it would be a type of copy, paste and adapt code. Unfortunately I have zero experience with Python.
I would like to suggest a more flexible yaml configuration.
Allow every property at the root level, as well as the profile level. Do not require any property at the root level, as long as it is provided at the profile level.
Allow the specification of user, password and host in the yaml file
Following is a sample yaml file, and its execution
Thanks for cassandra-migrate.
The text was updated successfully, but these errors were encountered: