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

fix: renable s3 customizations for data connectors #606

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

Panaetius
Copy link
Member

@Panaetius Panaetius commented Jan 14, 2025

this add back s3 and other customisations for the storage schema

/deploy

@RenkuBot
Copy link
Contributor

You can access the deployment of this PR at https://renku-ci-ds-606.dev.renku.ch

Copy link
Member

@leafty leafty left a comment

Choose a reason for hiding this comment

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

Note, can be solved later: maybe the webdav patches should work like the other patches instead of being invoked as special cases.

Fix looks OK to merge 👍

@@ -600,3 +600,4 @@ async def test_storage_schema(storage_test_client) -> None:
providers = next(p for p in s3["options"] if p["name"] == "provider")
assert providers
assert providers.get("examples")
assert any(e["value"] == "Switch" for e in providers.get("examples"))
Copy link
Member

Choose a reason for hiding this comment

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

It would probably be better to have one test per patch in the future.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 12769910826

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • 13 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.06%) to 86.848%

Files with Coverage Reduction New Missed Lines %
components/renku_data_services/crc/db.py 1 85.68%
components/renku_data_services/crc/blueprints.py 5 92.74%
components/renku_data_services/notebooks/api/classes/k8s_client.py 7 63.58%
Totals Coverage Status
Change from base Build 12744140557: -0.06%
Covered Lines: 15201
Relevant Lines: 17503

💛 - Coveralls

@Panaetius
Copy link
Member Author

I created #607 and #608 for follow-up issues

@Panaetius Panaetius merged commit 4a5269f into main Jan 14, 2025
22 checks passed
@Panaetius Panaetius deleted the fix-s3-customization branch January 14, 2025 15:03
@RenkuBot
Copy link
Contributor

Tearing down the temporary RenkuLab deplyoment for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants