feat(dbt): add dbt logo and platform. (#3483)

This commit is contained in:
varunbharill 2021-10-28 23:17:11 -07:00 committed by GitHub
parent b6575ded1c
commit ab491c7347
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: 6.1 KiB

View File

@ -325,5 +325,15 @@
"type": "OTHERS",
"logoUrl": "https://raw.githubusercontent.com/linkedin/datahub/master/datahub-web-react/src/images/sparklogo.png"
}
},
{
"urn": "urn:li:dataPlatform:dbt",
"aspect": {
"datasetNameDelimiter": ".",
"name": "dbt",
"displayName": "dbt",
"type": "OTHERS",
"logoUrl": "https://raw.githubusercontent.com/linkedin/datahub/master/datahub-web-react/src/images/dbtlogo.png"
}
}
]