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

NR-347971 | OpenLineage event consumer writer #1887

Merged

Conversation

devendra-nr
Copy link
Contributor

Relevant information

Added domain and entities for Data Pipeline Observability product

Checklist

  • I've read the guidelines and understand the acceptance criteria.
  • The value of the attribute marked as identifier will be unique and valid.
  • I've confirmed that my entity type wasn't already defined. If it is I'm providing an explanation above.

@CLAassistant
Copy link

CLAassistant commented Jan 30, 2025

CLA assistant check
All committers have signed the CLA.

@devendra-nr devendra-nr changed the title NR-347971 Olin event consumer writer NR-347971 OpenLineage event consumer writer Jan 30, 2025
github-actions[bot]
github-actions bot previously approved these changes Feb 2, 2025
github-actions[bot]
github-actions bot previously approved these changes Feb 2, 2025
github-actions[bot]
github-actions bot previously approved these changes Feb 2, 2025
github-actions[bot]
github-actions bot previously approved these changes Feb 18, 2025
github-actions[bot]
github-actions bot previously approved these changes Feb 18, 2025
github-actions[bot]
github-actions bot previously approved these changes Feb 27, 2025
- updatedAt
name: job.name
encodeIdentifierInGUID: true
conditions:
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like the conditions for this definition are the same ones than for OLIN_JOBS. The conditions should have some differentiation to avoid collisions

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have added following condition to differentiate between events since the updatedAt field should be present only in OLIN_JOB_VERSIONS. Is this sufficient?

#OLIN_JOBS
 - attribute: updatedAt
    present: false
      
#OLIN_JOB_VERSIONS
  - attribute: updatedAt
     present: true

I have written similar conditions for OLIN_DATASETS vs OLIN_DATASET_VERSIONS

@nr-cmorenoin
Copy link
Contributor

To be merged after the freeze window

@otaviocarvalho otaviocarvalho merged commit 7c9f7fc into newrelic:main Mar 3, 2025
4 checks passed
otaviocarvalho added a commit that referenced this pull request Mar 6, 2025
apoloa added a commit that referenced this pull request Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants