Skip to content

Commit

Permalink
update location
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Bradley-Haas committed Apr 23, 2021
1 parent 88a9fe0 commit c9d3e3a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
view: staff_github_usernames {
sql_table_name: EMPLOYEE.STAFF_GITHUB_USERNAMES ;;
sql_table_name: MATTERMOST.STAFF_GITHUB_USERNAMES ;;

dimension: username {
type: string
Expand Down
23 changes: 0 additions & 23 deletions manifest.lkml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# project_name: "data_warehouse"

# # Use local_dependency: To enable referencing of another project
# # on this instance with include: statements
#
# local_dependency: {
# project: "name_of_other_project"
# }

# BP: Leverage reuse with URLs when applicable
constant: salesforce_link {
value: "https://mattermost.lightning.force.com/"
}
Expand All @@ -27,16 +17,3 @@ constant: decimal {
constant: css_link_style {
value: "color: #49719a;"
}

# # BP: Leverage reuse with formatting when applicable
# constant: colored_tiered_percent {
# value: "{% if value <= 25 %}<p style=\"color:red; \">Low</p>{% elsif value > 25 and value <= 75 %}<p style=\"color:#FFBF00; \">Medium</p>{% else %}<p style=\"color:green; \">High</p>{% endif %}"
# }

# constant: cond_style_attain {
# value: "{% if value < 70 %}
# <p style=\"color:#A00706; \">{{ rendered_value }}</p>
# {% elsif value >= 70 and value < 100 %}<p style=\"color:#F1A40A;\">{{ rendered_value }}</p>
# {% else %}<p style=\"color:#306843;\">{{ rendered_value }}</p>
# {% endif %}"
# }

0 comments on commit c9d3e3a

Please sign in to comment.