-
Notifications
You must be signed in to change notification settings - Fork 297
Assert example DAGs' DagRunState and fix issues
#1778
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
40bcd48
Assert Example DAGs' DagRunState
pankajkoti 64ed30a
Apply suggestions from code review
pankajkoti 353214e
Add compatibility with older versions of Airflow dag.test()
tatiana c1206cd
Merge branch 'main' into assert-example-dagrun-state
tatiana 4c52924
Update dev/dags/cosmos_callback_dag.py
tatiana 3269a8c
Update cosmos/io.py
tatiana 73ae439
Update tests/test_io.py
tatiana 05ba199
Update tests/operators/test_local.py
tatiana a01ff5c
Update dev/dags/example_cosmos_dbt_build.py
tatiana 98c77d5
Update dev/dags/example_source_rendering.py
tatiana 612e3c0
Fix some of the DAG test failures
tatiana c1ef13c
Fix AF2 int tests
tatiana 5667c8d
Fix test for dbt 1.5.4
tatiana 445f738
Fix test for dbt 1.5.4
tatiana 4ce1f8a
Fix test for dbt 1.5.4
tatiana a577203
Skip async test for if Py <= 3.9 due to dbt-bigquery not supporting P…
tatiana 0aebaee
Fix test_async_example_dag_without_setup_task
tatiana 5d7ea92
Temporarily ignore test DAG that used non-ASCII characters in AF3
tatiana afa6147
Fix cosmos/io.py so it supports AF3 as well as AF2
tatiana a919d69
Install latest AF3
tatiana 87d2ee3
Change example_cosmos_dbt_build DAG to use unaltered jaffle_shop project
tatiana 514ef78
Try to fix test_async_example_dag_without_setup_task
tatiana 51f40b0
Revert changes to test_example_dags
tatiana 584fae8
Disable emiting outlet from `cosmos_see_dag.py` to avoid `AirflowInac…
tatiana 24e7fae
Try to fix PyDantic errors in AF2.6 + Py 3.10
tatiana 374a116
Revert unecessary change
tatiana 344a478
Try to fix issue with pydantic
tatiana 402ffe5
google provider installation
tatiana dcc782c
Fix running test_async_example_dag_without_setup_task in the CI
tatiana 4f5b7dc
try to solve pydantic issue
tatiana a9c6e25
Troubleshoot in the CI
tatiana 6c121c3
Troubleshoot in the CI
tatiana 9306913
Attempt to avoid error seen in
tatiana 521881e
Fix unittest
tatiana 38b02c6
Give more visibility of what is going on
tatiana 408c568
Attempt to solve CI issue with Py2.6
tatiana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,3 +3,4 @@ target/ | |
| dbt_packages/ | ||
| logs/ | ||
| !target/manifest.json | ||
| dbt_internal_packages/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,3 +2,4 @@ | |
| target/ | ||
| dbt_packages/ | ||
| logs/ | ||
| dbt_internal_packages/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we have a hint here on when/why the dag_run could be None?