dbtc
dbtc copied to clipboard
Here's section in question: https://github.com/dpguthrie/dbtc/blob/daf8f15ade6ccb103e4748fc2dfd88c41a850a6a/docs/guide/cloud.md?plain=1#L377-L378 And an example section that provides payload https://github.com/dpguthrie/dbtc/blob/daf8f15ade6ccb103e4748fc2dfd88c41a850a6a/docs/guide/cloud.md?plain=1#L422-L454 I'm trying it out now, so glad to fork/PR an example in if I figure it out,...
Hi, we would like to monitor failed login attempts to our account. We are using https://dbtc.dpguthrie.com/0.2/guide/cloud/#list_audit_logs to access the audit logs. it includes these event types: credentials.added credentials.changed environment.changed job_definition.added...
On azure devops, if I call the Slim CI job with dbtc trigger-autoscaling-ci-job with the --should-poll, when the job finishes it always gives a success on ADO, when it should...
On the event of the job is success, we need to trigger another job. Flow is: - Check the last run of from-job - failed: do nothing - success: check...
Close #84
Currently there is only a method to create environment variables at the project/environment level, but we need a way to create environment variables at the job level using these definitions:...
This package should limit the ability for a user to spam the runs endpoint when polling for completion of a job. A default setting should be created that serves as...
Some customers are running into errors when triggering jobs: ```python File "***********lib\json\decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1...