Skip to content
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

Merged
merged 3 commits into from
Feb 23, 2024

Conversation

pankajastro
Copy link
Contributor

@pankajastro pankajastro commented Feb 20, 2024

closes: #1461

@pankajastro pankajastro changed the title Remove legacy API call Remove legacy API call to generate token Feb 20, 2024
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ea23093) 98.33% compared to head (e55a31a) 98.33%.

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.
📢 Have feedback on the report? Share it here.

@pankajastro pankajastro force-pushed the remove_astro_deprecated_api_keys branch from 2e59f64 to 9de50dc Compare February 21, 2024 18:07
Comment on lines -131 to -138
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,
)
Copy link
Contributor Author

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.

@pankajastro pankajastro merged commit 880d1e5 into main Feb 23, 2024
11 checks passed
@pankajastro pankajastro deleted the remove_astro_deprecated_api_keys branch February 23, 2024 05:22
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.

Fix example_external_deployment_task_sensor DAG
2 participants