datahub icon indicating copy to clipboard operation
datahub copied to clipboard

The Metadata Platform for your Data Stack

Results 767 datahub issues
Sort by recently updated
recently updated
newest added

**Summary** In this PR, we create an Access Policies guide that is more digestible than what we currently have, including step-by-step instructions on creating policies. ## Checklist - [ ]...

docs

## Checklist - [ ] 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)) - [ ] Links to related issues (if applicable) - [ ] Tests for...

docs

Will fix search and some SEO issues. ## 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)) - [ ] Links to related issues (if...

ingestion

**Describe the bug** When I tried to build everything using docker-compose locally, I got the following error. I am on MacOS with M1 chip. ``` #0 209.7 Execution failed for...

bug
devops

## The problem Updating an aspect in GMS translates into two operations in database: * Update the current latest aspect with a version number (meaning it's no longer latest); *...

(cherry picked from commit ec016b4abff6bdc5ae753f14cca4746944b7ed82) ## Checklist - [ ] 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)) - [ ] Links to related issues (if applicable)...

docs

Standardise payload for all ownership related change events to follow the DataHub [documentation](https://datahubproject.io/docs/actions/events/entity-change-event#add-owner-event). Specifically: - Adding missing `ownerType` in the `parameters` key for all Ownership Change Events - Updating 'Ownership...

community-contribution
product

**Describe the bug** DataHub is not fully integrated with Neo4j as it does not support multi-hop queries. We need an implementation of getLineage for Neo4jGraphService, and then we can also...

bug

We are seeing messages like this in logs of the pod of acryl-datahub-actions ``` %6|1661937385.394|FAIL|rdkafka#consumer-1| [thrd::9094/b]: b-1.:9094/bootstrap: Disconnected while requesting ApiVersion: might be caused by incorrect security.protocol configuration (connecting to...

bug
accepted
ingestion

Error rise when attempting delete metadata using CLI command 'delete' Same with all flags --soft, --hard, --force ``` Failed to execute operation java.lang.UnsupportedOperationException: Only upsert operation is supported ``` **To...

bug