-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description
The final code example in docs/integrate/airflow/import-stock-market-data.md contains incomplete task implementations with empty function bodies. Readers copying this code will encounter errors.
Current Issue
The code block at the end of the tutorial shows:
- Empty
@taskfunction bodies fordownload_yfinance_dataandprepare_data - Fragmented presentation of the complete DAG structure
Requested Improvement
Provide a complete, runnable DAG example that includes:
- Full task implementations with proper function bodies
- Complete
download_yfinance_datafunction that fetches data via yfinance - Complete
prepare_datafunction that transforms data into the expected format - Proper error handling and logging
- All components in a single, copy-pasteable code block
Context
- File:
docs/integrate/airflow/import-stock-market-data.md - PR: Airflow: Add tutorials from community forum #279
- Comment: Airflow: Add tutorials from community forum #279 (comment)
- Requested by: @amotl
Metadata
Metadata
Assignees
Labels
No labels