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
Describe the feature
Provide a thorough description of the feature. If possible, include examples of the feature and its behavior. For example, if it's a new command flag, provide examples of using the command flag and expected outputs.
Just like schemas, some tables may need to be excluded from the migration plan. Because exclusion will probably get pretty complex, we may want to create some predefined grammar to avoid parameter explosion:
--exclude 'type=[schema|table] name="regex"'
*Motivation
Describe why you want this feature. This is important for assessing the priority of the feature and if alternative solutions exist. #195
The text was updated successfully, but these errors were encountered:
Describe the feature
Provide a thorough description of the feature. If possible, include examples of the feature and its behavior. For example, if it's a new command flag, provide examples of using the command flag and expected outputs.
Just like schemas, some tables may need to be excluded from the migration plan. Because exclusion will probably get pretty complex, we may want to create some predefined grammar to avoid parameter explosion:
--exclude 'type=[schema|table] name="regex"'
*Motivation
Describe why you want this feature. This is important for assessing the priority of the feature and if alternative solutions exist.
#195
The text was updated successfully, but these errors were encountered: