pace icon indicating copy to clipboard operation
pace copied to clipboard

Data policy IN, dynamic view OUT: PACE is the Policy As Code Engine. It helps you to programatically create and apply a data policy to a processing platform like Databricks, Snowflake or BigQuery (or...

Results 33 pace issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.zonky.test:embedded-postgres](https://redirect.github.com/zonkyio/embedded-postgres) | `2.0.6` -> `2.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zonky.test:embedded-postgres/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.zonky.test:embedded-postgres/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate
gradle
minor-patch
gradle-app

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.ktor:ktor-bom](https://redirect.github.com/ktorio/ktor) | `2.3.9` -> `3.3.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-bom/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.ktor:ktor-bom/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate
gradle
gradle-app
major

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [build.buf.gen:getstrm_pace_protocolbuffers_java](https://buf.build/getstrm/pace) | `25.3.0.2` -> `27.3.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/build.buf.gen:getstrm_pace_protocolbuffers_java/27.3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate
gradle
gradle-app
grpc-protobuf
major

In order to be able to track where a section in a Data Policy originated from, we need to keep track of this information in the Data Policy itself as...

**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** While the provided tutorials show the configuration of policies quite well, it's not super clear to see how the resulting view is implemented (for each processing platform). Eg.,...

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

![image.png](https://uploads.linear.app/0a0b0e7d-9b60-4e38-9683-221b13d0ffb2/da60c664-31f3-407d-96b1-b13952983eee/ee9ffef1-8c6a-46a0-b970-eff92da085c5?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzBhMGIwZTdkLTliNjAtNGUzOC05NjgzLTIyMWIxM2QwZmZiMi9kYTYwYzY2NC0zMWYzLTQwN2QtOTZiMS1iMTM5NTI5ODNlZWUvZWU5ZmZlZjEtOGM2YS00NmEwLWI5NzAtZWZmOTJkYTA4NWM1IiwiaWF0IjoxNzAzNzYwNTAxLCJleHAiOjE3MDM4NDY5MDF9.23XK-gTRqQ5t3SOSAp2UdfE-C1Yzfa96OTxEW0d-iUk) The current client translates this in an error. Happens for instance when getting a data-policy ``` dpace get data-policy --processing-platform dbr-pace pace.alpha_test.gddemo Error code = Internal Details = An...

A Data Policy currently is unique based on the `id` and the `platform_id` (and `version`), but this is only enforced in the database. To ensure consistency across the API and...