Ivan Plantevin

Results 6 issues of Ivan Plantevin

Hi all, On virtually all longer crawl sessions, the max crawl depth is regularly exceeded. I am currently doing a crawl that has been running for 2 hours, found 1100...

**Problem description** At the moment, global tag transforms result in a new (blueprint) data policy. We should make it possible to extend existing rule sets. That way, one can specify...

enhancement
linear

**Problem description** The `GetBlueprintPolicyRequest`s are not consistent with `ResourceUrn` anymore. Processing platforms: ``` message GetBlueprintPolicyRequest { string platform_id = 1 [(buf.validate.field).string = {min_len: 1}]; entities.v1alpha.Table table = 2; optional string...

enhancement
linear

The current hash transform is implemented in the platform-agnostic `DefaultProcessingPlatformTransformer`. There are a couple issues with it: * The hashing functions differ across platforms, e.g. in their return types. *...

enhancement
linear

**Problem Statement** Hi, as far as I can see, the Lineage Tracking API is not available in the SDK. I can successfully call the REST API directly. I'm referring to...

Hi, While working on some ArchUnit checks (I find the tool really useful so far!), I found that annotations with a target of `@Target(TYPE_USE)` are ignored (for example with `@Nullable`...