customs-data / apps /api /routers

Commit History

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

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 datetime handling: DROP TABLE before CREATE, handle both datetime objects and strings
9b2906a

3v324v23 commited on

Add request data cleaning to handle empty date strings
0a0aafc

3v324v23 commited on

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

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

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

Handle empty trade_date fields
1b8c1e8

3v324v23 commited on

Fix indentation and add exception handling
3c6fc2a

3v324v23 commited on

Fix PaginatedResponse parameters
44ab13d

3v324v23 commited on

Fix missing source_record_id in API response
e503cb6

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: 新增贸易查询筛选条件并完善巴西贸易数据解析
98897be

3v324v23 commited on

Initial commit for Hugging Face Space
3834ddb

3v324v23 commited on