You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All we want to do is to dbt run and check in the BigQuery if the models are created.
We will leave the creation of a new file to the next stepBuild your first model
asarraf
changed the title
[Minor] Cannot create new file because main branch
[Minor] Cannot save new file because main branch. unclear instructions.
Oct 19, 2023
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.
Contributions
What page(s) or areas on docs.getdbt.com are affected?
https://docs.getdbt.com/quickstarts/bigquery?step=7
Specifically,
https://github.com/dbt-labs/docs.getdbt.com/blob/5c40a44b3f5b414be23f813bd108d97dfb38242c/website/docs/quickstarts/bigquery-qs.md?plain=1#L106C7-L106C7
Problem Statement:
When I try to create a new file, it doesn't allow me to because by default we are on the
main
branch.RCA
To create a new file, we have to first create a new branch from the
main
branch and then edit it.What changes are you suggesting?
Solution
Update the documents to indicate that a new branch is to be created if we want to create a file. We cannot by default add to the main branch.
Alternate Solution:
Add FAQ to answer the query to understand, why I cannot create a new file.
Additional information
No response
The text was updated successfully, but these errors were encountered: