Skip to content

Commit

Permalink
add new data plaform type for openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
neojunjie committed Nov 20, 2023
1 parent 3f82423 commit b84ebca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datahub-web-react/src/app/create/Components/CsvForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const platformSelection = [
'urn:li:dataPlatform:kudu',
'urn:li:dataPlatform:postgres',
'urn:li:dataPlatform:app_ui',
'urn:li:dataPlatform:OpenApi',
];

export const CsvForm = () => {
Expand Down

0 comments on commit b84ebca

Please sign in to comment.