Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Oct 26, 2024
1 parent 8da4f7d commit bcbf363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/support-cases-radar/support-cases-radar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ datasets:
parameters:
data_collection_database_name:
type: athena
query: SELECT DISTINCT table_schema FROM information_schema.columns WHERE table_name = 'budgets_data'
query: SELECT DISTINCT table_schema FROM information_schema.columns WHERE table_name = 'support_cases_data'
default: optimization_data
description: "Enter the name of the data collection database"
global: True
Expand Down Expand Up @@ -1842,7 +1842,7 @@ views:
parameters:
data_collection_database_name:
type: athena
query: SELECT DISTINCT table_schema FROM information_schema.columns WHERE table_name = 'budgets_data'
query: SELECT DISTINCT table_schema FROM information_schema.columns WHERE table_name = 'support_cases_data'
default: optimization_data
description: "Enter the name of the data collection database"
global: True

0 comments on commit bcbf363

Please sign in to comment.