Coder Social home page Coder Social logo

metabasepy's Introduction

metabasepy: Python wrapper for metabase REST Api

Coverage Status

Installing

Install metabasepy by running:

pip install metabasepy

Documentation

metabasepy's People

Contributors

brad-nelson-va avatar liadmord avatar lukedappleton avatar mertsalik avatar mstoncel avatar renaud avatar upy 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

metabasepy's Issues

Cards returned from QueryBuilder have different column name

When querying a card and parsing the resulting table Metabasepy expects the following items under the data field of the query response

data_requirements = {
'columns',
'rows',
'native_form'
}

However, the resulting data contains 'cols' and not 'columns'.

Feature - Reactivate User

PUT /api/user/:id/reactivate

Reactivate user at :id

You must be a superuser to do this.

PARAMS:
  • id

Integration Tests Needed

  • Authentication ( mock )
  • Resources ( Card, Collection, User, Database, Utility mocks )
  • ApiCommands ( Dataset mocks )

should be mocked with the help of proper testing library in integration_tests.

Possible options:

etc.

Limit problem

10.000 'den fazla satır bulunduran tablolara sorgu atıldığında, cevap içerisinde ilk 10.000 satır (kayıt) bulunuyor. Bu limiti kaldıracak veya baypas edecek bir yöntem eklenmeli.

get_by_collection not working

I don't seem to be able to get this working:
collection = cli.collections.get(collection_id=7) questions = cli.cards.get_by_collection(collection_slug=collection["slug"])

or when I do it like this:

questions = cli.cards.get_by_collection('collection_name)

it always returns the Our Analytics collection

Misplaced trailing comma

The trailing comma on this line needs removing. It's creating the verify attribute as a tuple (True, ) rather than simply a boolean, which is resulting in an error when using any method related to ApiCommand.

self.verify = kwargs.get('verify', True),

Thanks a lot

Create Wiki Pages

May be moving markdown files from docs folder to wiki will be a good start 🙂

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.