cuebook/CueObserve

View on GitHub
api/anomaly/migrations/0019_dataset_isnonrollup.py

Summary

Maintainability
A
2 hrs
Test Coverage
Similar blocks of code found in 4 locations. Consider refactoring.
# Generated by Django 3.2.5 on 2021-10-04 09:10
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
from django.db import migrations, models
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
class Migration(migrations.Migration):
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
dependencies = [
Similar blocks of code found in 4 locations. Consider refactoring.
('anomaly', '0018_rootcauseanalysis_taskids'),
Similar blocks of code found in 4 locations. Consider refactoring.
]
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
operations = [
Similar blocks of code found in 4 locations. Consider refactoring.
migrations.AddField(
Similar blocks of code found in 4 locations. Consider refactoring.
model_name='dataset',
Similar blocks of code found in 4 locations. Consider refactoring.
name='isNonRollup',
Similar blocks of code found in 4 locations. Consider refactoring.
field=models.BooleanField(default=False),
Similar blocks of code found in 4 locations. Consider refactoring.
),
Similar blocks of code found in 4 locations. Consider refactoring.
]