Gaio DataOS
English
English
  • Welcome to the Gaio Platform documentation!
  • Documentação
    • General information
      • Functioning Structure
      • Login
      • Home page
    • Applications
    • Studio
      • Suit
      • Data Sources
      • Tasks
        • ETL
          • Builder
          • SQL
          • SQL External
          • Insert Table
          • Insert Row
          • Update
          • Delete
          • Create Table
          • Quick Table
          • pivot table
          • Unpivot Table
          • Run Process
          • Rest
          • Parameters to Table
          • Table to Parameters
          • Users
          • CSV Web
          • Google Planilhas
        • Analytics
          • Sample
          • AutoML
          • Scoring
          • Cluster
          • Main Components
          • Association Rules
          • Time Series
          • Python
        • Delivery
          • Report
          • Power Search
          • Content
          • Form
          • Exportar Output
          • Banner
          • Export CSV
          • Map
          • Insights
          • API
          • SMS
          • Whatsapp
          • Email
          • Network
      • Parameters
      • Forms
      • Files
      • Action Buttons
      • Top Menu
        • SQL
        • Edit Bucket Tables
        • Executions in Progress
        • Map Editor
        • Schedule
        • Models
        • Cognitive
        • Error log
        • Edit Dashboard
        • Chat - GPS
        • General Menu
    • Administration
      • Permissions
      • Users
      • Data Sources
      • Repositories
        • Creation
        • Data Management
      • Sharing
      • Schedules
      • Logs
    • Keyboard Shortcuts
  • IntegraƧƵes
    • LDAP
  • HUB
    • Exemplos
      • Tarefa ConteĆŗdo
        • Manual Form
  • FAQ
  • GestĆ£o de Servidor
    • Gaio startup
  • What's New!
    • Release Notes
      • 2022
  • Import
    • Editor de Mapas
    • ParĆ¢metros
    • FormulĆ”rios
    • Processos
    • Editar Dashboard
    • Administração
      • UsuĆ”rios
        • PermissƵes
      • Fontes de Dados
      • Repositórios
        • Criação
        • GestĆ£o de Dados
      • Compartilhamento
      • Agendamento
      • Log
    • Consulta
Powered by GitBook
On this page
  • Release
  • Settings
  1. Documentação
  2. Studio
  3. Tasks
  4. ETL

SQL External

PreviousSQLNextInsert Table

Last updated 1 year ago

External SQL performs a pure import. Unlike an import performed through the task Query, import via External SQL does not automatically identify the name of the columns and their type (String, Int, Float, etc.), and it is up to the user to provide this information.

The main advantage of this task is the ability to execute complex queries in the syntax of the source database, allowing the user to take advantage of existing work, or specific functionalities present in other technologies such as: functions, procedures, and triggers.

Release

To be able to import through the External SQL task, the source registration must have the flag "Allow to execute pure SQL in the source".

Before clicking save, you need to re-enter your Data Source username and password.

Settings

  1. Give the task a name (optional)

  2. Choose the data source

  3. Insert the query

  4. Check to enable import

  5. Insertion mode: **

  6. Give the import result table a name

  7. Add the desired number of columns

  8. Specify the type of columns

  9. Enter the name of the columns (necessarily needs to be the same as the data source)

  10. Maximize the screen

Save and run the task.

See more in

Management > Sources