Skip to content

Commit a5ca7f4

Browse files
committed
Add feature flagging comment and update docstrings
1 parent d0eeaf8 commit a5ca7f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

abdiff/core/collate_ab_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535

3636
def collate_ab_transforms(run_directory: str, ab_transformed_datasets: list[str]) -> str:
37-
"""Collates A/B transformed files into a Parquet dataset."""
37+
"""Collates A/B transformed records into a Parquet dataset."""
3838
joined_dataset_path = tempfile.TemporaryDirectory()
3939
collated_dataset_path = str(Path(run_directory) / "collated")
4040

abdiff/core/run_ab_transforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def run_docker_container(
155155
run_id = str(uuid.uuid4())
156156

157157
environment_variables = {
158+
# NOTE: FEATURE FLAG: ETL_VERSION not required once v2 is fully implemented
158159
"ETL_VERSION": "2",
159160
}
160161

0 commit comments

Comments
 (0)