We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
d | r | b | m | property | type | ref | source | level | access $DATASET/external | | | | | | | | Country | | id | | 4 | | | | | id | integer | | | 4 | private | | | | code | string | | | 4 | private | | | | name | string | | | 4 | private $DATASET | | | | | | db | sql | | sqlite:///$BASEDIR/db.sqlite | | | | | City | | id | cities | 4 | | | | | id | integer | | id | 4 | open | | | | name | string | | name | 4 | open | | | | country | ref | /$DATASET/external/Country[code] | country | 4 | private
Using manifest as above, spinta push command does not work:
spinta push $BASEDIR/manifest.csv -o test@localhost
It gives following error:
Traceback (most recent call last): File "spinta/cli/push.py", line 204, in push sync_keymap( File "spinta/datasets/keymaps/synchronize.py", line 30, in sync_keymap raise UnauthorizedKeymapSync(model) spinta.exceptions.UnauthorizedKeymapSync: You do not have permission to sync this model's keymap. Context: component: spinta.components.Model manifest: default schema: 4 dataset: push/sync/private/external model: push/sync/private/external/Country entity:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using manifest as above, spinta push command does not work:
It gives following error:
Related
The text was updated successfully, but these errors were encountered: