Skip to content

feat(pentaho): initial implementation of pentaho source for DataHub ingestion #13956

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rohansun
Copy link
Contributor

@rohansun rohansun commented Jul 3, 2025

Overview

This PR introduces a new ingestion source for Pentaho Kettle files (.ktr and .kjb).

What's included

  • Table-level lineage from TableInput and TableOutput steps
  • DataJob metadata extraction (job name, type, description)

Current Limitations

  • Only TableInput and TableOutput steps are handled currently
  • No column-level lineage yet
  • Variables in table names or SQL queries (like ${tableString}) cannot be resolved - they are either preserved literally in URNs or cause fallback behavior during SQL parsing

@github-actions github-actions bot added ingestion PR or Issue related to the ingestion of metadata community-contribution PR or Issue raised by member(s) of DataHub Community labels Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution PR or Issue raised by member(s) of DataHub Community ingestion PR or Issue related to the ingestion of metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant