Furkan Taşbaşı
Furkan Taşbaşı
Your environment pydbantic Version: 0.0.38 Python Version: 3.9 What happened? I was trying to create a sample sqlite database with a simple table schema as following ``` from typing import...
SSLError
### Your environment SDK Version: 1.3.0 Connect Server Version: 1.5.7 OS: macOS Ventura Python Version: 3.9 ## What happened? I was doing some update operations through my connect server but...
``` [STREAM_TASK] Name nic_eth_1g0_metrics Exec CREATE STREAM netif WITH (tag='netif_metrics') AS SELECT ROUND(AVG(eth1.rx.bytes),2) AS rx.bytes, ROUND(AVG(eth1.tx.bytes),2) AS tx.bytes FROM STREAM:mem_data WINDOW TUMBLING (90 SECOND); ``` Existing: ``` { "@timestamp":1696539372.341829 "eth1.rx.bytes":7270.37353515625...
Is it possible to release a binary executable file for Flyway multi-arch?