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

compile inline query doesn't add node #7325

Closed
wants to merge 2 commits into from

Conversation

ChenyuLInx
Copy link
Contributor

@ChenyuLInx ChenyuLInx commented Apr 11, 2023

Related to #6358
When compile a inline node, we add one additional node to the manifest. That node should be removed when compile is done.

@cla-bot cla-bot bot added the cla:yes label Apr 11, 2023
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@ChenyuLInx
Copy link
Contributor Author

@stu-k Once your PR is merged I will update this to point to main

@ChenyuLInx ChenyuLInx added the Skip Changelog Skips GHA to check for changelog file label Apr 11, 2023
@@ -1,10 +1,5 @@
import os
from dbt.config.project import Project
from dbt.contracts.results import RunningStatus, collect_timing_info
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This whole file is removed on main. The diff will disappear once removed

An error occurred while trying to automatically change base from CT-1751/skip-relation-cache to main April 11, 2023 18:15
@@ -40,6 +40,10 @@ def compile(self, manifest):


class CompileTask(GraphRunnableTask):
# We add a new inline node to the manifest during initialization
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the only change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will have to add a test for it.

An error occurred while trying to automatically change base from CT-1751/skip-relation-cache to main April 11, 2023 18:15
An error occurred while trying to automatically change base from CT-1751/skip-relation-cache to main April 11, 2023 18:15
An error occurred while trying to automatically change base from CT-1751/skip-relation-cache to main April 11, 2023 18:15
@ChenyuLInx ChenyuLInx requested review from stu-k, aranke and iknox-fa April 11, 2023 18:16
An error occurred while trying to automatically change base from CT-1751/skip-relation-cache to main April 11, 2023 18:18
An error occurred while trying to automatically change base from CT-1751/skip-relation-cache to main April 11, 2023 18:18
@ChenyuLInx ChenyuLInx changed the title Cl/compile query work compile inline query doesn't add node Apr 11, 2023
@ChenyuLInx ChenyuLInx closed this Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants