-
Notifications
You must be signed in to change notification settings - Fork 349
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
CLI: Add support for metadata import #2500
Comments
Thanks for opening this issue @ptitzler. I have a couple of comments and questions regarding the constraints.
Should the behavior be that attempts to import invalid instances result in a message, that instance is skipped, and processing continues? I would prefer that the invalid instance "creation" be attempted, otherwise, it implies that validation of the invalid instance would need to occur before the import attempt.
I think the default behavior must be that the importing-instance be skipped if an instance of that name exists. Seems like |
+1
I agree about the default behavior. |
Sorry about flip-flopping here, but
|
Those are great points - I agree on both counts - thanks! |
Is your feature request related to a problem? Please describe.
With the [planned] delivery of #2448 in Elyra 3.7, users can export metadata for individual schemaspaces using the CLI:
Elyra should also support import of exported metadata
Describe the solution you'd like
Constraints (based on initial discussion in #2448):
schema_name
The text was updated successfully, but these errors were encountered: