Commit History

Ultra-simple version: direct CSV loading, no database
4f1a9f4
Running

3v324v23 commited on

Trigger rebuild
5090e69

3v324v23 commited on

Return plain dict instead of Pydantic models to avoid validation
c275668

3v324v23 commited on

Bypass Pydantic validation to avoid datetime parse errors
cd58a0f

3v324v23 commited on

Load data directly from CSV using pandas
e9541ad

3v324v23 commited on

Use mock data to show UI effect
e8e4bd8

3v324v23 commited on

Fix trade_date validation with field_validator
58de51e

3v324v23 commited on

Use raw SQL to bypass SQLAlchemy datetime conversion
67affb6

3v324v23 commited on

Fix datetime handling in trade.py to handle both datetime objects and strings
b8d6b20

3v324v23 commited on

Fix: Use trade_hf router which has datetime handling logic
e253b93

3v324v23 commited on

Initialize database at startup instead of build time to avoid Docker cache issues
cf1895e

3v324v23 commited on

Trigger HF rebuild
f4134d3

3v324v23 commited on

Fix datetime handling: DROP TABLE before CREATE, handle both datetime objects and strings
9b2906a

3v324v23 commited on

Change trade_date column to TEXT type in database schema
9c64160

3v324v23 commited on

Clear old data before importing to fix empty date strings
5b9da8b

3v324v23 commited on

Add request data cleaning to handle empty date strings
0a0aafc

3v324v23 commited on

Add validator to handle empty string dates in request parameters
54fc05c

3v324v23 commited on

Change trade_date to String type to avoid SQLAlchemy datetime conversion errors
d4f9f67

3v324v23 commited on

Add verification for trade_date in database
66d6c79

3v324v23 commited on

Add debug logging for trade_date
25ec0a8

3v324v23 commited on

Handle empty trade_date in router before Pydantic validation
de21d06

3v324v23 commited on

Use model_validator to handle empty trade_date
d3742f5

3v324v23 commited on

Add Pydantic validator to handle empty trade_date strings
af291ee

3v324v23 commited on

Add detailed trade_date handling and error logging
6a2c6af

3v324v23 commited on

Fix trade_date indentation
27dac4c

3v324v23 commited on

Force rebuild database by removing old db file
1941a4e

3v324v23 commited on

Fix indentation errors in init_sqlite.py
a983e2b

3v324v23 commited on

Trigger rebuild
45fba22

3v324v23 commited on

Fix empty trade_date handling in CSV import
b936994

3v324v23 commited on

Handle empty trade_date fields
1b8c1e8

3v324v23 commited on

Fix indentation and add exception handling
3c6fc2a

3v324v23 commited on

Add database debug info to health check
b1eeba1

3v324v23 commited on

Fix PaginatedResponse parameters
44ab13d

3v324v23 commited on

Fix missing source_record_id in API response
e503cb6

3v324v23 commited on

Add database verification and debug output
4434b78

3v324v23 commited on

Add missing __init__.py files
cdaba12

3v324v23 commited on

Deploy to Hugging Face Spaces - SQLite version with 10k sample data
0e8f624

3v324v23 commited on

Enhances platform with robust monitoring and notifications
4e22b4d

3v324v23 commited on

feat: 完成多国家海关数据源接入与核心功能全量迭代
8ca8917

3v324v23 commited on

feat(customs): 完成美墨两国海关数据连接器开发与文档适配
69b1d78

3v324v23 commited on

feat: 新增智利海关数据接入链路,完善系统框架与文档
89d8756

3v324v23 commited on

refactor(check_db): 简化并重构数据库检查脚本
899889d

3v324v23 commited on

chore: 添加开发辅助脚本用于测试和数据库检查
c3202cd

3v324v23 commited on

feat: 新增贸易查询筛选条件并完善巴西贸易数据解析
98897be

3v324v23 commited on

feat: 接入巴西真实海关数据源并优化回补逻辑与HTTP客户端
a241a73

3v324v23 commited on

chore: change DB to SQLite for Hugging Face Space deployment
b643537

3v324v23 commited on

添加 Hugging Face Space 的 README 元数据
4ff58b3

3v324v23 commited on

Initial commit for Hugging Face Space
3834ddb

3v324v23 commited on