-
Notifications
You must be signed in to change notification settings - Fork 183
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 default source nodes rendering #1107
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
9d4c2cf
Add default source nodes rendering
arojasb3 d925d40
Update ResourceType reference with constant
arojasb3 070b4d5
Add MixIn Operator + freshness template rendering
arojasb3 021a834
Add render_source_nodes to settings.py
arojasb3 56a77ed
update jaffle shop source with tests
arojasb3 6c208c1
Add source node rendering param to render config
arojasb3 8ad040c
Update existing tests with new source rendering
arojasb3 395ecc6
Update project hash in tests
arojasb3 e9e3793
Merge branch 'main' into add-source-nodes
arojasb3 4fcb9a2
update extra context after merge
arojasb3 760d3f8
update test hash after merge
arojasb3 9c42e0d
Merge branch 'main' into add-source-nodes
arojasb3 91ae0f4
adding quotes in ls command + source test
arojasb3 734666a
Merge branch 'main' into add-source-nodes
arojasb3 d8983f8
Update freshness param in source tests
arojasb3 203c534
update dbt ls command for 1.5.4
arojasb3 d788c04
Merge branch 'main' into add-source-nodes
arojasb3 6465a6f
Merge branch 'main' into add-source-nodes
arojasb3 093b6e5
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] 41546f0
Change default source rendering to None
arojasb3 5a062e2
Merge branch 'add-source-nodes' of github.com:arojasb3/astronomer-cos…
arojasb3 4866f61
Update project hash
arojasb3 ce6da81
Add suggestions + workflow env variables
arojasb3 dab5229
Run ci on add-source-nodes branch
pankajastro d6ad582
Run ci on add-source-nodes branch
pankajastro 1dd4b82
intentionally fail the sql job
pankajastro 1c6ae65
Revert env changes
pankajastro 59574fc
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] ff65e5b
Merge branch 'main' into add-source-nodes
pankajastro ad0e0c2
Add tests
pankajastro b0b4020
Add test
pankajastro 7fd92ab
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] 96492c8
Revert source render param
pankajastro bacd19d
Add no cover
pankajastro 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 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 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 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 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 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 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 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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
Should we keep only this and remove the lines 182-183, that contain the same?