Skip to content
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

[Feature] when multiple data source feature is enabled, allow customer to connect with a data source when import saved objects from uploading files #2568

Closed
yujin-emma opened this issue Feb 7, 2024 · 1 comment
Assignees
Labels
new blog New blog post

Comments

@yujin-emma
Copy link
Contributor

Describe the blog post your would like to write

When multiple data source feature is enabled, user can add sample data and use the dev tool with one connected data source. Import saved objects accepts uploaded files, but the API does not know the data source. These objects cannot display correctly since the it does not know where to fetch the data.
We want to provide user the ability to specify a data source when importing saved objects. When user import saved object without any data source information, the imported saved objects will attach the specified dataSourceId with the objectId; while user import saved objects different data source information ( e.g. user can connect with dataSource1 and some exported saved objects from dataSource2 ), then the objectId would already contains data source info ( dataSource2 ), for this case, we will replace the dataSourceId. The id schema are exactly same as when user add sample data and dev tools with multiple data source enabled. The behavior will keep consistent for users.

What is the title of the blog post?
Support Multiple Data Source when import saved objects

Who are the authors?
Huan Jiang, Lu Yu, Emma Jin

What is the proposed posting date?
This feature will be out with 2.12 release, according to the calendar, the release window will be close by Feb 20, we need to publish it before that

@seraphjiang
Copy link
Member

Who are the authors?
Huan Jiang, Lu Yu, Emma Jin

Thanks team for the contribution, i could not take the credit, please remove my name :)

@pajuric pajuric removed the untriaged label Mar 29, 2024
@pajuric pajuric self-assigned this Mar 29, 2024
@pajuric pajuric closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new blog New blog post
Projects
Status: Done
Development

No branches or pull requests

3 participants