Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Aug 26, 2024
1 parent 2440dec commit 00f285a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name : Main Tests
run: |
source venv/bin/activate
python -m pytest src/databricks_sqlalchemy/test_local
python -m pytest src/databricks_sqlalchemy
# cd src/databricks_sqlalchemy
# python -m pytest test_local --dburi "databricks://token:[email protected]?http_path=/sql/1.0/warehouses/dd43ee29fedd958d&catalog=peco&schema=default"
# DBURI="databricks://token:${DATABRICKS_TOKEN}@${DATABRICKS_SERVER_HOSTNAME}?http_path=${DATABRICKS_HTTP_PATH}&catalog=${DATABRICKS_CATALOG}&schema=${DATABRICKS_SCHEMA}"
Expand Down

0 comments on commit 00f285a

Please sign in to comment.