Skip to content

Commit

Permalink
Remove the fallback operator for async task
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Feb 13, 2025
1 parent d9a9c7d commit be5ba76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/operators/_asynchronous/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from cosmos.operators._asynchronous.databricks import DbtRunAirflowAsyncDatabricksOperator
from cosmos.operators.local import DbtRunLocalOperator

_ASYNC_PROFILE = ["bigquery", "databricks"]


@pytest.mark.parametrize(
"profile_type, dbt_class, expected_operator_class",
Expand Down

0 comments on commit be5ba76

Please sign in to comment.