snowflakes working
This commit is contained in:
parent
ab06c5c8e3
commit
dab72fbb38
1 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,11 @@ def create_tables_snowflake(db):
|
|||
db.engine.execute(q)
|
||||
print(f"`connector_sessions` table created succesfully.")
|
||||
|
||||
#with open(base_path / 'sql' / 'snowflake_events_detailed.sql') as f:
|
||||
# q = f.read()
|
||||
#db.engine.execute(q)
|
||||
#print(f"`connector_user_events_detailed` table created succesfully.")
|
||||
|
||||
|
||||
def create_tables_redshift(db):
|
||||
with open(base_path / 'sql' / 'redshift_events.sql') as f:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue