Skip to content

Commit d4a4b3c

Browse files
committed
Add changelog entry for new checks
1 parent 9be589c commit d4a4b3c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
## [Unreleased]
88

99
### Added
10-
- Added three cell info qa checks to flowetl, which check for malformed/missing coordinates.
10+
- Added new cell info qa checks to flowetl:
11+
- Missing latitude
12+
- Missing longitude
13+
- Missing latitude _or_ longitude [#5868](https://github.com/Flowminder/FlowKit/issues/5868)
14+
- Number of new cell ids
15+
- Number of duplicate ids
16+
- Added a new general qa check which counts the number of rows in the staging table. [#5869](https://github.com/Flowminder/FlowKit/issues/5869)
1117

1218
### Changed
19+
- The task ids for generic CDR checks have changed, and will now contain the CDR type they are associated with. For example, 'count_imeis' will now be identified as '<cdr_type>.count_imeis',
1320

1421
### Fixed
1522

flowetl/flowetl/flowetl/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def get_qa_checks(
5050
"""
5151
from flowetl.operators.qa_check_operator import QACheckOperator
5252
from airflow.models.dag import DagContext
53-
from airflow import settings
5453

5554
if dag is None:
5655
dag = DagContext.get_current_dag()

0 commit comments

Comments
 (0)