Kumar Shubham
Kumar Shubham
I can see in source code function are returning the inserted_rows ` def execute(self, query, params=None, with_column_types=False, external_tables=None, query_id=None, settings=None, types_check=False, columnar=False): """ Executes query. Establishes new connection if it...
I am able to get no of row Inserted if array of values is passed as separate argument. >>> c.execute("insert into test.pets (id, name, eventTime) VALUES", [(2, 'Mini', datetime.datetime.now()), (3,...
Fix: Update the template: https://github.com/lablabs/ansible-role-rke2/blob/main/templates/kube-vip/kube-vip.yml.j2 Line -> 69,70, add double quotes ``` {% for item in rke2_kubevip_args %} - name: {{ item.param }} value: {{ item.value }} {% endfor %}...