-
a pipeline with dump.to_sql mode=update
```
dump.to_sql: INFO :Writing to DB cooperatives -> cooperatives (mode=update, keys=['id'])
```
throws exception about duplicate key when doing inse…
-
I had been using this for a week now, but it keeps crashing.
Here's the exception it throws:
![image](https://cloud.githubusercontent.com/assets/11540531/21581113/9f1d6814-d022-11e6-8e1f-67aeace38…
Tvde1 updated
7 years ago
-
Upon executing
var econItems = new EconItems(key, EconItemsAppId.TeamFortress2);
var x = await econItems.GetSchemaAsync();
I'm getting this error:
![image](https://cloud.githubusercon…
Tvde1 updated
7 years ago
-
@akariv please check out the [Malta log](http://staging.openspending.org/pipelines/#anchor-eu-structural-funds-data-mt-malta-mt-malta). I would expect it to cut the beginning off if too long.
-
For example `schema.json` could have `primaryKey` as `value` or `list of values` but `jsontableschema.model.SchemaModel.primaryKey` should always be `list` because otherwise it's hard to work with suc…
-
- Consistency in naming and access (data vs meta data, etc.)
- Data methods ( https://github.com/okfn/jsontableschema-py/blob/master/jsontableschema/model.py#L186-L221 ) should use `tabulator-py`
-
Hi,
I am facing a weird issue using this component in my application.
Currently I am setting the sf-schema and sf-form attributes from scope variables set from the result of $http promises in a cont…
-
Hi,
Is it possible to enter schema via dict rathern the using api.Model??
Most of our config uses jsonschema which we want an api to be able to modify the config for the application. There is quite …
-
I've been trying this package to integrate with https://github.com/okfn/datapackage-py but had a few issues. This is my test file:
``` python
from jsontableschema.model import SchemaModel
resource_s…
-
**jsontableschema-py (0.5.1)**
```
from jsontableschema.model import SchemaModel
schema = {'fields': [{'name': 'test'}]}
model = SchemaModel(schema)
print(schema) # will print schema with type, form…