Support wildcard column names
See original GitHub issueDescription: What is it?
Some schema.yml
files use wildcards to add documentation to all columns in a schema file, for example: https://github.com/brooklyn-data/dbt_artifacts/blob/0127c460733299827af3456daa88fa3dc8927bda/models/schemas.yml#L132-L133
This isn’t supported by Lightdash, it would be great if it worked!
Problem: What problem does this solve?
(Optional) Why: How do we know this is a real problem and worth solving?
What: Roughly, what does this look like in the product?
Issue Analytics
- State:
- Created a year ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
SQL Column Name wildcard - Stack Overflow
I have a table with 30+ fields and I want to quickly narrow my selection down to all fields where column name start...
Read more >Specify a column with a wildcard character (SQLXML)
Learn how column names that are specified as a wildcard character affect the results of an XQuery.
Read more >Wildcards in column name for MySQL? - Tutorialspoint
To work with wildcards in column name for MySQL, first, you need to select column_name and then apply LIKE operator to the wildcard....
Read more >Columns with a Name Specified as a Wildcard Character
Learn how column names that are specified as a wildcard character affect the results of an XQuery. 05/05/2022. sql. randolphwest. xml.
Read more >Finding Tables that Contain a Specific Column in SQL Server
Before we get into how to extract all tables with a particular name, we should briefly explore what the LIKE statement does, as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@TuringLovesDeathMetal Even if we supported the wild card we would only display the new dimensions when they click
refresh dbt
. I imagine this problem being solve by using our CLI in their CI/CD pipeline. Compiling and deploying the latest dbt project each time they merged something into their main branch or with a cron job.hmm, okay, the benefits of not supporting this seem to heavily outweigh the costs.
unless a bunch more users request this, I say we put this on hold for now. I’ll remove it from the backlog