-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/monthly_active_users
- Loading branch information
Showing
9 changed files
with
134 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Readme: How to Deploy dbt docs | ||
## Author(s): js, ag | ||
## Last Update: 2024-01-21 | ||
|
||
In DBT cloud, click into the latest successful deploy run | ||
Click artifacts | ||
Download all (7) of the .json files and the index.html file | ||
Sources.json | ||
Semantic_manifest.json | ||
Run_results.json | ||
Manifest.json | ||
Index.html | ||
Graph_summary.json | ||
Catalog.json | ||
I think this is all the files to download, but not 100% positive. I believe that all the .sql files in the compiled/ directory will be generated for you when you run “dbt docs serve” | ||
In the local repo, make a folder called target (~/dbt/target/)/ | ||
Copy all of the downloaded files into that folder | ||
Run dbt docs serve | ||
Verify that the local docs server is working as expected | ||
Rename replace contents of docs/ folder with the contents of the target/ folder | ||
Commit and push changes | ||
Once new docs/ folder is merged into main, github will automatically update the docs site |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"semantic_models": [], "metrics": [], "project_configuration": {"time_spine_table_configurations": [], "metadata": null, "dsi_package_version": {"major_version": "0", "minor_version": "4", "patch_version": "3"}}, "saved_queries": []} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/sources/v3.json", "dbt_version": "1.7.5", "generated_at": "2024-01-21T21:50:47.527101Z", "invocation_id": "a44fc2f6-b467-4881-9214-d634cad37221", "env": {"DBT_CLOUD_PROJECT_ID": "286339", "DBT_CLOUD_RUN_ID": "243232111", "DBT_CLOUD_JOB_ID": "412302", "DBT_CLOUD_RUN_REASON": "Kicked off from UI by jordan.springer@code.org", "DBT_CLOUD_RUN_REASON_CATEGORY": "other", "DBT_CLOUD_RUN_TRIGGER_CATEGORY": "RUN_REASON_CATEGORY_UI", "DBT_CLOUD_ENVIRONMENT_ID": "233228", "DBT_CLOUD_ACCOUNT_ID": "182221"}}, "results": [], "elapsed_time": 0.0} |