-
Notifications
You must be signed in to change notification settings - Fork 7
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
Github blocks downloading the dbt schema #410
Labels
Comments
Agreed. PRs welcome! |
edgarrmondragon
added
good first issue
Good for newcomers
bug
Something isn't working
labels
Nov 14, 2024
ekini
added a commit
to ekini/tap-dbt
that referenced
this issue
Nov 14, 2024
PR added :) |
edgarrmondragon
added a commit
that referenced
this issue
Nov 14, 2024
Fixes #410 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tap fails consistently in some conditions with
If we look closely, this is what it receives:
Which is definitely not a YAML file, also note the 403 response code.
This happens most likely because the schema gets downloaded using the default User-Agent header set by
requests
library - https://github.com/MeltanoLabs/tap-dbt/blob/main/tap_dbt/client.py#L28Maybe it should at least use the user-agent set in the tap config. Or, even better, the schema should be committed to the repo, as this dependency on Github availability reduces the whole system reliability.
The text was updated successfully, but these errors were encountered: