-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(ingest): add ability to read other method types than GET for OAS ingest recipes #8303
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looking good - would be good to (1) add some tests and (2) revert the extraneous changes
Also, this change probably didn't require an RFC. While I appreciated it and it helped give some context around the PR, rfcs are generally only required for major platform-level changes
metadata-ingestion/src/datahub/ingestion/source/openapi_parser.py
Outdated
Show resolved
Hide resolved
metadata-ingestion/src/datahub/ingestion/source/looker/looker_config.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall the code looks good
It'd be great to add some tests for this as well, even if just small unit tests for some of the new functionality
@jsmilkstein we've had some flakiness in CI lately - just trying to get this green before merging. |
Opened an RFC here datahub-project/rfcs#3, this is the associated code. Allows openapi recipes to display the metadata for non-GET methods, if there's an example in the spec.
Note: currently looking for a good test spec for the tests
Note: A lot of the file changes were from
black
adjusting whitespaceChecklist