-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Improved telemetry for Databricks provider #25115
Conversation
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.
Nice
Hmmm, doesn’t understand why mypy started to fail - that part didn’t change |
We just upgraded mypy and it's a bit more picky #25088. Working on Airlfow's main is very much "living on the edge" :P |
(same for static check on markdown - new markdown-lint is a bit more picky too - but I fixed this this morning - so rebasing should help). |
d8b60e6
to
a147f0b
Compare
(the rebase to fix only applies to README markdown :). MyPy still needs fixing @alexott 😁 |
a147f0b
to
b6393ab
Compare
Ok, I've fixed mypy errors in Databricks operator. But it's still failing in |
307106e
to
e7697ec
Compare
Yeah. Turned out to be nasty "werkzeug" problem. |
Rebased to see if it is all green |
This change adds to Databricks provider more details about version of Airflow & provider itself, so we can understand what Airflow & provider versions are used and plan backports, etc.