Skip to content

Commit

Permalink
FIX: add two import
Browse files Browse the repository at this point in the history
To complete this tutorial, I added two import sentence
- import os
- from datetime import datetime
  • Loading branch information
Benjamin0313 authored Jan 10, 2024
1 parent 05ef45d commit e47ba19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting_started/mwaa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ In your ``my_cosmos_dag.py`` file, import the ``DbtDag`` class from Cosmos and c

.. code-block:: python
import os
from datetime import datetime
from cosmos import DbtDag, ProjectConfig, ProfileConfig, ExecutionConfig
from cosmos.profiles import PostgresUserPasswordProfileMapping
from cosmos.constants import ExecutionMode
Expand Down

0 comments on commit e47ba19

Please sign in to comment.