Skip to content

[dagster-airlift][print metadata 2/2] Ingest metadata from airflow logs #29313

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

Open
wants to merge 1 commit into
base: dpeng817/airlift_log_retrieval
Choose a base branch
from

Conversation

dpeng817
Copy link
Contributor

@dpeng817 dpeng817 commented Apr 15, 2025

Summary & Motivation

Hooks the metadata APIs up from previous PRs into the monitoring job; so that we actually log the external metadata on the object.

The task logs API is per-task, and so we parallelize using asyncio to avoid creating a huge bottleneck on log retrieval. Remains to be seen whether that's enough, my hunch is that it won't be enough for the largest of instances (or tasks that have massive log streams, which we'll probably have to process in a stream instead of concat-ing to a big string)

How I Tested These Changes

New assertions to existing tests.

Copy link
Contributor Author

dpeng817 commented Apr 15, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@dpeng817 dpeng817 requested review from OwenKephart and prha April 16, 2025 00:00
@dpeng817 dpeng817 marked this pull request as ready for review April 16, 2025 00:00
@dpeng817 dpeng817 changed the title [dagster-airlift] Ingest metadata from airflow logs [dagster-airlift][print metadata 2/2] Ingest metadata from airflow logs Apr 16, 2025
@dpeng817 dpeng817 force-pushed the dpeng817/airlift_log_retrieval branch from 30757ef to ca5040f Compare April 18, 2025 17:33
@dpeng817 dpeng817 force-pushed the dpeng817/airlift_log_retrieval branch from ca5040f to 43f3973 Compare April 18, 2025 18:00
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.

1 participant