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

refactor: Unify all json.(loads|dumps) usage to utils.json #28702

Merged
merged 2 commits into from
May 28, 2024

Added pylint plugin import checker

774d3d1
Select commit
Loading
Failed to load commit list.
Merged

refactor: Unify all json.(loads|dumps) usage to utils.json #28702

Added pylint plugin import checker
774d3d1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 28, 2024 in 1s

68.04% of diff hit (target 60.48%)

View this Pull Request on Codecov

68.04% of diff hit (target 60.48%)

Annotations

Check warning on line 173 in superset/charts/data/api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/charts/data/api.py#L173

Added line #L173 was not covered by tests

Check warning on line 67 in superset/commands/chart/export.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/chart/export.py#L67

Added line #L67 was not covered by tests

Check warning on line 120 in superset/commands/chart/importers/v1/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/chart/importers/v1/utils.py#L120

Added line #L120 was not covered by tests

Check warning on line 129 in superset/commands/dashboard/export.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/dashboard/export.py#L129

Added line #L129 was not covered by tests

Check warning on line 179 in superset/commands/dashboard/export.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/dashboard/export.py#L179

Added line #L179 was not covered by tests

Check warning on line 40 in superset/commands/database/export.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/database/export.py#L40

Added line #L40 was not covered by tests

Check warning on line 85 in superset/commands/database/validate.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/database/validate.py#L85

Added line #L85 was not covered by tests

Check warning on line 66 in superset/commands/dataset/export.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/dataset/export.py#L66

Added line #L66 was not covered by tests

Check warning on line 73 in superset/commands/dataset/export.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/dataset/export.py#L73

Added line #L73 was not covered by tests

Check warning on line 111 in superset/commands/dataset/export.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/dataset/export.py#L111

Added line #L111 was not covered by tests

Check warning on line 93 in superset/commands/query/export.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/commands/query/export.py#L93

Added line #L93 was not covered by tests

Check warning on line 1052 in superset/connectors/sqla/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/connectors/sqla/models.py#L1052

Added line #L1052 was not covered by tests

Check warning on line 352 in superset/databases/schemas.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/databases/schemas.py#L352

Added line #L352 was not covered by tests

Check warning on line 24 in superset/examples/bart_lines.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/examples/bart_lines.py#L24

Added line #L24 was not covered by tests

Check warning on line 21 in superset/examples/deck.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/examples/deck.py#L21

Added line #L21 was not covered by tests

Check warning on line 21 in superset/examples/misc_dashboard.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/examples/misc_dashboard.py#L21

Added line #L21 was not covered by tests

Check warning on line 24 in superset/examples/paris.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/examples/paris.py#L24

Added line #L24 was not covered by tests

Check warning on line 24 in superset/examples/sf_population_polygons.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/examples/sf_population_polygons.py#L24

Added line #L24 was not covered by tests

Check warning on line 29 in superset/examples/supported_charts_dashboard.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/examples/supported_charts_dashboard.py#L29

Added line #L29 was not covered by tests

Check warning on line 23 in superset/examples/tabbed_dashboard.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/examples/tabbed_dashboard.py#L23

Added line #L23 was not covered by tests

Check warning on line 17 in superset/extensions/pylint.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/extensions/pylint.py#L17

Added line #L17 was not covered by tests

Check warning on line 21 in superset/extensions/pylint.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/extensions/pylint.py#L19-L21

Added lines #L19 - L21 were not covered by tests

Check warning on line 27 in superset/extensions/pylint.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/extensions/pylint.py#L24-L27

Added lines #L24 - L27 were not covered by tests

Check warning on line 34 in superset/extensions/pylint.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/extensions/pylint.py#L34

Added line #L34 was not covered by tests

Check warning on line 43 in superset/extensions/pylint.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/extensions/pylint.py#L43

Added line #L43 was not covered by tests