Skip to content
#

ml-ops

Here are 9 public repositories matching this topic...

Language: All
Filter by language
danielnuriyev
danielnuriyev commented Sep 15, 2020

Description

I just run MySQLFetch task:

mysql = MySQLFetch(
        host="...",
        port=3306,
        db_name="...",
        user="...",
        password="...",
        query="SELECT * FROM ... LIMIT 1"
    )
mysql.run()

And I get this:

Traceback (most recent call last):
  File "/Users/danielnuriyev/simplisafe/scripts/lib/python3.8/site-packages/IPython/core/int

Improve this page

Add a description, image, and links to the ml-ops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ml-ops topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.