Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .devcontainer/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# SnowSQL config

[connections.dev]
accountname = myaccount
username = myusername
password = mypassword
rolename = HOL_ROLE
warehousename = HOL_WH
dbname = HOL_DB
accountname = azure.snowflakecomputing.com
username = cjsankjsan
password = sjkjsad
rolename = SYSADMIN
warehousename =
dbname = HOL_DB
2 changes: 1 addition & 1 deletion steps/05_load_excel_files.sql
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ HANDLER = 'main'
AS
$$
from snowflake.snowpark.files import SnowflakeFile
from openpyxl import load_workbook
from openpyxl import load_workbook #to open excel notebooks
import pandas as pd

def main(session, file_path, worksheet_name, target_table):
Expand Down
2 changes: 2 additions & 0 deletions steps/07_deploy_task_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@ def main(session: Session) -> str:
print(main(session)) # type: ignore

session.close()