Ildar Nurislamov
Ildar Nurislamov
- ✅ app start / shutdown / ~~running_time~~ - its ok to bw used instead of start / shutdown - ✅ unit initialization (~~destination~~, ~~source~~, ~~api_key~~, etc) ~~success | error~~...
@viggin543 Great work! Thank you! We plan to allocate more resources on k8s deployment in the near future. Your work will be very helpful
@saadhypng You may avoid flattening by converting nested json to string: ```$.properties = JSON.stringify($.properties)``` this way jsonb type will be properly applied
@saadhypng it is strange. I've reproduced jsonb in my test. Maybe the tool you use to show table schema doesn't distinguish json types. Can you please check with following query:...
No changes in uploader.go yet > Current fallback logic is hidden in abstract.go AccountResult and must be removed from there. Not addressed yet.
@icychocolate98 If Google changed available fields for some resources Jitsu cannot do much about that. I recommend to rebuild field list using query builder: https://developers.google.com/google-ads/api/fields/v11/campaign_query_builder
We generate `eventn_ctx_event_id` based on primary keys fields provided by source. In case of Bing - it is airbyte implementation. Bing Airbyte Source currently returns the following set of key...
@mri-dula I've made a simple fix that allows any destination to work as post_handle_destinations (without UI support yet) But without `boolean - were there any writes done` - that will...
@sashayakovtseva Experimental support design was added in [1.43.3](https://github.com/jitsucom/jitsu/releases/tag/v1.43.3)
Same happens in **confluent-kafka-go** when using AdminClient's `ListConsumerGroupOffsets` method. If cluster configuration changes (e.g. node restart) app crashes with: ``` Assertion failed: (eonce->refcnt > 0), function rd_kafka_enq_once_del_source_return, file rdkafka_queue.h, line...