Felix Lüdin
Felix Lüdin
This PR adds some more filter options to the Forms CLI. Additionally the validation for domains and containers is replaced with an implicit URN conversion and some asserts are replaced...
I saw in this PR (#11518) that for the datahub-gc source no platform logo is shown...we could show a DataHub Logo for all DataHub sources...;-) SOURCE_TO_PLATFORM_URN and PLATFORM_URN_TO_LOGO are used...
As it is now supported that dashboards can contain other dashboards (#11529) it would also make sense to represent this in the browse path v2 in case a dashboard is...
See also here: https://datahubspace.slack.com/archives/C02FKQAGRG9/p1727725080514819 Disclaimer: I have absolutely no idea whether this will solve the issue with the datahub-postgres-setup image in the future, I have just copied the logic for...
This PR adds the origin aspect to the CorpUser GraphQL entity (it is already present for the CorpGroup entity). Additionally the two fields type and externalType of the aspect will...
See also: https://github.com/datahub-project/datahub/pull/4963 ## Checklist - [x] The PR conforms to DataHub's [Contributing Guideline](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) - [x] Links to related issues (if applicable) - [x] Tests for...
Strange, but isSearchEnabled returns false for the Tag entity - in the normal search Tag is selectable (and searchable) as an entity, isSearchEnabled causes the Tag entity to be unavailable...