Skip to content
New issue

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

Fix and add SQL instructions #124

Open
1 task
anuveyatsu opened this issue Nov 2, 2017 · 1 comment
Open
1 task

Fix and add SQL instructions #124

anuveyatsu opened this issue Nov 2, 2017 · 1 comment
Milestone

Comments

@anuveyatsu
Copy link
Collaborator

At the moment, we've removed SQL instructions on the showcase page as it is not working. We want to add it back once we found the source and have fully working one.

Acceptance criteria

  • Working SQL instructions in the showcase page

Tasks

TODO

@anuveyatsu anuveyatsu added this to the Backlog milestone Nov 2, 2017
@Mikanebu
Copy link
Contributor

Mikanebu commented Nov 6, 2017

I could not save data into SQL, since datahub urls are forbidden.

When I try to use method package.save('tesing.csv', storage='sql', engine=engine) from datapackage-py, it uses remote URL for resource to get the data that appears to be forbidden getting:

urllib.error.HTTPError: HTTP Error 403: Forbidden

However, if I use DataSet that lives on GitHub Eg: https://raw.githubusercontent.com/datasets/finance-vix/master/datapackage.json,
it works fine and saves data to sql.

@rufuspollock Any ideas why we are getting 403 forbidden from datahub?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants