GithubHelp home page GithubHelp logo

dsopz's People

Contributors

feroult avatar luanpotter avatar matheusmr13 avatar murer avatar paulo-murer-movile avatar raonifn avatar renan-dextra avatar shaan7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dsopz's Issues

Daily Limit Exceeded

On running the command i get over quota error

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceeded",
    "message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/datastore/quotas?project=570403801115",
    "extendedHelp": "https://console.developers.google.com/apis/api/datastore/quotas?project=570403801115"
   }
  ],
  "code": 403,
  "message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/datastore/quotas?project=570403801115"
 }
}

crashes if columns are numeric

inside processor_csv.py it only checks for bool, it should probably check for int, long and float as well, otherwise processor attempts to call encode('UTF-8') on numeric types.

Prettify query output

Currently when running a query, the output comes out as a wall of text which is not easy to read through especially if the number of fields are large. I was wondering if we could print the output like you get in case of a PostgreSQL/MySQL db. The name of the fields would be printed in the first row and the values would then follow in separate rows. It would help in improving readability and will look more familiar to people coming from SQL background.

I have just started looking at the repo and I believe the necessary changes need to be made in the console.py file.

If the idea sounds good to you then I would like to proceed with making the necessary changes.

Error 403 usageLimits

I am getting the following error:

dsopz.http.Error: Status: 403 Forbidden {
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceeded",
    "message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/datastore/quotas?project=570403801115",
    "extendedHelp": "https://console.developers.google.com/apis/api/datastore/quotas?project=570403801115"
   }
  ],

I checked the quota on google cloud platform but I am not sure at which quota I should be looking.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.