Skip to content

Commit

Permalink
log improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
LightWills authored and vysahjk committed Jul 26, 2024
1 parent 41f23b7 commit 4e70d51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def update_credentials(self, workspace_id: str, dataset_id: str):
access_token = self.powerbi_token
response = oauth_request(get_url, access_token)
if response is None:
logger.error(f"[powerbi] failed to update dataset with dataset_id : {dataset_id}")
logger.error(f"[powerbi] failed to update credentials on dataset_id : {dataset_id}")
return None
output_data = response.json().get("value")
credential_details = {
Expand Down

0 comments on commit 4e70d51

Please sign in to comment.