Skip to content

Commit

Permalink
test: Constant Resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-salvi-apptware committed Jan 24, 2025
1 parent 5726a26 commit 91e5296
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
view: star_award_winner {
sql_table_name: @{customer_support_db}.@{customer_support_schema}.@{customer_support_table};;
sql_table_name: @{customer_support_db}.@{customer_support_schema}.@{invalid_constant};;


dimension: id {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"aspect": {
"json": {
"materialized": false,
"viewLogic": "view: star_award_winner {\n sql_table_name: @{customer_support_db}.@{customer_support_schema}.@{customer_support_table};;\n\n\n dimension: id {\n label: \"id\"\n primary_key: yes\n type: number\n sql: ${TABLE}.id ;;\n }\n\n}",
"viewLogic": "view: star_award_winner {\n sql_table_name: @{customer_support_db}.@{customer_support_schema}.@{invalid_constant};;\n\n\n dimension: id {\n label: \"id\"\n primary_key: yes\n type: number\n sql: ${TABLE}.id ;;\n }\n\n}",
"viewLanguage": "lookml"
}
},
Expand Down Expand Up @@ -168,15 +168,15 @@
"time": 1586847600000,
"actor": "urn:li:corpuser:datahub"
},
"dataset": "urn:li:dataset:(urn:li:dataPlatform:postgres,star_award_winner_year.public.winner,PROD)",
"dataset": "urn:li:dataset:(urn:li:dataPlatform:postgres,star_award_winner_year.public.@{invalid_constant},PROD)",
"type": "VIEW"
}
],
"fineGrainedLineages": [
{
"upstreamType": "FIELD_SET",
"upstreams": [
"urn:li:schemaField:(urn:li:dataset:(urn:li:dataPlatform:postgres,star_award_winner_year.public.winner,PROD),id)"
"urn:li:schemaField:(urn:li:dataset:(urn:li:dataPlatform:postgres,star_award_winner_year.public.@{invalid_constant},PROD),id)"
],
"downstreamType": "FIELD",
"downstreams": [
Expand Down

0 comments on commit 91e5296

Please sign in to comment.