-
Notifications
You must be signed in to change notification settings - Fork 26
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
Remove legacy API call to generate token #1484
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1484 +/- ##
==========================================
- Coverage 98.33% 98.33% -0.01%
==========================================
Files 94 94
Lines 4637 4635 -2
==========================================
- Hits 4560 4558 -2
Misses 77 77 ☔ View full report in Codecov by Sentry. |
2e59f64
to
9de50dc
Compare
self.hook = HttpHook( | ||
method=self.method, | ||
http_conn_id=self.http_conn_id, | ||
tcp_keep_alive=self.tcp_keep_alive, | ||
tcp_keep_alive_idle=self.tcp_keep_alive_idle, | ||
tcp_keep_alive_count=self.tcp_keep_alive_count, | ||
tcp_keep_alive_interval=self.tcp_keep_alive_interval, | ||
) |
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'm not considering this a breaking change since I strongly feel this sensor is internal to Astro.
closes: #1461