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

Pass parameters to parent class in SnowflakeSensorAsync #1519

Merged

Conversation

josh-fell
Copy link
Contributor

@josh-fell josh-fell commented Apr 30, 2024

Currently the SnowflakeSensorAsync does not propagate parameters to its parent class, SqlSensor. Because of this, parameters are not passed for execution and can cause task failures when attempting doing so.

Currently the SnowflakeSensorAsync does not propagate `parameters` to its parent class, SqlSensor. Because of this, `parameters` are not passed for execution and can cause task failures when doing so.
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.33%. Comparing base (d74cf30) to head (d11a483).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1519   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files          94       94           
  Lines        4636     4636           
=======================================
  Hits         4559     4559           
  Misses         77       77           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pankajkoti
Copy link
Collaborator

@Lee-W perhaps we need to make a release for astronomer-providers after merging this?

@pankajkoti pankajkoti merged commit f9f985d into astronomer:main May 10, 2024
12 checks passed
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.

None yet

3 participants