damccorm commented on code in PR #34487: URL: https://github.com/apache/beam/pull/34487#discussion_r2021662301
########## .github/workflows/refresh_looker_metrics.yml: ########## @@ -18,8 +18,6 @@ name: Refresh Looker Performance Metrics on: - schedule: - - cron: '10 10 * * 1' Review Comment: > This happens because in Looker Cloud, API3 tokens do not create a full OAuth session, which is required for rendering visualizations. One possible workaround I am considering in the short term is manually logging into Looker via a browser to activate a user session, and then running the workflow (via workflow_dispatch) while that session is still active. ([Tested](https://github.com/Amar3tto/beam/actions/runs/13628737980/job/38091607540) this) This seems fine for now if we don't have an immediate answer to this problem. Is it possible to obtain an oauth token by following https://cloud.google.com/looker/docs/api-auth#authentication_without_an_sdk ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org