Skip to content

Commit f25a10e

Browse files
authored
Merge pull request #1 from CDCgov/ap66-adding_disclaimer_and_minor_readme_change
Ap66-adding_disclaimer_and_minor_readme_change
2 parents fc60baa + 185be2a commit f25a10e

5 files changed

Lines changed: 46 additions & 8 deletions

File tree

DISCLAIMER.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# DISCLAIMER
2+
Use of this service is limited only to **non-sensitive and publicly available
3+
data**. Users must not use, share, or store any kind of sensitive data like
4+
health status, provision or payment of healthcare, Personally Identifiable
5+
Information (PII) and/or Protected Health Information (PHI), etc. under **ANY**
6+
circumstance.
7+
8+
Administrators for this service reserve the right to moderate all information
9+
used, shared, or stored with this service at any time. Any user that cannot
10+
abide by this disclaimer and Code of Conduct may be subject to action, up to
11+
and including revoking access to services.
12+
13+
The material embodied in this software is provided to you "as-is" and without
14+
warranty of any kind, express, implied or otherwise, including without
15+
limitation, any warranty of fitness for a particular purpose. In no event shall
16+
the Centers for Disease Control and Prevention (CDC) or the United States (U.S.)
17+
government be liable to you or anyone else for any direct, special, incidental,
18+
indirect or consequential damages of any kind, or any damages whatsoever,
19+
including without limitation, loss of profit, loss of use, savings or revenue,
20+
or the claims of third parties, whether or not CDC or the U.S. government has
21+
been advised of the possibility of such loss, however caused and on any theory
22+
of liability, arising out of or in connection with the possession, use or
23+
performance of this software.

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
# CFA Scenarios DataOps
1+
# CFA DataOps
22

33
![](docs/assets/badges/coverage.svg)
44

55
## Overview
66

7-
This project provides ETL (Extract, Transform, Load) pipelines for various data scenarios within the CDC's Center for Analytics (CFA). It currently includes an end-to-end ETL pipeline data, demonstrating best practices for data processing within the CFA environment.
7+
This project provides data tools and low friction access to versioned datasets within CDC's Center for Forecasting and Outbreak Analytics (CFA) virtual private cloud (VPC). It includes end-to-end ETL pipelines for configured data sources, custom workflows, schema validation patterns, and submodules that expand common data visualization and modeling/interpolation patterns. The project demonstrates best practices for data processing within the CFA environment.
88

99
### Key Features
1010

1111
- Configuration-driven ETL pipelines using TOML files
12-
- SQL-based transformations using DuckDB
12+
- SQL-based transformations using DuckDB, or Polar's built-in SQL context
1313
- Azure Blob Storage integration for raw and transformed data storage
14-
- Utilities for timestamping and template loading
14+
- Utilities for time-stamping and template loading
1515
- Data validation and quality checks
16+
- Custom workflows
17+
- Tooling for easy access to Socrata Open Data API (e.i., data.cdc.gov)
18+
(copied and modified from [here](https://github.com/CDCgov/cfasodapy))
1619

1720
## Getting started
1821

@@ -89,6 +92,7 @@ python3 -m cfa.dataops.workflows.covid.run -b
8992

9093
- Thomas Hladish <utx5@cdc.gov> (CDC/OD/ORR/CFA)
9194
- Phillip Rogers <ap66@cdc.gov> (CDC/OD/ORR/CFA)(CTR)
95+
- Ryan Raasch <xng3@cdc.gov> (CDC/OD/ORR/CFA)(CTR)
9296

9397
## Disclaimers
9498

changelog.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,25 @@ The versioning pattern is `YYYY.MM.DD.micro(a/b/{none if release})
88

99
---
1010

11+
## [2025.07.24.0a]
12+
13+
### Updated
14+
15+
- Modified `README.md` with edits, new repo name, and added ryan to list of maintainers
16+
17+
### Added
18+
19+
- `DISCLAIMER.md`
20+
21+
1122
## [2025.07.21.0a]
1223

13-
## Updated
24+
### Updated
1425

1526
- refactored and updated namespace imports to generalize from `cfa.scenarios.dataops` --> `cfa.dataops`
1627
- included `list_datasets()` function to `cfa.dataops.__init__.py` for easy import
1728

18-
## Added
29+
### Added
1930

2031
- Documentation:
2132
- `docs/dataset_developer.md`

docs/assets/badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cfa.dataops"
3-
version = "2025.07.21.0a"
3+
version = "2025.07.24.0a"
44
description = "Data cataloging, ETL, modeling, verification, and validation for CFA"
55
authors = [
66
{name = "Phil Rogers", email = "ap66@cdc.gov"},

0 commit comments

Comments
 (0)