Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation config as protos #1766

Merged
merged 7 commits into from
Jul 7, 2024
Merged

Operation config as protos #1766

merged 7 commits into from
Jul 7, 2024

Conversation

Ekrekr
Copy link
Contributor

@Ekrekr Ekrekr commented Jun 26, 2024

Validation of these options are locked to the same functionality as before this change via these tests: https://github.com/dataform-co/dataform/blob/b3638a8134f51afdb7afed13d3786b0e2e0e98c9/core/main_test.ts#L1849C11-L1849C25

@Ekrekr Ekrekr changed the title Update operation to use config action fields Operation config as protos Jun 26, 2024
@Ekrekr Ekrekr requested review from a team, GJMcGowan and Tuseeq1 and removed request for a team and GJMcGowan June 28, 2024 15:09
@@ -75,8 +75,6 @@ export class Assertion extends ActionBuilder<dataform.Assertion> {
this.query(nativeRequire(config.filename).query);
}

// TODO(ekrekr): load config proto column descriptors.
Copy link
Member

Choose a reason for hiding this comment

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

Why remove this comment in assertion?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The comment is a lie - columns aren't a field on assertions https://cloud.google.com/dataform/docs/reference/dataform-core-reference#iassertionconfig

@Ekrekr Ekrekr merged commit f2f6f88 into main Jul 7, 2024
4 checks passed
@Ekrekr Ekrekr deleted the update-operation-to-config-action branch July 7, 2024 15:07
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