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

Correct Snowflake example DAG to demonstrate multiple queries run #1386

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

pankajkoti
Copy link
Collaborator

@pankajkoti pankajkoti commented Dec 18, 2023

As per RCA in #1383, to demonstrate multiple queries in a
single statement, the queries need to be independent of
each other as they get run in an async & indepedently of
one another after submission. Hence, correcting the example
DAG to have queries independent of each other.

closes: #1383
closes: #1385

As per RCA in #1383, to demonstrate multiple queries in a single
statement, the queries need to be independent of each other as they
get run in an async & indepedently of one another  after submission.
Hence, correcting the example DAG to have queries independent of
each other.

closes: #1385
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1ccef0f) 98.57% compared to head (15a2870) 98.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1386   +/-   ##
=======================================
  Coverage   98.57%   98.57%           
=======================================
  Files          91       91           
  Lines        5460     5460           
=======================================
  Hits         5382     5382           
  Misses         78       78           

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

@pankajkoti
Copy link
Collaborator Author

Successful DAG run in 1st attempt with modified example DAG

Screenshot 2023-12-18 at 1 47 58 PM

@pankajkoti pankajkoti merged commit 2bf57f1 into main Dec 18, 2023
2 checks passed
@pankajkoti pankajkoti deleted the 1385-snowflake-multiple-query-fix branch December 18, 2023 11:41
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.

Update snowflake_op_multiple_query_in_one_run task in snowflake DAG Debug snowflake flaky test
3 participants