Skip to content
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

#74,75 Creating and using bucket-fs connection objects #76

Merged
merged 36 commits into from
Oct 7, 2024

Conversation

ahsimb
Copy link
Collaborator

@ahsimb ahsimb commented Oct 4, 2024

closes #74
closes #75

ahsimb added 30 commits March 26, 2024 09:20
# Conflicts:
#	exasol/python_extension_common/deployment/language_container_deployer.py
#	exasol/python_extension_common/deployment/language_container_deployer_cli.py
#	pyproject.toml
#	test/unit/deployment/test_language_container_deployer.py
#	test/unit/deployment/test_language_container_deployer_cli.py
@ahsimb ahsimb added the feature Product feature label Oct 4, 2024
@ahsimb ahsimb self-assigned this Oct 4, 2024
Nicoretti
Nicoretti previously approved these changes Oct 4, 2024


@dataclass
class ConnObjectData:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class ConnObjectData:
class ConnectionInfo:

Comment on lines 70 to 72
bfs_path.write(TEST_FILE_CONTENT)
try:
yield
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bfs_path.write(TEST_FILE_CONTENT)
try:
yield
try:
bfs_path.write(TEST_FILE_CONTENT)
yield

Comment on lines 105 to 106
if not use_saas:
pytest.skip("The test is not configured to use SaaS.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to achieve this decorator based?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly, but it's not trivial, as we need to look at the fixture.

@ahsimb ahsimb merged commit adaa84c into main Oct 7, 2024
10 checks passed
@ahsimb ahsimb deleted the feature/75-bucket-fs-connection-object branch October 7, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
2 participants