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

Add lineage printing and generation support #56

Merged
merged 5 commits into from
Jul 19, 2022
Merged

Add lineage printing and generation support #56

merged 5 commits into from
Jul 19, 2022

Conversation

sdboyer
Copy link
Contributor

@sdboyer sdboyer commented Jul 12, 2022

This introduces:

  • New package for manipulating lineages at the AST level, encoding/cue (don't really like this name, but 🤷)
  • CLI commmand for generating empty lineage
  • CLI command for generating lineage from openapi, json schema
  • CLI Options for generating lineages at subpaths (deferred)

skipping tests again 😭 best test for this is just golden files, and i'm not gonna one-off that when thema's needs really merit a framework

Fixes #55

@sdboyer sdboyer added the enhancement New feature or request label Jul 12, 2022
@sdboyer sdboyer self-assigned this Jul 12, 2022
@CLAassistant
Copy link

CLAassistant commented Jul 12, 2022

CLA assistant check
All committers have signed the CLA.

@sdboyer sdboyer merged commit 00068ed into main Jul 19, 2022
ishanjainn pushed a commit that referenced this pull request Oct 27, 2022
Add lineage printing and generation support
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
None yet
Development

Successfully merging this pull request may close these issues.

Add support for generating lineages from various inputs
2 participants