Carlos Cueto
07/01/2022, 1:28 PMPrefectSecret
explicitly but make use of secrets in other ways, such as Git
storage git_clone_url_secret_name=<secret_key>
.
The error is the following:
ClientError([{'path': ['secret_value'], 'message': 'An unknown error occurred.', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}])
The error is very vague and it's very difficult to understand what the error is exactly. Any help is appreciated, this is affecting our production workflows that sometimes take hours to run.Anna Geller
07/01/2022, 4:51 PM