We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d7770 commit a26a538Copy full SHA for a26a538
1 file changed
airflow_dbt_python/utils/url.py
@@ -384,7 +384,7 @@ def __str__(self) -> str:
384
>>> str(URL("s3://s3-bucket/path/to/my/profiles.yml"))
385
's3://s3-bucket/path/to/my/profiles.yml'
386
>>> str(URL("https://hey:secret@gh.com/hey/repo")) # pragma: allowlist secret
387
- 'https://hey:***@github.com/hey/my-repo'
+ 'https://***:***@gh.com/***/repo'
388
"""
389
url_str = self._parsed.geturl()
390
0 commit comments