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

get_dynamodb method #1309

Merged
merged 2 commits into from
Feb 6, 2024
Merged

get_dynamodb method #1309

merged 2 commits into from
Feb 6, 2024

Conversation

epps
Copy link
Contributor

@epps epps commented Feb 6, 2024

Description

This PR adds the get_dynamodb method to the Python client for fetching previously registered DynamoDB providers.

Type of change

Select type(s) of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have fixed any merge conflicts

@epps epps requested a review from sdreyer February 6, 2024 02:09
@epps epps linked an issue Feb 6, 2024 that may be closed by this pull request
@epps epps temporarily deployed to Integration testing February 6, 2024 02:12 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 02:12 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 02:12 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 02:12 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 02:12 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 02:12 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 02:12 — with GitHub Actions Inactive
.gitignore Outdated Show resolved Hide resolved
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

Attention: 273 lines in your changes are missing coverage. Please review.

Comparison is base (7fdb3ec) 49.27% compared to head (68fbff0) 61.04%.
Report is 245 commits behind head on main.

Files Patch % Lines
client/src/featureform/serving.py 26.31% 81 Missing and 3 partials ⚠️
client/src/featureform/register.py 77.14% 35 Missing and 13 partials ⚠️
client/src/featureform/resources.py 73.21% 45 Missing ⚠️
client/src/featureform/deploy.py 62.39% 34 Missing and 10 partials ⚠️
client/src/featureform/cli.py 49.01% 26 Missing ⚠️
client/src/featureform/client.py 10.00% 17 Missing and 1 partial ⚠️
client/src/featureform/status_display.py 40.00% 3 Missing ⚠️
client/src/featureform/feature_flag.py 66.66% 1 Missing and 1 partial ⚠️
client/src/featureform/tls.py 50.00% 2 Missing ⚠️
client/src/featureform/enums.py 92.30% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1309       +/-   ##
===========================================
+ Coverage   49.27%   61.04%   +11.76%     
===========================================
  Files         117       26       -91     
  Lines       21903     4379    -17524     
  Branches        0      647      +647     
===========================================
- Hits        10793     2673     -8120     
+ Misses      10383     1584     -8799     
+ Partials      727      122      -605     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@epps epps requested a review from aolfat February 6, 2024 18:13
@epps epps temporarily deployed to Integration testing February 6, 2024 18:15 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 18:15 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 18:15 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 18:15 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 18:15 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 18:15 — with GitHub Actions Inactive
@epps epps temporarily deployed to Integration testing February 6, 2024 18:15 — with GitHub Actions Inactive
@epps epps merged commit c7e120f into main Feb 6, 2024
46 of 47 checks passed
@epps epps deleted the task/get_dynamodb branch February 6, 2024 20:51
github-actions bot pushed a commit that referenced this pull request Feb 6, 2024
sdreyer pushed a commit that referenced this pull request Feb 12, 2024
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.

get_dynamodb method
3 participants