Dilyan Damyanov
Dilyan Damyanov
Thanks so much for this @ggregoire ! As you may have noticed, we're in the process of moving the documentation from Github wikis to our new dedicated docs site. This...
Any non-supplied variable has the same effect. Missing `password` is just a highly likely scenario.
@LauLaman That might already be possible with some more advanced use of the [Go text template processor](https://golang.org/pkg/text/template/#Template.Lookup). You would define the range of values in your playbook: ``` :variables: :countries:...
Thanks @alexanderdean . Will make sure to address those before merging.
Yes, I agree. All the product fields are optional in the Measurement Protocol's [parameter reference docs](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#enhanced-ecomm), which makes https://github.com/snowplow/iglu-central/blob/master/schemas/com.google.analytics.enhanced-ecommerce/productFieldObject/jsonschema/1-0-0 too restrictive.
This is a brief of the use case by @architgoyal1: In the following case it seems a reboot of Stream Enrich is needed: 1. upload schema 1-0-0 to iglu 2....
The caching issue -- yes; but people sending events before deploying schemas is rather common. On the other hand, with Event Recovery 0.1.0 now out, those failures should be easier...
It would be best to make the period longer though. 300ms is too often. It makes debugging a pain because of how chatty it is. On 27 Oct 2021, 21:41...
Hi @lionkeng , apologies for the long silence about your question. You can create a table by specifying the `load_tstamp` column as the partitioning column. This column will be automatically...
This appears to be impossible. A `PipelineSpec` dry runs the entire job. It allows us to provide test inputs that go through the processing logic and populate a test output,...