Skip to content

Commit

Permalink
fix: update neos, remove solution guide output
Browse files Browse the repository at this point in the history
  • Loading branch information
davenportjw authored Apr 13, 2023
1 parent 37dfaec commit 7357552
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ Functional examples are included in the
| bigquery\_editor\_url | The URL to launch the BigQuery editor |
| call\_workflows\_create\_iceberg\_table | Output of the iceberg tables workflow |
| call\_workflows\_create\_views\_and\_others | Output of the create view workflow |
| lakehouse\_colab\_url | The URL to launch the in-console tutorial for the EDW solution |
| lakehouse\_colab\_url | The URL to launch the in-console tutorial for the Analytics Lakehouse solution |
| lookerstudio\_report\_url | The URL to create a new Looker Studio report displays a sample dashboard for data analysis |
| neos\_tutorial\_url | The URL to launch the in-console tutorial for the EDW solution |
| solution\_guide\_url | The URL to Solution Guide for the EDW solution |
| neos\_tutorial\_url | The URL to launch the in-console tutorial for the Analytics Lakehouse solution |
| workflow\_return\_bucket\_copy | Output of the bucket copy workflow |
| workflow\_return\_create\_bq\_tables | Output of the create bigquery tables workflow |

Expand Down
13 changes: 5 additions & 8 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ output "call_workflows_create_views_and_others" {
description = "Output of the create view workflow"
value = data.http.call_workflows_create_views_and_others.response_body
}

output "call_workflows_create_iceberg_table" {
description = "Output of the iceberg tables workflow"
value = data.http.call_workflows_create_iceberg_table.response_body
}

output "lookerstudio_report_url" {
value = "http://bit.ly/42GJaei"
description = "The URL to create a new Looker Studio report displays a sample dashboard for data analysis"
Expand All @@ -42,17 +44,12 @@ output "bigquery_editor_url" {
description = "The URL to launch the BigQuery editor"
}

output "solution_guide_url" {
value = "http://bit.ly/3FNWhjH"
description = "The URL to Solution Guide for the EDW solution"
}

output "neos_tutorial_url" {
value = "http://bit.ly/3nc8M25"
description = "The URL to launch the in-console tutorial for the EDW solution"
value = "https://console.cloud.google.com/welcome?walkthrough_id=analytics-lakehouse_tour&project=${var.project_id}"
description = "The URL to launch the in-console tutorial for the Analytics Lakehouse solution"
}

output "lakehouse_colab_url" {
value = "http://bit.ly/3K4CmQ4"
description = "The URL to launch the in-console tutorial for the EDW solution"
description = "The URL to launch the in-console tutorial for the Analytics Lakehouse solution"
}

0 comments on commit 7357552

Please sign in to comment.