Skip to content

Commit

Permalink
Remove mention of --file-store from tracking docs (mlflow#1418)
Browse files Browse the repository at this point in the history
Fixing based on feedback from mlflow slack
  • Loading branch information
sueann authored and aarondav committed Jun 7, 2019
1 parent ee91454 commit 5284f95
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/source/tracking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,7 @@ backend as ``./path_to_store`` or ``file:/path_to_store`` and a *database-backed
`SQLAlchemy database URI <https://docs.sqlalchemy.org/en/latest/core/engines
.html#database-urls>`_. The database URI typically takes the format ``<dialect>+<driver>://<username>:<password>@<host>:<port>/<database>``.
MLflow supports the database dialects ``mysql``, ``mssql``, ``sqlite``, and ``postgresql``.
Drivers are optional. If you do not specify a driver, SQLAlchemy uses a dialect's default driver.
For backwards compatibility, ``--file-store`` is an alias for ``--backend-store-uri``.
For example, ``--backend-store-uri sqlite:///mlflow.db`` would create a local SQLite database.

For backwards compatibility, ``--file-store`` is an alias for ``--backend-store-uri``.
Drivers are optional. If you do not specify a driver, SQLAlchemy uses a dialect's default driver. For example, ``--backend-store-uri sqlite:///mlflow.db`` would use a local SQLite database.

.. important::

Expand Down

0 comments on commit 5284f95

Please sign in to comment.