-
Notifications
You must be signed in to change notification settings - Fork 65
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
Unity #159
Unity #159
Conversation
@memoryz - how many actions do we need in SampleProgram? At least one for each endpoint will be sufficient? |
Also, I added lineage endpoint which is mentioned here - https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/data-lineage . It is not covered with tests and not added in SampleProgram as it cannot be found in REST API documentation, however I will need that endpoint for my project. |
…catalog type in documentation
@skarpecki let me know when this is ready for code review. :) |
@memoryz - i'm pretty busy right now. Most of the code is good to go. I'm just wondering if should I add some more sample methods, although I feel like it can be done in future PR. |
Signed-off-by: Jason Wang <[email protected]>
@memoryz - thank you for fixes! |
I've started working on Unity Catalog API. I feel like doing it in parts with Draft PR makes most sense, as it will be a lot of code in the end. I will simply push changes in chunks. There are also changes from Pipelines PR on this branch, so until the other branch is merged we'll have some already reviewed changes here.