Skip to content

Commit

Permalink
Merge pull request #136 from neojunjie/csv_form
Browse files Browse the repository at this point in the history
feat(datahub-web-react) add new data platform option for csv form
  • Loading branch information
neojunjie authored Nov 22, 2023
2 parents 55ff036 + b84ebca commit 744544d
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 744544d

Please sign in to comment.