Skip to content

Commit

Permalink
Expose datasets and data_frames directories for specific imports (#8299)
Browse files Browse the repository at this point in the history
* expose datasets and data_frames directories for specific imports

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* Changeset file for PR #8299 created/updated

---------

Signed-off-by: Amardeepsingh Siglani <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
amsiglan and opensearch-changeset-bot[bot] authored Sep 23, 2024
1 parent f6924a7 commit 59200d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/8299.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Expose datasets and data_frames directories for specific imports ([#8299](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8299))
8 changes: 7 additions & 1 deletion src/plugins/data/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"ui": true,
"requiredPlugins": ["expressions", "uiActions"],
"optionalPlugins": ["usageCollection", "dataSource"],
"extraPublicDirs": ["common", "common/utils/abort_utils", "common/index_patterns/utils.ts"],
"extraPublicDirs": [
"common",
"common/utils/abort_utils",
"common/index_patterns/utils.ts",
"common/data_frames",
"common/datasets"
],
"requiredBundles": [
"usageCollection",
"opensearchDashboardsUtils",
Expand Down

0 comments on commit 59200d0

Please sign in to comment.