Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 1.6.latest] Add most recent dbt-docs changes #10346

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

aranke
Copy link
Member

@aranke aranke commented Jun 20, 2024

Backport 8ee8b25 from #10307.

@cla-bot cla-bot bot added the cla:yes label Jun 20, 2024
@aranke aranke marked this pull request as ready for review June 20, 2024 15:55
@aranke aranke requested a review from a team as a code owner June 20, 2024 15:55
@MichelleArk
Copy link
Contributor

MichelleArk commented Jun 20, 2024

🎩

(dbt-core) ❯ git checkout backport-10307-to-1.6.latest

(dbt-core) ❯ make dev 
...
(dbt-core) ❯ cd ../jaffle-shop

(jaffle-shop) ❯ dbt --version
Core:
  - installed: 1.6.16
  - latest:    1.8.2  - Update available!

  Your version of dbt-core is out of date!
  You can find instructions for upgrading here:
  https://docs.getdbt.com/docs/installation

Plugins:


(jaffle-shop) ❯ dbt docs generate
18:05:46  Running with dbt=1.6.16
18:05:46  target not specified in profile 'postgres', using 'default'
18:05:46  Registered adapter: postgres=1.6.16
18:05:47  PydanticMetric revenue_growth_mom has multiple identical input measures specifications for measure revenue. This might be hiding a semantic error. Input measure specification: name='revenue' filter=None alias=None join_to_timespine=False fill_nulls_with=None.
18:05:47  Found 18 models, 6 seeds, 20 tests, 6 sources, 0 exposures, 13 metrics, 650 macros, 0 groups, 6 semantic models
18:05:47
18:05:47  Concurrency: 1 threads (target='default')
18:05:47
18:05:47  Building catalog
18:05:47  Catalog written to /Users/michelleark/src/jaffle-shop/target/catalog.json

(jaffle-shop) ❯ dbt docs serve
18:05:51  Running with dbt=1.6.16
18:05:51  target not specified in profile 'postgres', using 'default'
Serving docs at 8080
To access from your browser, navigate to: http://localhost:8080



Press Ctrl+C to exit.
127.0.0.1 - - [20/Jun/2024 14:05:52] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [20/Jun/2024 14:05:52] "GET /manifest.json?cb=1718906752298 HTTP/1.1" 200 -
127.0.0.1 - - [20/Jun/2024 14:05:52] "GET /catalog.json?cb=1718906752298 HTTP/1.1" 200 -
...

poked around the docs site, no warnings / errors + graph viz screenshot:
Screenshot 2024-06-20 at 2 05 58 PM

@MichelleArk MichelleArk merged commit 1e3bbbd into 1.6.latest Jun 20, 2024
99 checks passed
@MichelleArk MichelleArk deleted the backport-10307-to-1.6.latest branch June 20, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants