Skip to content

Renamed 'dbt_columns' to 'information_schema_columns'.#1223

Merged
haritamar merged 5 commits into
masterfrom
ele-1860-get-columns-descriptions-to-the-oss-and-to-the-cloud
Oct 23, 2023
Merged

Renamed 'dbt_columns' to 'information_schema_columns'.#1223
haritamar merged 5 commits into
masterfrom
ele-1860-get-columns-descriptions-to-the-oss-and-to-the-cloud

Conversation

@elongl
Copy link
Copy Markdown
Contributor

@elongl elongl commented Oct 9, 2023

No description provided.

@linear
Copy link
Copy Markdown

linear Bot commented Oct 9, 2023

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Oct 9, 2023

👋 @elongl
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs files in this pull request.

lower(table_name) as table_name,
json_agg(json_build_object('name', lower(column_name), 'data_type', lower(data_type))) as columns
from {{ ref("elementary", "dbt_columns") }}
from {{ ref("elementary", "information_schema_columns") }}
Copy link
Copy Markdown
Collaborator

@haritamar haritamar Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think here it will be really good to use both columns models, if possible
For WTTJ, the current (information schema) columns model is still empty due to permissions, but they have all the columns documented perfectly in their project and we're not using it

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haritamar following our conversation yesterday I'm resolving this comment and not fixing it, right? just making sure

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup

@haritamar haritamar merged commit 63a1394 into master Oct 23, 2023
@haritamar haritamar deleted the ele-1860-get-columns-descriptions-to-the-oss-and-to-the-cloud branch October 23, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants