Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure learners don't try to save a new file in main branch (#4304)
Updated instructions to ensure that the learners don't struggle with creating new files in the main branch. Resolves #4289 ## What are you changing in this pull request and why? While trying the dbt BigQuery Quickstart I struggled with the instructions around creating and saving new file. Because I was in the main branch, I could not save a new file. And unless I save it, DBT doesn't materialize it as a table when we do `dbt run` So, there is no point in creating a new file in this section, when we are already doing that in the next section. This change with prevent confusion for the learner. Also, we are creating a new branch and a new file in the next section. So the things will be clearer. ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) and [About versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) so my content adheres to these guidelines. - [x] Needs testing the Doc Changes match `dbt cloud` UI.
- Loading branch information