Skip to content

Commit

Permalink
chore: Remove Rockset from feast (#4434)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokoko authored Aug 26, 2024
1 parent 34238d2 commit 55a61e8
Show file tree
Hide file tree
Showing 33 changed files with 532 additions and 1,431 deletions.
1 change: 0 additions & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
* [PostgreSQL (contrib)](reference/online-stores/postgres.md)
* [Cassandra + Astra DB (contrib)](reference/online-stores/cassandra.md)
* [MySQL (contrib)](reference/online-stores/mysql.md)
* [Rockset (contrib)](reference/online-stores/rockset.md)
* [Hazelcast (contrib)](reference/online-stores/hazelcast.md)
* [ScyllaDB (contrib)](reference/online-stores/scylladb.md)
* [SingleStore (contrib)](reference/online-stores/singlestore.md)
Expand Down
4 changes: 0 additions & 4 deletions docs/reference/online-stores/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ Please see [Online Store](../../getting-started/components/online-store.md) for
[mysql.md](mysql.md)
{% endcontent-ref %}

{% content-ref url="rockset.md" %}
[rockset.md](rockset.md)
{% endcontent-ref %}

{% content-ref url="hazelcast.md" %}
[hazelcast.md](hazelcast.md)
{% endcontent-ref %}
Expand Down
84 changes: 0 additions & 84 deletions docs/reference/online-stores/rockset.md

This file was deleted.

29 changes: 0 additions & 29 deletions sdk/python/docs/source/feast.infra.feature_servers.aws_lambda.rst

This file was deleted.

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions sdk/python/docs/source/feast.infra.materialization.lambda.rst

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Subpackages
feast.infra.online_stores.contrib.hbase_online_store
feast.infra.online_stores.contrib.ikv_online_store
feast.infra.online_stores.contrib.mysql_online_store
feast.infra.online_stores.contrib.rockset_online_store

Submodules
----------
Expand Down
21 changes: 0 additions & 21 deletions sdk/python/docs/source/feast.infra.registry.contrib.postgres.rst

This file was deleted.

21 changes: 0 additions & 21 deletions sdk/python/docs/source/feast.infra.registry_stores.rst

This file was deleted.

61 changes: 61 additions & 0 deletions sdk/python/docs/source/feast.permissions.auth.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
feast.permissions.auth package
==============================

Submodules
----------

feast.permissions.auth.auth\_manager module
-------------------------------------------

.. automodule:: feast.permissions.auth.auth_manager
:members:
:undoc-members:
:show-inheritance:

feast.permissions.auth.auth\_type module
----------------------------------------

.. automodule:: feast.permissions.auth.auth_type
:members:
:undoc-members:
:show-inheritance:

feast.permissions.auth.kubernetes\_token\_parser module
-------------------------------------------------------

.. automodule:: feast.permissions.auth.kubernetes_token_parser
:members:
:undoc-members:
:show-inheritance:

feast.permissions.auth.oidc\_token\_parser module
-------------------------------------------------

.. automodule:: feast.permissions.auth.oidc_token_parser
:members:
:undoc-members:
:show-inheritance:

feast.permissions.auth.token\_extractor module
----------------------------------------------

.. automodule:: feast.permissions.auth.token_extractor
:members:
:undoc-members:
:show-inheritance:

feast.permissions.auth.token\_parser module
-------------------------------------------

.. automodule:: feast.permissions.auth.token_parser
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: feast.permissions.auth
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 55a61e8

Please sign in to comment.