-
Notifications
You must be signed in to change notification settings - Fork 101
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
increase CI test coverage for connection target types #65
Comments
That would be really great. It would really help improve stability on releases to be confident that this doesn't break. I think after #62 is merged. To make the merges smaller. |
@jtcohen6 could you help us think how to best set up running
encrypt: true
trust_cert: true we'd also need to do the same with all the AAD auth methods... |
@swanderz I don't think I think you could do that outside of the pytest framework to start: create a |
Is anyone working on this? I would really like to push a new version to pypi. But then we need to make sure that all functionality we are shipping are working as expected... |
working on this today! |
give the weird behavior we saw with connection strings and
SqlPassword=True
. @NandanHegde15 had the idea to have a separate Circle CI job would be verify thatdbt debug
works on all target configurations that are commonly used. We can either add this to #62 or in a new PR after #62 is merged.The ones I can think of:
trusted_connection=True
windows_integrated=True
Encrypt
andTrustServerCertificate
aren't specifiedEncrypt
,TrustServerCertificate
, andSqlPassword
The text was updated successfully, but these errors were encountered: