-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make DQX compatible with Serverless #147
Conversation
✅ 114/114 passed, 1 skipped, 23m34s total Running from acceptance #324 |
But profiler tests will fail - should we remove |
yes, this is going to be resolved in another PR. This one is to make the CI/CD work on serverless in addition. |
added latest pytester dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but minor nitpicks :)
# set either service principal credentials | ||
|
||
# either use PAT token for authentication | ||
export DATABRICKS_TOKEN=<pat-token> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't recommend PATs - they're considered bad practice since the introduction of OAuth
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good, Thanks for the review, i will correct in the next PR
Changes
Linked issues
Resolves #146 #120
Tests