Skip to content

Commit

Permalink
skip microbatch testing on profiles that don't support insert_overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Sep 24, 2024
1 parent 41acea7 commit 8da7bda
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"""


@pytest.mark.skip_profile(
"databricks_http_cluster", "databricks_sql_endpoint", "spark_session", "spark_http_odbc"
)
class TestMicrobatch(BaseMicrobatch):
@pytest.fixture(scope="class")
def microbatch_model_sql(self) -> str:
Expand Down

0 comments on commit 8da7bda

Please sign in to comment.