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

chore: Remove Rockset from feast #4434

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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
Loading