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

Feature request: dbt-osmosis yaml audit #28

Closed
ireyna-modo opened this issue Oct 31, 2022 · 1 comment
Closed

Feature request: dbt-osmosis yaml audit #28

ireyna-modo opened this issue Oct 31, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ireyna-modo
Copy link

I think it would be pretty useful to have a command to execute the audit standalone.
For example this line dbt-osmosis yaml audit -f development.test would have the following output:

             ✅ Audit Report                                                                                                                                                                                                               
             -------------------------------                                                                                                                                                                                               
                                                                                                                                                                                                                                           
             Database: awsdatacatalog                                                                                                                                                                                                      
             Schema: development                                                                                                                                                                                                 
             Table: test                                                                                                                                                                                                          
                                                                                                                                                                                                                                           
             Total Columns in Database: 3.0
             Total Documentation Coverage: 100.0%        
                                                                                                                                                                                                                                           
             Action Log:                                                                                                                                                                                                                   
             Columns Added to dbt: 2                                                                                                                                                                                                     
             Column Knowledge Inherited: 1                                                                                                                                                                                                 
             Extra Columns Removed: 0   

Then, one would be able to do whatever they want with it: post it as a comment in a PR or send it as a Slack message, etc

@z3z1ma z3z1ma self-assigned this Mar 26, 2023
@z3z1ma z3z1ma added enhancement New feature or request good first issue Good for newcomers labels Mar 26, 2023
@z3z1ma
Copy link
Owner

z3z1ma commented Sep 4, 2023

We have moved away from the standalone audits for now, the focus is narrow on purely automating most of the work. We may revisit at another point if someone takes another stab at the feature or dbt core implements it themselves

@z3z1ma z3z1ma closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants