You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"No fields found in explore '{explore_name}' from Looker API, falling back to view context"
655
658
)
656
659
657
-
exceptExceptionase:
660
+
exceptException:
658
661
logger.warning(
659
-
f"Failed to get explore details from Looker API for explore '{explore_name}': {e}. Falling back to view context."
662
+
f"Failed to get explore details from Looker API for explore '{explore_name}'. Current view: {self.view_context.name()} and view_fields: {view_fields}. Falling back to view csontext.",
663
+
exc_info=True,
660
664
)
665
+
# Resetting view_fields to trigger fallback to view context
0 commit comments