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
…) (#8300)

* expose datasets and data_frames directories for specific imports



* Changeset file for PR #8299 created/updated

---------



(cherry picked from commit 59200d0)

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent 657eaaf commit 6971d8b
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 6971d8b

Please sign in to comment.