Skip to content

Commit

Permalink
revert sql for default
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Oct 24, 2023
1 parent 40ed74b commit eaa5fc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
pytest_plugins = ["dbt.tests.fixtures.project"]


# TODO: revert to defaulting to sql
def pytest_addoption(parser):
parser.addoption("--profile", action="store", default="databricks_cluster", type=str)
parser.addoption("--profile", action="store", default="databricks_uc_sql_endpoint", type=str)


# Using @pytest.mark.skip_profile('databricks_cluster') uses the 'skip_by_adapter_type'
Expand Down

0 comments on commit eaa5fc9

Please sign in to comment.