Skip to content

Commit

Permalink
Removes Zeppelin code and docs (#1296)
Browse files Browse the repository at this point in the history
* Update admin:admin reference

Signed-off-by: Derek Ho <[email protected]>

* Remove zeppelin code and docs

Signed-off-by: Derek Ho <[email protected]>

* Remove unecessary files

Signed-off-by: Derek Ho <[email protected]>

* Remove unnecessary constant

Signed-off-by: Derek Ho <[email protected]>

* Remove file

Signed-off-by: Derek Ho <[email protected]>

---------

Signed-off-by: Derek Ho <[email protected]>
(cherry picked from commit c241368)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 5, 2024
1 parent e7d3461 commit f364f9f
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 4,648 deletions.
1 change: 0 additions & 1 deletion common/constants/notebooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/

export const NOTEBOOKS_API_PREFIX = '/api/observability/notebooks';
export const NOTEBOOKS_SELECTED_BACKEND: 'ZEPPELIN' | 'DEFAULT' = 'DEFAULT';
export const NOTEBOOKS_FETCH_SIZE = 1000;
export const CREATE_NOTE_MESSAGE = 'Enter a name to describe the purpose of this notebook.';
export const NOTEBOOKS_DOCUMENTATION_URL =
Expand Down

This file was deleted.

Loading

0 comments on commit f364f9f

Please sign in to comment.