Skip to content

Commit

Permalink
Update dev/dags/basic_cosmos_dag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti authored Dec 13, 2024
1 parent 27ef798 commit 7d5ccc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/dags/basic_cosmos_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
from pathlib import Path

from cosmos import DbtDag, ProfileConfig, ProjectConfig
from cosmos.helpers import (
upload_artifacts_to_cloud_storage,
)
from cosmos.helpers import upload_artifacts_to_cloud_storage
from cosmos.profiles import PostgresUserPasswordProfileMapping

DEFAULT_DBT_ROOT_PATH = Path(__file__).parent / "dbt"
Expand Down

0 comments on commit 7d5ccc5

Please sign in to comment.