Skip to content

Feature/asset lineage complete#66969

Closed
AutumnIeaf wants to merge 16 commits into
apache:mainfrom
tmao8:feature/asset-lineage-complete
Closed

Feature/asset lineage complete#66969
AutumnIeaf wants to merge 16 commits into
apache:mainfrom
tmao8:feature/asset-lineage-complete

Conversation

@AutumnIeaf
Copy link
Copy Markdown

Fixes regressions in the asset lineage feature by removing duplicate API endpoints and correcting the generated TypeScript OpenAPI spec missing the depth parameter. Resolves Playwright E2E UI tests by renaming an ambiguous substring-colliding node.

closes: #ISSUE


Was generative AI tooling used to co-author this PR?
  • Yes — Antigravity

Generated-by: Antigravity following the guidelines

AutumnIeaf and others added 16 commits March 22, 2026 19:14
* Add core REST API endpoint for asset lineage graph. Relates to #3

* Fix IntegrityError in TestGetAssetLineage by adding DagModels

---------

Co-authored-by: Junkai Zheng <130508738+AutumnIeaf@users.noreply.github.com>
* Add core REST API endpoint for asset lineage graph. Relates to #3

* Fix IntegrityError in TestGetAssetLineage by adding DagModels

* UI: Add Asset Lineage graph component with mock data

* Add mock asset lineage search and loading states

* UI: add upstream & downstream  hover highlighting for asset lineage graph

* keep navigation

* UI: sync OpenAPI codegen and add missing locale keys

* CI: Fetch upstream Helm tags for release issue

* AirflowCTL: update generated.py to match OpenAPI config

* CI: retrigger checks

* CI: retrigger checks

* Tests: add unit & integration tests for path highlights

* add unit test for data lineage search feature

* UI: Integrate Asset Lineage graph with real API and add interactive highighting

* Add license header back

---------

Co-authored-by: Minghao Zhou <mz2962@columbia.edu>
Co-authored-by: Zihan Zhao <zihanzhao1117@berkeley.edu>
- Fix perfectionist/sort-object-types and sort-objects in AssetLineageGraph.test.tsx
- Replace window with globalThis in useAssetLineage.test.tsx (no-restricted-globals)
- Reorder class members in AssetDetailPage.ts (perfectionist/sort-classes)
- Fix strict-boolean-expressions in AssetLayout.tsx (column_lineage check)
- Extract LineageToolbar component to keep AssetLayout.tsx under 250-line limit
- Fix TypeScript errors in AssetInsightsPanel.test.tsx (missing created_at/updated_at)
- Fix TypeScript readonly/mutable mismatch in AssetLineageGraph.test.tsx
- Add Read Only badge and inlet/outlet tooltip to AssetPanelButtons
@boring-cyborg
Copy link
Copy Markdown

boring-cyborg Bot commented May 14, 2026

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example Dag that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

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.

4 participants