Felix Lüdin
Felix Lüdin
Although it seems to be part of the OData specification (https://www.odata.org/documentation/odata-version-2-0/operations/), it seems that there are OData APIs out there which ignore the Accept header which is sent by the...
When I continued playing around with the OData API of the SAP Analytics Cloud, I might have found another bug or at least some inconsistencies between the different classes: The...
This PR adds the postgresql chart from the Bitnami chart repository as an optional and by default disabled dependency to the prerequisites Helm chart. Additionally I have added some example...
Only a small fix here, but also see [this PR](https://github.com/datahub-project/datahub/pull/6684) for more information.
#### What type of PR is this? /kind bug #### What this PR does / why we need it: This PR fixes an OverflowError caused by the readline_channel method in...
This PR adds configurable Kafka consumer groups to the Helm chart. With the exception of one consumer group, it is already possible today to configure the consumer groups via the...
To have configurable consumer groups, this PR introduces three new environment variables which are used for the names of the three existing pipelines - the names of the pipelines are...
When trying to get all (Custom) Ownership Types using the DataHubGraph class and it's get_urns_by_filter method in Python, I noticed that the GraphQL API currently doesn't allow to search for...
This PR adds the possibiliy to provide the actors field to the FormInfo aspect when creating forms via the CLI. I have also changed some of the assertions in the...
**Describe the bug** After updating to version 0.13.2 the restore indices job is throwing a NullPointerException in class [SendMAEStep](https://github.com/datahub-project/datahub/blob/master/datahub-upgrade/src/main/java/com/linkedin/datahub/upgrade/restoreindices/SendMAEStep.java). **To Reproduce** Start the restore indices job after upgrading to version...