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

schema/table navigation methods #800

Closed
ixcat opened this issue Jul 10, 2020 · 3 comments
Closed

schema/table navigation methods #800

ixcat opened this issue Jul 10, 2020 · 3 comments

Comments

@ixcat
Copy link
Contributor

ixcat commented Jul 10, 2020

should provide methods to:

  • list tables within a schema
  • list parts within a master:part
  • ???
@guzman-raphael
Copy link
Collaborator

To match our dj.list_schemas() syntax, perhaps we could do the following?

  • If schema is a schema object, schema.list_tables()
  • If Student is a master table, Student.list_parts()

@ixcat
Copy link
Contributor Author

ixcat commented Oct 24, 2020

other alternative could be some kind of dj.ls / dj.dir kind of a thing (or both)

@guzman-raphael
Copy link
Collaborator

Superseded by #838

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