pace
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...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
[PACE-71] Data Policy Element Lineage: add meta information for traceability of Data Policy elements
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...
**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.,...
**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...
 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...