Andrew Jones

Results 5 comments of Andrew Jones

I'm no longer working on this project and don't recall exactly why the duplicate job name check wasn't working. @Ralnoc might be able to provide more details here.

You will see this error when you have no reservations and when you have no running instances. To get around this problem, I added conditional logic around the summations. The...

The precedent for this change has been set by ingestion jobs such as [Looker](https://github.com/datahub-project/datahub/blob/e4bc915c78b83f8f85a27d74696719db7f9e2e9b/metadata-ingestion/src/datahub/ingestion/source/looker/looker_common.py#L1057-L1058) and [SQL](https://github.com/datahub-project/datahub/blob/e4bc915c78b83f8f85a27d74696719db7f9e2e9b/metadata-ingestion/src/datahub/ingestion/source/sql/sql_common.py#L127)

PR #9873 has been created to resolve this problem

My team is working on removing all `k8s.gcr.io` references from our environment and discovered this registry reference today. @slok this PR appears to cover all of the renaming needed. Is...