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 get_value_list for Dynamic Task #673

Merged
merged 22 commits into from
Sep 7, 2022
Merged

Add get_value_list for Dynamic Task #673

merged 22 commits into from
Sep 7, 2022

Conversation

pankajastro
Copy link
Contributor

@pankajastro pankajastro commented Aug 17, 2022

Description

Add operator RunQueryOperator which takes a SQL stmt as input and returns its result

closes: #658

src/astro/sql/__init__.py Outdated Show resolved Hide resolved
Copy link
Contributor

@sunank200 sunank200 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added few comments

src/astro/sql/__init__.py Outdated Show resolved Hide resolved
src/astro/sql/operators/load_table.py Outdated Show resolved Hide resolved
tests/sql/operators/test_load_table.py Outdated Show resolved Hide resolved
tests/sql/operators/test_load_table.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 29, 2022

Codecov Report

Merging #673 (d03a9e0) into main (1f5f16c) will increase coverage by 0.05%.
The diff coverage is 93.33%.

@@            Coverage Diff             @@
##             main     #673      +/-   ##
==========================================
+ Coverage   93.26%   93.31%   +0.05%     
==========================================
  Files          43       43              
  Lines        1855     1869      +14     
  Branches      232      234       +2     
==========================================
+ Hits         1730     1744      +14     
  Misses         97       97              
  Partials       28       28              
Impacted Files Coverage Δ
python-sdk/src/astro/sql/__init__.py 95.00% <90.00%> (-5.00%) ⬇️
...thon-sdk/src/astro/sql/operators/base_decorator.py 94.05% <100.00%> (+1.05%) ⬆️
python-sdk/src/astro/sql/operators/raw_sql.py 86.36% <100.00%> (+2.15%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@utkarsharma2 utkarsharma2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/sql/test_table.py Outdated Show resolved Hide resolved
@pankajastro pankajastro force-pushed the dtt_get_value_list branch 2 times, most recently from c37cf39 to 0b7e9ad Compare September 1, 2022 15:27
@pankajastro pankajastro force-pushed the dtt_get_value_list branch 3 times, most recently from 03d4e93 to 35a32df Compare September 6, 2022 14:53
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.

Implement get_value_list (Dynamic Task Templates)
6 participants