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

Add typing for SqlSensor #39773

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

josh-fell
Copy link
Contributor

The SqlSensor was missing typing mainly in its constructor where it would be most valuable from a DAG author's perspective. This PR adds said typing of the sensor, its stubs, and tests (where applicable) as well as a small cleanup of the sensor's docstring.

@josh-fell josh-fell force-pushed the sqlsensor-typing branch 3 times, most recently from acc3986 to 0f58d17 Compare May 23, 2024 02:18
@josh-fell josh-fell marked this pull request as ready for review May 23, 2024 13:42
@josh-fell josh-fell requested a review from eladkal as a code owner May 23, 2024 13:42
The SqlSensor was missing typing mainly in its constructor where it would be most valuable from a DAG author's perspective. This PR adds said typing of the sensor, its stubs, and tests (where applicable) as well as a small cleanup of the sensor's docstring.
@jedcunningham jedcunningham merged commit 1734b15 into apache:main May 24, 2024
41 checks passed
@josh-fell josh-fell deleted the sqlsensor-typing branch May 24, 2024 12:29
RNHTTR pushed a commit to RNHTTR/airflow that referenced this pull request Jun 1, 2024
The SqlSensor was missing typing mainly in its constructor where it would be most valuable from a DAG author's perspective. This PR adds said typing of the sensor, its stubs, and tests (where applicable) as well as a small cleanup of the sensor's docstring.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants