-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Move registry files to
infra/registry
(#3068)
* Rename LocalRegistryStore to FileRegistryStore Signed-off-by: Felix Wang <[email protected]> * Move all registry and registry store files to `infra/registry/` Signed-off-by: Felix Wang <[email protected]> * Update RTD docs Signed-off-by: Felix Wang <[email protected]> * Move base registry into separate file Signed-off-by: Felix Wang <[email protected]> * Update RTD docs Signed-off-by: Felix Wang <[email protected]> * Fix broken import Signed-off-by: Felix Wang <[email protected]> * Update RTD doc structure Signed-off-by: Felix Wang <[email protected]> * Add skeleton `registry.py` file to not break imports Signed-off-by: Felix Wang <[email protected]> * Fix Signed-off-by: Felix Wang <[email protected]> * Change reloading to cover new FileRegistryStore Signed-off-by: Felix Wang <[email protected]> * Remove `registry.py` file Signed-off-by: Felix Wang <[email protected]> Signed-off-by: Felix Wang <[email protected]>
- Loading branch information
1 parent
081a91a
commit 2913c6d
Showing
51 changed files
with
1,136 additions
and
1,203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
sdk/python/docs/source/feast.infra.offline_stores.contrib.athena_offline_store.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
feast.infra.offline\_stores.contrib.athena\_offline\_store package | ||
================================================================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
feast.infra.offline_stores.contrib.athena_offline_store.tests | ||
|
||
Submodules | ||
---------- | ||
|
||
feast.infra.offline\_stores.contrib.athena\_offline\_store.athena module | ||
------------------------------------------------------------------------ | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.athena_offline_store.athena | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
feast.infra.offline\_stores.contrib.athena\_offline\_store.athena\_source module | ||
-------------------------------------------------------------------------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.athena_offline_store.athena_source | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.athena_offline_store | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
21 changes: 21 additions & 0 deletions
21
...n/docs/source/feast.infra.offline_stores.contrib.athena_offline_store.tests.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
feast.infra.offline\_stores.contrib.athena\_offline\_store.tests package | ||
======================================================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
feast.infra.offline\_stores.contrib.athena\_offline\_store.tests.data\_source module | ||
------------------------------------------------------------------------------------ | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.athena_offline_store.tests.data_source | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.athena_offline_store.tests | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
feast.infra.registry package | ||
============================ | ||
|
||
Submodules | ||
---------- | ||
|
||
feast.infra.registry.base\_registry module | ||
------------------------------------------ | ||
|
||
.. automodule:: feast.infra.registry.base_registry | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
feast.infra.registry.file module | ||
-------------------------------- | ||
|
||
.. automodule:: feast.infra.registry.file | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
feast.infra.registry.gcs module | ||
------------------------------- | ||
|
||
.. automodule:: feast.infra.registry.gcs | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
feast.infra.registry.registry module | ||
------------------------------------ | ||
|
||
.. automodule:: feast.infra.registry.registry | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
feast.infra.registry.registry\_store module | ||
------------------------------------------- | ||
|
||
.. automodule:: feast.infra.registry.registry_store | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
feast.infra.registry.s3 module | ||
------------------------------ | ||
|
||
.. automodule:: feast.infra.registry.s3 | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
feast.infra.registry.sql module | ||
------------------------------- | ||
|
||
.. automodule:: feast.infra.registry.sql | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: feast.infra.registry | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.