:orphan: Dolt ==== The ``DoltTable`` plugin is a wrapper that uses `Dolt `__ to move data between ``pandas.DataFrame``'s at execution time and database tables at rest. Installation ------------ The dolt plugin and dolt command line tool are required to run these examples: .. code:: bash pip install flytekitplugins.dolt sudo bash -c 'curl -L https://github.com/dolthub/dolt/releases/latest/download/install.sh | sudo bash' Dolt requires a user configuration to run ``init``: .. code:: bash dolt config --global --add user.email dolt config --global --add user.name These demos assume a ``foo`` database has been created locally: .. code:: bash mkdir foo cd foo dolt init .. panels:: :header: text-center :column: col-lg-12 p-2 .. link-button:: https://blog.flyte.org/upleveling-flyte-data-lineage-using-dolt :type: url :text: Blog Post :classes: btn-block stretched-link ^^^^^^^^^^^^ An article detailing Dolt and Flyte integration. .. toctree:: :maxdepth: -1 :caption: Contents :hidden: Blog Post .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto/integrations/flytekit_plugins/dolt/images/thumb/sphx_glr_dolt_quickstart_example_thumb.png :alt: Quickstart :ref:`sphx_glr_auto_integrations_flytekit_plugins_dolt_dolt_quickstart_example.py` .. raw:: html
Quickstart
.. raw:: html
.. only:: html .. image:: /auto/integrations/flytekit_plugins/dolt/images/thumb/sphx_glr_dolt_branch_example_thumb.png :alt: Dolt Branches :ref:`sphx_glr_auto_integrations_flytekit_plugins_dolt_dolt_branch_example.py` .. raw:: html
Dolt Branches
.. raw:: html
.. toctree:: :hidden: /auto/integrations/flytekit_plugins/dolt/dolt_quickstart_example /auto/integrations/flytekit_plugins/dolt/dolt_branch_example .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: dolt_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: dolt_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_