-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update/calculate hourly airqualitydata using bigqdata #4534
Update/calculate hourly airqualitydata using bigqdata #4534
Conversation
📝 WalkthroughWalkthroughThis pull request implements enhancements across multiple ETL utility modules. It removes deprecated methods, updates method signatures with explicit type hints and Optional parameters, and improves internal logic with configurable mappings, refined date formatting, enhanced coordinate parsing, and revised SQL filtering conditions. Docstrings have been expanded to clearly define method behavior, and configuration constants have been updated to support multiple data sources. Changes
Sequence Diagram(s)sequenceDiagram
participant Caller as ETL Job
participant AirnowUtils as AirnowDataUtils
participant Config as Config Mapping
Caller->>AirnowUtils: query_bam_data(date, parameters)
AirnowUtils->>AirnowUtils: Format date using variable date_format
AirnowUtils->>Config: Retrieve parameter mapping based on device category
Config-->>AirnowUtils: Return mapping details
AirnowUtils->>Caller: Return DataFrame (or empty DataFrame if no data)
Possibly related PRs
Suggested reviewers
Poem
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (8)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (20)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
Just some clean up
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Documentation