Andreas Motl
Andreas Motl
Hi again. [This spot](https://github.com/daq-tools/lorrystream/actions/runs/15786466337/job/44503833136?pr=157#step:6:801) is another one of the same kind. Please help. 🙏 > [!WARNING] > > ERROR: Failed to build installable wheels for some pyproject.toml based projects (ciso8601)...
Gentle ping ;]. 🍀
Thank you very much for the swift turnaround. Three more CI jobs on Dependabot updates complete successfully now. - https://github.com/daq-tools/influxio/pull/165 - https://github.com/daq-tools/lorrystream/pull/157 - https://github.com/crate/cratedb-toolkit/pull/431
@dependabot recreate
### Background Meltano maintains a few columns to keep track of record metadata. An example schema is displayed below. - Docs: https://sdk.meltano.com/en/latest/implementation/record_metadata.html - Code: https://github.com/meltano/sdk/blob/v0.34.0/singer_sdk/sinks/core.py#L235-L319 ### Example DDL ```sql CREATE...
All right, thanks for your responses. I've adjusted the Singer/Meltano dialect to use double underscores `__` as a table prefix now, to designate "private/hidden" tables, see [sinks.py#L40-L50](https://github.com/crate-workbench/meltano-target-cratedb/blob/e10e76f03597db87ce7a7c5044075ffa13c8a374/target_cratedb/sinks.py#L40-L50). **Edit:** It's really...
Yes, using `_`-prefixed columns is a common pattern to introduce a "private namespace", in the same way like programming languages are doing it. In both cases, it is the programmer...
Hi. Thanks for your swift reply. Honestly, I can't remember if I was facing a real issue, or if I just wanted to report an anomaly. About the anomaly, that...