feat(logos): add science and airflow data platform (#3363)

This commit is contained in:
Dexter Lee 2021-10-11 13:40:39 -07:00 committed by GitHub
parent f39b8682a6
commit b044e311ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

View File

@ -19,6 +19,16 @@
"logoUrl": "https://raw.githubusercontent.com/linkedin/datahub/master/datahub-web-react/src/images/adlslogo.png"
}
},
{
"urn": "urn:li:dataPlatform:airflow",
"aspect": {
"datasetNameDelimiter": ".",
"name": "airflow",
"displayName": "Airflow",
"type": "OTHERS",
"logoUrl": "https://raw.githubusercontent.com/linkedin/datahub/master/datahub-web-react/src/images/airflowlogo.png"
}
},
{
"urn": "urn:li:dataPlatform:ambry",
"aspect": {