open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
5.55k stars 1.05k forks source link

GEN-1983 : Feat - Support Tag Asset Page #18505

Open sonika-shah opened 1 week ago

sonika-shah commented 1 week ago

Describe your changes:

Feat : Support bulk adding tag to Assets - async operation Fix : #15541

https://github.com/user-attachments/assets/521f9c7b-9511-4137-ad70-b7dd7bfab9de

#

Type of change:

#

Checklist:

notion-workspace[bot] commented 1 week ago

Add assets to tag

harshach commented 6 days ago

@sonika-shah we should make this async operation similar to what we have done in exportCSV. all of these bulk operations will run into same issue when there are lot of assets being tagged. IMO its better to use our executorService to make these ops async and use websockets to send the notifications back

github-actions[bot] commented 3 days ago

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 63%
63.56% (39744/62527) 40.2% (15760/39207) 42.32% (4719/11152)
sonarcloud[bot] commented 2 days ago

Quality Gate Passed Quality Gate passed for 'open-metadata-ingestion'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

harshach commented 2 days ago

@sonika-shah did we do testing with large amounts of data?

sonika-shah commented 2 days ago

@harshach , ui is still making progress here, once it gets completed , will cover the testing part too

sonarcloud[bot] commented 20 hours ago

Quality Gate Passed Quality Gate passed for 'open-metadata-ui'

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud