David Cavazos

Results 23 comments of David Cavazos

Thanks for following up on this, this is really exciting! 🎉

Error: `google.api_core.exceptions.PermissionDenied: 403 No permission to lookup Entry "//bigquery.googleapis.com/projects/python-docs-samples-tests/datasets/python_data_catalog_sample_20240506093127_bddbb5ee/tables/python_data_catalog_sample_20240506093128_dfb2c81f" or it does not exist.`

Most likely a transient issue, closing for now

`google.api_core.exceptions.PermissionDenied: 403 No permission to lookup Entry "//bigquery.googleapis.com/projects/python-docs-samples-tests/datasets/python_data_catalog_sample_20240514092932_ff1d2d9b/tables/python_data_catalog_sample_20240514092933_b8c54596" or it does not exist.` Same error as before. Definitely not consistent, but I'm not sure why this one is flaky. This...

Failure happens on [`datacatalog_client.lookup_entry`](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/faa918664dd2342e07b3b752350bc59d9e3646f5/datacatalog/quickstart/quickstart.py#L107)

The test looks pretty simple, using [some fixtures](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/faa918664dd2342e07b3b752350bc59d9e3646f5/datacatalog/quickstart/quickstart_test.py#L19) for the resources. Those fixtures are defined in the [`conftest.py`](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/datacatalog/quickstart/conftest.py) file. The resource setup seems correct. The permissions setup is a bit...

I am working on adding Cloud Run predictions. The code itself remains pretty much the same, but I had to refactor the directory structures due to Python packaging and how...

I refactored a lot of the directory structure to be able to share the local packages with the appropriate stages of the sample. I also had to split the notebook...

Tests are passing locally, although there are currently issues with the testing infrastructure.

`HTTPError: 503 Server Error: Service Unavailable` -- transient error, retesting