-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overwriting rendered column descriptions with the unrendered yaml (#129)
* Overwriting rendered column descriptions with the unrendered yaml * added sourceDefinition path * update manifest to have real destinations * change to same method dbt-core uses * after linter * Moves docs block in orders to the seed file to test propagation * create click option for use_direct_yaml_descriptions * Update get_prior_knowledge function to include "seed" as a valid progenitor * add test * rename use_direct_yaml_descriptions to use_unrendered_descriptions * Add typing for _get_member_yaml return None on unknown ManifestNode * add use_unrendered_descriptions to refactor * linting * add duckdb to the poetry install to parse manifest * dynamically parse demo_duckdb at test time * delete testing manifest.json due to dynamically parsing * run dbt through poetry * linter
- Loading branch information
Showing
9 changed files
with
138 additions
and
11,356 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
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
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,6 @@ | ||
version: 2 | ||
seeds: | ||
- name: raw_orders | ||
columns: | ||
- name: status | ||
description: '{{ doc("orders_status") }}' # putting this in to test if unrendered propogation works |
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
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
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
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
Oops, something went wrong.