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

Added Integration testcase for SqlDecoratedOperator. #316

Merged
merged 2 commits into from
Apr 14, 2022

Conversation

utkarsharma2
Copy link
Collaborator

Closes: #308

Added a basic test case to check the raw SQL execution of SqlDecoratedOperator.

@codecov
Copy link

codecov bot commented Apr 12, 2022

Codecov Report

Merging #316 (3234f41) into main (a0d0ddf) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #316   +/-   ##
=======================================
  Coverage   93.08%   93.08%           
=======================================
  Files          35       35           
  Lines        1532     1532           
  Branches      268      268           
=======================================
  Hits         1426     1426           
  Misses         74       74           
  Partials       32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0d0ddf...3234f41. Read the comment docs.

@kaxil kaxil force-pushed the integration-test-sqldecorator branch from e3cef96 to 3234f41 Compare April 14, 2022 17:48
@kaxil kaxil merged commit 239c257 into main Apr 14, 2022
@kaxil kaxil deleted the integration-test-sqldecorator branch April 14, 2022 18:45
@utkarsharma2 utkarsharma2 mentioned this pull request Apr 21, 2022
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.

Create integration test for run_raw_sql
3 participants