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

Error message is not clear enough to state what goes wrong with the command. Closes #109 #137

Merged
merged 1 commit into from
May 27, 2021

Conversation

bigdatasourav
Copy link
Contributor

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
Add example SQL query results here (please include the input queries as well)

@bigdatasourav
Copy link
Contributor Author

> select name, sku_name, sku_tier from azure_compute_disk where sku_tier = 'Premium';
Error: Invoking Azure CLI failed with the following error: ERROR: Please run 'az login' to setup account.
> select * from azure_security_center_contact;
Error: Invoking Azure CLI failed with the following error: ERROR: Please run 'az login' to setup account.

@LalitLab
Copy link
Contributor

can you uninstall Azure CLI (i.e az) and try if it works fine

@bigdatasourav
Copy link
Contributor Author

please check once as updated.

Copy link
Contributor

@LalitLab LalitLab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cbruno10 cbruno10 merged commit b5155de into main May 27, 2021
@cbruno10 cbruno10 deleted the issue-109 branch May 27, 2021 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error message is not clear enough to state what goes wrong with the command.
3 participants