-
Notifications
You must be signed in to change notification settings - Fork 235
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
fix spark cluster start mechanism and add extra dev requirements #986
Conversation
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 dbt-spark contributing guide. |
.with_exec(["pip", "install", "-e", "."]) | ||
) | ||
|
||
# install local test changes |
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.
Separating these out reduces the frequency of cache invalidation
if "databricks" in profile_type: | ||
_wait_for_databricks_cluster(project) | ||
|
||
yield 1 |
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.
Out of curiosity, why yield 1
instead of just yield
?
Since we're on GHA with this now, should we remove the CircleCI Pipeline check? |
I thought we had but it seems to keep coming back |
resolves #
docs dbt-labs/docs.getdbt.com/#
Problem
Solution
Checklist