Daniel Mintz
Daniel Mintz
As far as I can tell, there's no way to tell from the API whether a particular derived table is ephemeral or has a persistence strategy. If you're attempting to...
Using the Python SDK, when I run the code suggested by the API explorer: `response = sdk.scheduled_plans_for_look(look_id=1)` I get the following error: ``` Traceback (most recent call last): File "/Users/me/VSCode/looker-sdk/main.py",...
### TL;DR This [tutorial](https://cloud.google.com/blog/topics/developers-practitioners/deploying-serverless-platforms-github-actions) suggests that you use the `providers/cloud.storage/eventTypes/object.finalize` syntax for event triggers, but this leads to the extremely cryptic "The request has errors" error. Using the `google.storage.object.finalize` syntax...