Search results

  1. D

    Using the SQL Trigger Component in Cards

    The SQL Trigger component can be used to save data to an SQL Table from a card The SQL Trigger Component requires the following properties: Execute: A Yes/No value that determines whether the query should be executed when the card is loaded. Query: The SQL query to be executed. Datasource: The...
  2. D

    Interacting with AWS S3 in MODLR Processes

    MODLR Processes support the ability to interact with an AWS S3 (Simple Storage Service) Bucket. To interact with an S3 Bucket, an S3Bucket object must first be initialized with the following parameters access_key (string): The access key for AWS S3. secret_key (string): The secret key for AWS...
  3. D

    How to use the SQL Table Component in Cards

    The SQL Table card component is a powerful tool that fetches data directly from a database rather than from a MODLR Cube. The SQL Table component requires the following properties: Columns: The number of columns in the table Query: The Query to be ran Datasource: The database to run the query...