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
[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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: