-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Feature] Support HTTP authentication for DbtGitRemote #112
Comments
Thanks for opening an issue. Support for authentication in git remotes was not implemented, hence the error. I'm working on a patch for this and already got it working. Just need to do some clean up of the code and add some tests. We'll do this in two steps:
|
Tentative release for v1.0.4 ? |
v1.0.4 going out later today assuming CI is green. |
Thanks for bringing this up @alvaromendoza. I think I may have tagged the wrong commit, and thus 1.0.4 was deployed without the changes. Unfortunately, PyPI doesn't allow overwriting existing releases, so I will go ahead and do a 1.0.5 release. This will just be what v1.0.4 was intended to be, no other changes. I may yank 1.0.4 afterwards, just so that folks upgrade from 1.0.3 to 1.0.5 directly. Sorry for the inconveniences. The deployment pipeline is all automated except for bumping the version and tagging the commit, and I couldn't get that right 😅 |
Just pushed tag v1.0.5 which does have the latest changes as you can verify looking at the tree: https://github.com/tomasfarias/airflow-dbt-python/tree/v1.0.5/airflow_dbt_python/hooks. It should be deployed shortly to PyPI. |
Preferably to add verify ssl = bool to avoid this error: |
does version v1.0.5 support both remote GitLab clone and airflow connections? |
I am trying to use GitLab DBT project repo using DbtGitRemoteHook
When i tried to access on the browser with https and the token i was able to access
Also tried with below project_dir
project_dir="https://$gitlabUser:$gitlabToken@domain/abc.git",
The text was updated successfully, but these errors were encountered: