Skip to content

Commit

Permalink
Merge branch 'main' into discover-name-length
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanL1997 authored Sep 17, 2024
2 parents 3dc4db3 + b826df8 commit 587d44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ export enum DataConnectionType {
SecurityLake = 'AWS Security Lake',
NA = 'None',
}

export const DATA_CONNECTION_ID_LENGTH_LIMIT = 32;
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export const dataConnection: SavedObjectsType = {
icon: 'apps',
defaultSearchField: 'connectionId',
importableAndExportable: true,
getTitle(obj) {
return obj.attributes.connectionId;
},
},
mappings: {
dynamic: false,
Expand Down

0 comments on commit 587d44c

Please sign in to comment.