Skip to main content

8. Clean up

You are at the end of this tutorial, and it is time to clean up. Delete the RDS database through the AWS management console or the AWS CLI.

conveyor project delete --name $PROJECT_NAME
conveyor environment delete --name $ENVIRONMENT_NAME

This completes the basic setup for creating transformation using dbt. For more details on the features of dbt, look at the dbt documentation.

The other sections of the documentation expand upon these basic topics. The how-to guides in particular cover many common operations.