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

[FLINK-34657] extract lineage info for stream API #25056

Merged

Conversation

HuangZhenQiu
Copy link
Contributor

What is the purpose of the change

Support Lineage info extraction for Stream API use cases.

Brief change log

  • Add LineageVertexInfo into transformation when user use DataStream API to add source and sink
  • Add Test cases in LineageGraphUtilsTest for source and sink.

Verifying this change

  • Add test cases in LineageGraphUtils
  • Add test cases in JobStatusChangedListenerITCase

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (no)
  • The serializers: (no)
  • The runtime per-record code paths (performance sensitive): (no)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
  • The S3 file system connector: (no)

Documentation

  • Does this pull request introduce a new feature? (yes)
  • If yes, how is the feature documented? (not documented)
@HuangZhenQiu HuangZhenQiu changed the title [FLINK-34657] add lineage info for stream API Jul 9, 2024
@HuangZhenQiu HuangZhenQiu changed the title [FLINK-34657] exact lineage info for stream API Jul 9, 2024
@HuangZhenQiu HuangZhenQiu force-pushed the FLINK-34657-stream-api-lineage branch from a433b00 to 75d6e98 Compare July 9, 2024 06:32
@flinkbot
Copy link
Collaborator

flinkbot commented Jul 9, 2024

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build
@HuangZhenQiu HuangZhenQiu changed the title [FLINK-34657] extract lineage info for stream API Jul 9, 2024
@HuangZhenQiu HuangZhenQiu changed the title [FLINK-34657][API] extract lineage info for stream API Jul 9, 2024
@HuangZhenQiu HuangZhenQiu changed the title [FLINK-34657][api] extract lineage info for stream API Jul 9, 2024
@FangYongs
Copy link
Contributor

Thanks @HuangZhenQiu , +1

@FangYongs FangYongs merged commit bcacea9 into apache:master Jul 20, 2024
snuyanzin pushed a commit to snuyanzin/flink that referenced this pull request Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants