forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added MariaDB offline store Added MariaDB template Signed-off-by: Theodor Mihalache <[email protected]>
- Loading branch information
Showing
22 changed files
with
1,548 additions
and
3 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
37 changes: 37 additions & 0 deletions
37
...python/docs/source/feast.infra.offline_stores.contrib.mariadb_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.mariadb\_offline\_store package | ||
================================================================= | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
feast.infra.offline_stores.contrib.mariadb_offline_store.tests | ||
|
||
Submodules | ||
---------- | ||
|
||
feast.infra.offline\_stores.contrib.mariadb\_offline\_store.mariadb module | ||
---------------------------------------------------------------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mariadb_offline_store.mariadb | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
feast.infra.offline\_stores.contrib.mariadb\_offline\_store.mariadb\_source module | ||
------------------------------------------------------------------------------------ | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mariadb_offline_store.mariadb_source | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mariadb_offline_store | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
21 changes: 21 additions & 0 deletions
21
.../docs/source/feast.infra.offline_stores.contrib.mariadb_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.mariadb\_offline\_store.tests package | ||
======================================================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
feast.infra.offline\_stores.contrib.mariadb\_offline\_store.tests.data\_source module | ||
----------------------------------------------------------------------------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mariadb_offline_store.tests.data_source | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mariadb_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
Empty file.
Oops, something went wrong.