Skip to content

issues Search Results · repo:elchicodepython/python-nocodb language:Python

Filter by

12 results
 (52 ms)

12 results

inelchicodepython/python-nocodb (press backspace or delete to remove)

Hi, is there a way, with you library, to add links between records in different table using the NocoDB relationships? Thanks
  • CarmineMolisso
  • Opened 
    on Aug 14, 2024
  • #22

Just wanted to bring this issue up - on certain environments, it seems that running pip install nocodb failes with an error that looks something like: UnicodeDecodeError: charmap codec can t decode byte ...
  • xlea99
  • 1
  • Opened 
    on Aug 4, 2024
  • #21

Hi, nice project! I m trying to connect and list the table row using # Usage with API Token client = NocoDBRequestsClient( # Your API Token retrieved from NocoDB conf APIToken(token), # ...
  • elect86
  • Opened 
    on Jul 1, 2024
  • #20

Hi, I tried to create links between records with: client.table_row_create(project, disks , { machine.Id : machine_id) In my example I have a machine table and a disk table having a one to many relationship. ...
  • masfaraud
  • 1
  • Opened 
    on Oct 27, 2023
  • #18

Hi, Seems like whl file is missing for nocodb 2.0.0 and 2.0.1 at pypi.org. pip is skipping releases where egg file exists: pip install nocodb==2.0.1 -vvv ... https://files.pythonhosted.org/packages/64/58/dbd52713b948b7c30ed4bdabd3b2b9655781e4dd581d89807cb5af379185/nocodb-1.0.0-py3-none-any.whl ...
  • johnatank
  • 2
  • Opened 
    on Sep 4, 2023
  • #16

https://github.com/elchicodepython/python-nocodb/issues/10#issuecomment-1526309404 # Retrieve the first 10000 rows table_rows = client.table_row_list(project, table_name, params={ limit : 10000}) I saw ...
  • alx-xlx
  • 2
  • Opened 
    on Aug 1, 2023
  • #15

It could be great to have an object or method that let you paginate the returned rows. Something like: client.table_row_list(...auto_paginate=True) - Generator[Row] Related issue: https://github.com/elchicodepython/python-nocodb/issues/10 ...
enhancement
good first issue
  • elchicodepython
  • Opened 
    on Apr 27, 2023
  • #11

Thanks for providing this projekt in python and the initial documentation. If I send my table_row_list , the return list only contains 25 rows of the table. Is there a parameter to fetch all rows at once ...
  • kpleines
  • 3
  • Opened 
    on Apr 27, 2023
  • #10

Table and column management capabilities where added in this PR https://github.com/elchicodepython/python-nocodb/pull/7 but there is no doc about them inside the README.
  • elchicodepython
  • Opened 
    on Mar 4, 2023
  • #9

This was something that I ve made for myself at the beginning but as it seems that is being used by a lot of people we need to make sure that everything works like a charm. I m creating this issue to ...
enhancement
help wanted
  • elchicodepython
  • Opened 
    on Mar 3, 2023
  • #8
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub