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

Cl/support click round 2 #123

Merged
merged 3 commits into from
Feb 17, 2023
Merged

Cl/support click round 2 #123

merged 3 commits into from
Feb 17, 2023

Conversation

ChenyuLInx
Copy link
Contributor

@ChenyuLInx ChenyuLInx commented Feb 8, 2023

resolves #122, #120

@cla-bot cla-bot bot added the cla:yes label Feb 8, 2023
@ChenyuLInx ChenyuLInx force-pushed the cl/support-click-round-2 branch from 8f6cbc2 to 4e9b489 Compare February 16, 2023 01:54
@ChenyuLInx ChenyuLInx marked this pull request as ready for review February 16, 2023 01:54
@ChenyuLInx ChenyuLInx closed this Feb 17, 2023
@ChenyuLInx ChenyuLInx reopened this Feb 17, 2023
@jtcohen6
Copy link
Contributor

jtcohen6 commented Feb 17, 2023

After merging, we should:

  • Test IDE using HEAD version in dbt Cloud (pending resolution of other HEAD compatibility issues next week)
  • Bump version + release as dbt-rpc==0.4.0b1

@ChenyuLInx Does that sound right to you?

@@ -596,6 +595,13 @@ def parse_args(args, cls=DBTArgumentParser):
expanded_user = os.path.expanduser(parsed.project_dir)
parsed.project_dir = os.path.abspath(expanded_user)

# set_args construct a flags with command run
# which doesn't have defer_mode, but we need a default value
parsed.defer_mode = 'eager'
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't 'eager' for indirect_selection? Does this just need to be 'any_string'?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ha it is one of those places I didn't clean up properly. core moved this attribute to defer. Removing it completely in the most recent commit, and pointed things to defer

@ChenyuLInx ChenyuLInx merged commit 99a1f25 into main Feb 17, 2023
@ChenyuLInx ChenyuLInx deleted the cl/support-click-round-2 branch February 17, 2023 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-1863] Support dbt-core 1.5 in dbt-rpc
3 participants