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

Print graph of operations and data schema #7

Open
asavinov opened this issue Jul 25, 2021 · 0 comments
Open

Print graph of operations and data schema #7

asavinov opened this issue Jul 25, 2021 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@asavinov
Copy link
Owner

Implement helper functions:

  • Print current data schema, that is, list of tables, list of columns and their connections. For example, names print_schema
  • Print graph of operations with dependencies. Here we could print original operations as defined by the user, or the whole graph of operations as produced by the topology translator. For example, named print_operations
@asavinov asavinov added the enhancement New feature or request label Jul 25, 2021
@asavinov asavinov added this to To do in prosto via automation Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
prosto
To do
Development

No branches or pull requests

1 participant