docs(data-warehouse): Document multiple DAGs support for data modeling#16180
Open
inkeep[bot] wants to merge 2 commits intomasterfrom
Open
docs(data-warehouse): Document multiple DAGs support for data modeling#16180inkeep[bot] wants to merge 2 commits intomasterfrom
inkeep[bot] wants to merge 2 commits intomasterfrom
Conversation
Reflects PR #51873 which adds frontend support for multiple DAGs in data modeling. Teams can now organize views into separate DAGs by product area or environment.
Contributor
|
Hey @andrewjmcgehee! This docs PR was generated for you by an agent. You're responsible for reviewing and merging it into production.
|
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 0 errors, 9 warnings, 0 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 2:21 | warning | Capitalize 'Data Warehouse' for PostHog's product. Use 'data warehouse' for the general industry concept. | PostHogBase.ProductNames |
| 14:60 | warning | Capitalize 'Data Warehouse' for PostHog's product. Use 'data warehouse' for the general industry concept. | PostHogBase.ProductNames |
| 76:26 | warning | Capitalize 'Data Warehouse' for PostHog's product. Use 'data warehouse' for the general industry concept. | PostHogBase.ProductNames |
| 76:100 | warning | Use 'HubSpot' instead of 'Hubspot'. | Vale.Terms |
| 76:123 | warning | Capitalize 'Product Analytics' for PostHog's product. Use 'product analytics' for the general industry concept. | PostHogBase.ProductNames |
contents/docs/data-warehouse/views/index.mdx — 0 errors, 4 warnings, 0 suggestions
| Line | Severity | Message | Rule |
|---|---|---|---|
| 11:16 | warning | Capitalize 'Data Warehouse' for PostHog's product. Use 'data warehouse' for the general industry concept. | PostHogBase.ProductNames |
| 23:4 | warning | 'Organizing views with DAGs' heading should be in sentence case, and product names should be capitalized. | PostHogBase.SentenceCase |
| 33:87 | warning | Capitalize 'Data Warehouse' for PostHog's product. Use 'data warehouse' for the general industry concept. | PostHogBase.ProductNames |
| 39:58 | warning | Capitalize 'Data Warehouse' for PostHog's product. Use 'data warehouse' for the general industry concept. | PostHogBase.ProductNames |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
This PR documents the new multiple DAGs (directed acyclic graphs) feature for data modeling, as implemented in PostHog/posthog#51873.
Updates made:
1.
contents/docs/data-warehouse/views/index.mdx2.
contents/docs/data-warehouse/query.mdxFeature summary
Teams can now have multiple DAGs for their data modeling needs. This is useful for:
This PR was created by the Inkeep Content Writer agent, which is maintained by the Docs and Wizard team. Please reach out on Slack for help if needed.