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

Dev allegra holland 4fs6 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Dev allegra holland 4fs6 #1

wants to merge 2 commits into from

Conversation

laurajanewagner
Copy link

No description provided.

@@ -100,15 +106,20 @@ view: rs_logrecno_bg_map {
dimension: county {
group_label: "County"
label: "County FIPS Code"
sql: CONCAT(${state}, ${TABLE}.county_fips_code);;
sql: (${state} || ${TABLE}.county_fips_code)
Copy link

@ededdneddyfan ededdneddyfan Nov 27, 2017

Choose a reason for hiding this comment

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

I was working on converting/using this data set for our own team internally and was wondering why this concat was even happening (same for Tract, Block etc.) in the first place. Can anyone enlighten me?

Copy link
Author

Choose a reason for hiding this comment

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

@allegramholland can definitely offer more insight to the "why," but I edited the syntax of the concatenation to match the correct redshift syntax.

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