Closed tim-steinkuhler closed 1 year ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Tim Steinkühler. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Hi @colin-rogers-dbt (I see you are assigned as reviewer), I'm finding it a bit difficult to relate the CI error message "at least one column must be specified for the table" to the changes I made. If I did mess this up, I would expect a lot more tests to fai, not just that one, and I would expect a different error message. Could you help me get a better understanding?
@Fokko, are you able to have a look at this? After a rebase on the latest version of main, the tests have been passed, although there are still 3 "expected" checks, how does this work? :-D
By the way, thank you @Fokko! Your feedback is much appreciated!
I don't think my change could lead to this error message in the integration-spark-session
pipeline. @colin-rogers-dbt could you have a look?
@tim-steinkuhler : Could you force a new commit to restart the CI? I do not understand why the integration-spark-session
CI fails; I would like to rerun the CI to be sure
@tim-steinkuhler : Ok, that did not do the trick unfortunately. Let's discuss an approach for this in person!
After a short discussion with @JCZuurmond , we decided to not remove the https://
prefix
@colin-rogers-dbt : Could you help with the CI again? Given the code changes and that the CI passed before, I expect that the CI fails because it is a bit flacky.
@fleid: This PR is ready to be merged. Could you merge it once the CI is fixed?
Thanks for the contribution!
resolves #302
Description
Allow hostname to be provided with or without trailing slash
When you copy in the hostname, it may or may not include trailing
/
We could avoid confusion by allowing users to include or exclude these elements.Before this change,
dbt debug
would get you something like this:Output while using a trailing slash after change (given credentials are correct):
Checklist
changie new
to create a changelog entry