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

chore: add unique constraint to tagged_objects #26654

Merged
merged 16 commits into from
Jan 19, 2024

use alembic's naming_convention to help with sqltie

62d86a9
Select commit
Loading
Failed to load commit list.
Merged

chore: add unique constraint to tagged_objects #26654

use alembic's naming_convention to help with sqltie
62d86a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 19, 2024 in 1s

61.53% of diff hit (target 69.56%)

View this Pull Request on Codecov

61.53% of diff hit (target 69.56%)

Annotations

Check warning on line 73 in superset/daos/tag.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/daos/tag.py#L73

Added line #L73 was not covered by tests

Check warning on line 18 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L18

Added line #L18 was not covered by tests

Check warning on line 20 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L20

Added line #L20 was not covered by tests

Check warning on line 26 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L26

Added line #L26 was not covered by tests

Check warning on line 29 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L29

Added line #L29 was not covered by tests

Check warning on line 32 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L32

Added line #L32 was not covered by tests

Check warning on line 36 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 38 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L38

Added line #L38 was not covered by tests

Check warning on line 41 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L41

Added line #L41 was not covered by tests

Check warning on line 43 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L43

Added line #L43 was not covered by tests

Check warning on line 46 in superset/migrations/migration_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/migrations/migration_utils.py#L46

Added line #L46 was not covered by tests

Check warning on line 131 in superset/tags/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/tags/models.py#L131

Added line #L131 was not covered by tests

Check warning on line 178 in superset/tags/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/tags/models.py#L176-L178

Added lines #L176 - L178 were not covered by tests

Check warning on line 257 in superset/tags/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/tags/models.py#L257

Added line #L257 was not covered by tests

Check warning on line 262 in superset/tags/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/tags/models.py#L262

Added line #L262 was not covered by tests

Check warning on line 267 in superset/tags/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

superset/tags/models.py#L266-L267

Added lines #L266 - L267 were not covered by tests