Skip to content

Commit 0fefac1

Browse files
committed
Fully qualify shared_data schema
1 parent 85e8ae1 commit 0fefac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bi_tv_dashboards/scripts/setup.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CREATE VIEW IF NOT EXISTS code_schema.REPORT__DAYS_TO_BILLION__VELOCITY__VIEW AS
1111
SELECT
1212
*
1313
FROM
14-
shared_data.REPORT__DAYS_TO_BILLION__VELOCITY__VIEW
14+
bi_tv_dashboards__app_package.shared_data.REPORT__DAYS_TO_BILLION__VELOCITY__VIEW
1515
;
1616

1717
GRANT SELECT ON VIEW code_schema.REPORT__DAYS_TO_BILLION__VELOCITY__VIEW TO APPLICATION ROLE bi_tv_dashboards__app_role;

0 commit comments

Comments
 (0)