Skip to content

Commit

Permalink
Update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Mar 19, 2024
1 parent e140250 commit 07b902e
Show file tree
Hide file tree
Showing 14 changed files with 98 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE VIEW schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE VIEW schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE VIEW schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE VIEW schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE VIEW schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE VIEW schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE VIEW schema_name.table_name AS (
-- select_0
SELECT
a.bookings
FROM demo.fct_bookings a
LIMIT 1
)

0 comments on commit 07b902e

Please sign in to comment.