-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Implemented get_name in StatsLogger, updated Otel and StatsD #43340
Open
ArshiaZr
wants to merge
56
commits into
apache:main
Choose a base branch
from
ArshiaZr:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+210
−154
Open
Changes from 5 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
594d185
Implemented get_name in StatsLogger, updated Otel and StatsD
ArshiaZr 490ad5d
Refactor StatsLogger base class and update SafeOtelLogger and SafeSta…
ArshiaZr ed8ae52
Merge branch 'main' into main
ArshiaZr e0a6233
Refactor metric name validation to preserve Allow/Block list compatib…
ArshiaZr 6d14631
Merge branch 'main' of https://github.com/ArshiaZr/airflow
ArshiaZr 981405d
Merge branch 'main' into main
ArshiaZr 8a243ec
Merge branch 'main' into main
ArshiaZr 459fa28
Refactored and deleted unnecessary parts of the code
ArshiaZr a6246bf
Merge branch 'main' into main
ArshiaZr dcbe5b4
Categorized the test cases accordingly and named them properly
ArshiaZr a6b01ad
Merge branch 'main' of https://github.com/ArshiaZr/airflow
ArshiaZr 0dbab73
Refactor tag handling in DogStatsdLogger
ArshiaZr cecf8d5
Implemented inheritance for SafeDogStatsdLogger
ArshiaZr f06adfc
Merge branch 'main' into main
ArshiaZr 8940606
Merge branch 'main' into main
ferruzzi ed094ad
refactor: remove redundant checks, lift OTel length restriction, and …
ArshiaZr f998467
Removed BACK_COMPAT_METRIC_NAMES as it's not beeing used anymore
ArshiaZr e9f5900
Capped otel metric name to 256 chars. Made test cases for otel_logger…
ArshiaZr 5b134ab
Merge remote-tracking branch 'upstream/main'
ArshiaZr 570ac74
Merge branch 'main' into main
ArshiaZr af4d42f
Implemented get_name in StatsLogger, updated Otel and StatsD
ArshiaZr 02223ce
Refactor StatsLogger base class and update SafeOtelLogger and SafeSta…
ArshiaZr eb9acec
Refactor metric name validation to preserve Allow/Block list compatib…
ArshiaZr 3fa9c7d
Refactored and deleted unnecessary parts of the code
ArshiaZr d77808e
Categorized the test cases accordingly and named them properly
ArshiaZr 63e3b51
Refactor tag handling in DogStatsdLogger
ArshiaZr 3e87d20
Implemented inheritance for SafeDogStatsdLogger
ArshiaZr 911f245
refactor: remove redundant checks, lift OTel length restriction, and …
ArshiaZr 868f555
Removed BACK_COMPAT_METRIC_NAMES as it's not beeing used anymore
ArshiaZr 134ef18
Capped otel metric name to 256 chars. Made test cases for otel_logger…
ArshiaZr b421756
Fix failing ruff check on main (#44399)
potiuk e5a5ed8
Fix formatting for backport failure message. (#44392)
potiuk 8555660
Remove Pydantic 2.10.0/2.10.1 workaround (#44400)
potiuk b1caf81
Remove reference to hatch and add uv usage (#44401)
perry2of5 c12e233
AIP-84 Migrate Trigger Dag Run endpoint to FastAPI (#43875)
rawwar a291adc
Also check NEW_SESSION imports in pre-commit (#44388)
uranusjr 91199a8
add basic system tests for OpenLineage (#43643)
mobuchowski 33bc3fc
Add DAG arguments to asset decorator (#44384)
uranusjr 40b6600
add openblock labs to INTHEWILD (#44365)
melotik 01f2bfb
Add 'airflow assets list' (#44387)
uranusjr 112b7ad
Delete `dag_version` table when downgrading the DB from the versioned…
ephraimbuddy 59b5979
Allow 'dag_version' table to be deleted by db clean command (#44389)
ephraimbuddy f7fac36
docs(newsfragment): add template for significant newsfragments (#44378)
Lee-W 4c5f0b6
AIP-84 Refactor SortParm (#44345)
jason810496 18bca07
Move external task sensor to standard provider (#44288)
kunaljubce fb928e5
Add note about why we still have `black` config settings (#44415)
ashb f11f1b0
chore: unify handling of gcs paths (#44410)
kacpermuda 0d2e840
AIP-72: Add support for fetching XComs in Supervisor (#44408)
kaxil 1088f14
AIP-72: Improve Supervisor and Task Instance State Validation (#44405)
kaxil 5500372
Move OpenAPI tests to breeze container (#44326)
gopidesupavan d9f4167
Update providers metadata 2024-11-27 (#44418)
eladkal 0ea46d4
feat: add OpenLineage support for transfer operators between gcs and …
kacpermuda 2e195a6
AIP-84 Refactor test cases with `datetime_zulu_format` (#44323)
jason810496 a8bf66c
Fixing rendering of code block for newsfragment command (#44419)
amoghrajesh 1c0adb2
Merge branch 'main' of https://github.com/ArshiaZr/airflow
ArshiaZr 84a98bc
Merge branch 'main' into main
shahar1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we removing @classmethod from all of these? Seems unusual to remove the decorator but leave the
cls
parameter.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd be happy for an explanation about the necessity of removing
@classmethod
- won't it break the functionality that we have indag_processing/manager.py
? For example:https://github.com/apache/airflow/blob/1c0adb21f6cb5efa24270913444f189776835747/airflow/dag_processing/manager.py#L290C45-L290C46