vvatlin

Results 7 comments of vvatlin

It would be handy to have such option.

Hi @gruebel Yes, sure let me try. I'll create a PR

Still have the same issue ``` aws_dms_replication_task.this["cdc_ex"]: Creating... ╷ │ Error: error creating DMS Replication Task (adv2-s3-prod): InvalidParameterValueException: TimestampColumnName cannot be an empty string. │ status code: 400, request id:...

I'm not sure if it helps, but it works for me ``` const response = await $auth.loginWith("cookie", { body: new URLSearchParams(state) }) ```

Looks like I have the same issue my application.yaml looks like this: ```apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: istiod namespace: argocd spec: source: targetRevision: 1.13.3 helm: values: |- global: hub:...