-
Notifications
You must be signed in to change notification settings - Fork 234
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
Fix/ldap password #396
Fix/ldap password #396
Conversation
Copying from #311 (comment):
Have you been able to confirm that this works for you, with your own cluster, when running from this branch locally? |
@jtcohen6 Yes, I can confirm it. We have Apache Kyuubi with LDAP authentication and these are the changes we made to be able to connect via thrift. We don't use |
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! @VShkaberda thanks for contributing it!
Hello, do you plan to merge this changes until the next release? There is a feeling that this PR has been forgotten. I saw an old comment in the issue thread
I'm not sure if it could be a blocker. |
I'm also interested in getting this PR merged. Is there anything blocking it at the moment? |
Retriggering CI |
@VShkaberda sorry for the delay in merging here! Would you be able to generate a changelog entry (instructions here) and then I can merge this in for the 1.3 release |
I tried to use dockerized |
@VShkaberda if you can't get it to work, just let me know and I can copy your commits to a branch and generate the changelog so we can get this in |
@leahwicz I end up installing |
@VShkaberda I think I see what happened. The fork you were working on did not have the latest |
@ChenyuLInx seems this one is still failing for a python_model issue was curious if you had any ideas? or if this is a nuisance problem? |
@McKnight-42 sorry for seeing this late, I think we can merge it, I think the tests might be running with this branch, but we fixed that python tests on the main branch already |
@ChenyuLInx did this make it into the 1.3 release a few days ago? |
@nousot-cloud-guy sorry but this did not make it into the 1.3 release 😞 |
@leahwicz I'm guessing it'll be in 1.3 then. Any idea when that might be? |
Sorry I meant 1.4. |
@nousot-cloud-guy yes- it will be in the 1.4 release which will be at the end of January |
resolves #310
Created instead of #311
Description
Add password to
build_ssl_transport
andhive.connect
. Allows to useLDAP
authentication. Password is optional, so that it remainsNone
for other auth if not specified inprofiles.yml
.Checklist
CHANGELOG.md
and added information about my change to the "dbt-spark next" section.