-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Dataflow: Add empty provenance column to PathGraph. #15549
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
Dataflow: Add empty provenance column to PathGraph. #15549
Conversation
6c4969c
to
27b5367
Compare
2a5ca8b
to
26cd764
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C++/Swift(/dataflow) LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C# LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Java 👍 (aside from some tests failing that'll need an internal PR)
4fcb902
3bc3cd2
to
4fcb902
Compare
Rebased to resolve conflicts. |
This adds a column for provenance information to the PathGraph as preparation for alert provenance. In this PR the column is just added without any actual provenance information - that will be filled in a subsequent PR.