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

[FSTORE-1328] Add list to feature store and richer repr drafts #1301

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

vatj
Copy link
Contributor

@vatj vatj commented Apr 23, 2024

This PR adds/fixes/changes...

  • please summarize your changes to the code
  • and make sure to include all changes to user-facing APIs

JIRA Issue: -

Priority for Review: -

Related PRs: -

How Has This Been Tested?

  • Unit Tests
  • Integration Tests
  • Manual Tests on VM

Checklist For The Assigned Reviewer:

- [ ] Checked if merge conflicts with master exist
- [ ] Checked if stylechecks for Java and Python pass
- [ ] Checked if all docstrings were added and/or updated appropriately
- [ ] Ran spellcheck on docstring
- [ ] Checked if guides & concepts need to be updated
- [ ] Checked if naming conventions for parameters and variables were followed
- [ ] Checked if private methods are properly declared and used
- [ ] Checked if hard-to-understand areas of code are commented
- [ ] Checked if tests are effective
- [ ] Built and deployed changes on dev VM and tested manually
- [x] (Checked if all type annotations were added and/or updated appropriately)

@vatj vatj requested review from dhananjay-mk and javierdlrm and removed request for dhananjay-mk April 23, 2024 07:53
Copy link
Contributor

@dhananjay-mk dhananjay-mk left a comment

Choose a reason for hiding this comment

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

minor comments on quick look

fgroup
for fgroup in fg_list
if fgroup.version
== max(fg1.version for fg1 in fg_list if fg1.name == fgroup.name)
Copy link
Contributor

Choose a reason for hiding this comment

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

may be using filter() is better for readability instead of having a for loop again


## Get or Create Storage Connectors to access External Data

You can retrieve or create `StorageConnector` objects using the `get_or_create_storage_connector()` method. `StorageConnector`s objects are used to access external data sources, such as S3, Snowflake, BigQuery. Each `StorageConnector` has its own properties so check out the docs for the specific data source you are interested in:
Copy link
Contributor

Choose a reason for hiding this comment

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

we dont have create storage connector method, there is only get_storage_connector

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.

2 participants