Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dvc_data_version_info from plot values #4262

Merged
merged 3 commits into from
Jul 18, 2023

Conversation

julieg18
Copy link
Contributor

@julieg18 julieg18 commented Jul 11, 2023

Demo

Screen.Recording.2023-07-17.at.8.31.28.PM.mov

Part of #4246

@julieg18 julieg18 changed the title Remove dvc_data_version_info from export plot data Remove dvc_data_version_info from plot values Jul 17, 2023
@julieg18 julieg18 force-pushed the rm-dvc-data-version-info-from-export-data branch from 65f0517 to e540fb7 Compare July 18, 2023 01:03
@codeclimate
Copy link

codeclimate bot commented Jul 18, 2023

Code Climate has analyzed commit 1fefeb6 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 95.1% (0.0% change).

View more on Code Climate.

...value,
...dvc_data_version_info,
rev
}

if (hasKey(data, 'dvc_data_version_info')) {
delete data.dvc_data_version_info
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the code, revisionData is only used for template plots, so should be safe to delete the key here. But please let me know if I missed something or if there is a better spot.

@julieg18 julieg18 marked this pull request as ready for review July 18, 2023 01:32
@julieg18 julieg18 merged commit 9b49eb6 into main Jul 18, 2023
3 checks passed
@julieg18 julieg18 deleted the rm-dvc-data-version-info-from-export-data branch July 18, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants