-
Notifications
You must be signed in to change notification settings - Fork 10
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 support for views #20
Conversation
ag-ramachandran
commented
Nov 7, 2024
- Add support for Views/Functions apart from Materialized views
- Facilitate local development adding support for AZ CLI based auth
- Upgrade Kusto libraries to latest version
@ag-ramachandran hey! We'll see in about a week |
@ag-ramachandran hi! Thank you for your PR. Could you add some unit tests for the new functionality? |
Hello @pa1ch , done. Added tests for both the AZCLI based auth scenarios and also for the views addition. |
@ag-ramachandran fix pylint errors please.
|
Hello @pa1ch , Fixed the formatting lint. Would you know why this fails
|
@ag-ramachandran thank you for fix. I fixed mypy error |