Skip to content

Commit 041f278

Browse files
ci: update snowflake info to print account, username, and default db
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
1 parent 24903b9 commit 041f278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python_pytest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
echo "Snowflake Account Info (non-sensitive):"
170170
poetry run python -c "import os; print(f'Account: {os.environ.get(\"SNOWFLAKE_ACCOUNT\", \"<not-set>\")}')"
171171
poetry run python -c "import os; print(f'Username: {os.environ.get(\"SNOWFLAKE_USER\", \"<not-set>\")}')"
172+
poetry run python -c "import os; print(f'Default DB: {os.environ.get(\"SNOWFLAKE_DATABASE\", \"<not-set>\")}')"
172173
173174
- name: Run Pytest
174175
timeout-minutes: 60

0 commit comments

Comments
 (0)