Skip to content

Preserve Governance Controls in Dataform.#2220

Open
mohamed-saad wants to merge 2 commits into
mainfrom
preserve-governance-controls
Open

Preserve Governance Controls in Dataform.#2220
mohamed-saad wants to merge 2 commits into
mainfrom
preserve-governance-controls

Conversation

@mohamed-saad

Copy link
Copy Markdown

Adding flags to enable preserving governance controls such as Data Policies, and Data Governance Tags during the tables creations.

Adding flags to enable preserving governance controls such as Data
Policies, and Data Governance Tags during the tables creations.
@mohamed-saad
mohamed-saad requested a review from a team as a code owner July 15, 2026 09:13
@mohamed-saad
mohamed-saad requested review from Ceridan and removed request for a team July 15, 2026 09:13
Comment thread version.bzl
@@ -1 +1 @@
DF_VERSION = "3.0.61"
DF_VERSION = "3.0.62"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move this change to a separate dedicated PR

Comment thread protos/core.proto
FileFormat file_format = 10;
string storage_uri = 11;
repeated string incremental_predicates = 12;
bool preserve_governance_controls = 13;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this meant to be available on the project level (workflow_settings.yaml)? if it is then I believe you should add this option to ProjectConfig https://github.com/dataform-co/dataform/blob/main/protos/core.proto#L15 and workflow_settings.ts https://github.com/dataform-co/dataform/blob/main/core/workflow_settings.ts#L98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants