FAQ Salesforce & Tableau Cloud MFA Requirements On February 1, 2022, Salesforce began requiring MFA on all products developed on the Salesforce platform - including Salesforce Sales Cloud and Tableau Cloud. You can view the announcement & FAQ here! We've
FAQ What's my Mitto Version? In Mitto, click on the Settings link. On the settings page, on the About tab, you will see the version of Mitto in the top left.
FAQ How to Clone a Private Github Repo on Mitto Whether you have a repository of CSV files, command line scripts, or a custom Mitto plugin, cloning a private Github repo onto your Mitto instance requires little setup. Whether you have a repository
FAQ Mitto Best Practices SQLUse an IDE for testing SQL statementsUse an IDE like DataGrip to test your SQL statements prior to running them in Mitto SQL jobs. Include the table schema in SQL statementsIt is a
FAQ Flat File Basics The Flat File connector is a collection of connectors – CSV, Excel, JSON, etc. Adding and creating a Flat File JobSimilar to adding a CSV file, adding a flat file database to your Mitto
FAQ How to Add Custom Connectors to Mitto Currently, there are almost 50 plugins written for connecting Mitto to various APIs (Salesforce, Netsuite, etc), databases, and flat files. Most of these plugins are created and maintained by Zuar as either part
FAQ How do I unzip files in Mitto? It's inevitable that if you deal with enough data, especially exporting data from source systems, that you'll eventually need deal with .zip, .gz, or tar.gz files. To get this into a database,
FAQ Updating Multiple Jobs with the Python Mitto SDK Zuar's ELT+ product Mitto (see why this solution is so epic) has an extensive API, allowing users to remotely interact with jobs, schedules, etc on their Mitto instance. We recently released a Python
FAQ Python with Virtualenv in Mitto This article covers the importing of a Python package that we don't have installed on Mitto, such as pandas or NumPy. In this case, we need to use a virtual environment. The virtual