-
Notifications
You must be signed in to change notification settings - Fork 199
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
Make scope configurable #484
Conversation
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.
Thanks for working on this @himadripal. Can you fix the conflicts? Thanks!
@Fokko Thank you for the approval. Fixed the conflict, can you please let the build checks run? |
The easiest way is to fix this locally using |
@Fokko Thank you for this tip. |
locally all passed (venv) % poetry run pre-commit run --all-files
trim trailing whitespace.................................................Passed
fix end of files.........................................................Passed
check docstring is first.................................................Passed
debug statements (python)................................................Passed
check yaml...............................................................Passed
check python ast.........................................................Passed
ruff.....................................................................Passed
ruff-format..............................................................Passed
mypy.....................................................................Passed
pycln....................................................................Passed
mdformat.................................................................Passed
pydocstyle...............................................................Passed
flynt....................................................................Passed @Fokko Can you rerun the build check please? |
adfdea2
to
e508a9f
Compare
added scope as configurable option, defaults to `CATALOG_SCOPE` resolve conflicts. change to constant style fix
01f6541
to
f9635a6
Compare
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.
Looks good. Could you also create a PR to update the documentation:
iceberg-python/mkdocs/docs/configuration.md
Line 152 in 36b56eb
| credential | t-1234:secret | Credential to use for OAuth2 credential flow when initializing the catalog | |
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.
+1 thanks @himadripal for working on it.
Thanks for working on this @himadripal and for the review @flyrain |
#462