We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e8ae1 commit 0fefac1Copy full SHA for 0fefac1
bi_tv_dashboards/scripts/setup.sql
@@ -11,7 +11,7 @@ CREATE VIEW IF NOT EXISTS code_schema.REPORT__DAYS_TO_BILLION__VELOCITY__VIEW AS
11
SELECT
12
*
13
FROM
14
- shared_data.REPORT__DAYS_TO_BILLION__VELOCITY__VIEW
+ bi_tv_dashboards__app_package.shared_data.REPORT__DAYS_TO_BILLION__VELOCITY__VIEW
15
;
16
17
GRANT SELECT ON VIEW code_schema.REPORT__DAYS_TO_BILLION__VELOCITY__VIEW TO APPLICATION ROLE bi_tv_dashboards__app_role;
0 commit comments