chezou / tdworkflow

Unofficial Treasure Workflow Client
Apache License 2.0
7 stars 5 forks source link

Ignore unknown fields in API responses #10

Closed chezou closed 4 years ago

chezou commented 4 years ago

To avoid dataclass creation time error, this patch introduces Resource.from_api_repr class method to ignore and warn unknown fields in responses of REST API.

This change prevents to crach with future changes of digdag server resources like #8.