-
Notifications
You must be signed in to change notification settings - Fork 227
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
test name typo fix #1005
test name typo fix #1005
Conversation
@@ -15,7 +15,7 @@ | |||
|
|||
|
|||
@pytest.mark.skip_profile("apache_spark", "spark_session") | |||
class TestSparkBigqueryClonePossible(BaseClonePossible): |
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.
Classic. Let's make sure that dbt-databricks
is not inheriting this test case.
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.
looks like they inherit staright from dbt-adapters https://github.com/databricks/dbt-databricks/blob/main/tests/functional/adapter/dbt_clone/test_dbt_clone.py
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.
and they have only had this test since their 1.7 looks like
(cherry picked from commit 0646c24)
(cherry picked from commit 0646c24)
(cherry picked from commit 0646c24) Co-authored-by: Matthew McKnight <[email protected]>
(cherry picked from commit 0646c24) Co-authored-by: Matthew McKnight <[email protected]>
resolves #
docs dbt-labs/docs.getdbt.com/#
Problem
when checking to see which all adapters have clone capabilities noticed a test misname
Solution
Checklist