Skip to content

Commit

Permalink
modified guide text
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvaldez89d committed Oct 13, 2023
1 parent 11f9a3e commit ad52ed9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,21 @@ docker compose run cli
### 5. Run the Prefect flow
Inside the CLI environment, run the Prefect-dbt-flow using the following command:
```bash
python my_prefect_dbt_flow
python my_prefect_dbt_flow.py
```
This command will execute the Prefect flow and print its status to the terminal.

### 6. View the reseults
To view the results and monitor the flow, follow these steps:

- Open a web browser and go to `http://0.0.0.0:4200/`.
- In the Prefect Server interface, click on the flow run. It should have a name similar to `adjective-animal`.
- In the Prefect Server interface, click on the flow run. It should have a similar name to `adjective-animal`.
- From there, you can explore the dbt job DAG and its associated logs.

With these steps, you can set up and run a Prefect-dbt-flow and monitor its progress through the Prefect Server interface.

# How does it works?

## Installation
Before using Prefect-dbt-flow, you need to install the library. You can do this using pip:
```shell
Expand Down

0 comments on commit ad52ed9

Please sign in to comment.