Skip to content

Commit

Permalink
UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Sep 26, 2021
1 parent 0dd474b commit bb3360e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

def main():
load_dotenv() # only on local run
print(os.environ)
queries_list = os.environ['INPUT_QUERIES'].split(';')
sync = os.environ.get("INPUT_SYNC", False)
warehouse = os.environ['INPUT_SNOWFLAKE_WAREHOUSE']
Expand Down

0 comments on commit bb3360e

Please sign in to comment.