# Maia Documentation ## Docs - [Add project(s) and/or environment(s) to the Agent Allow list](https://docs.maia.ai/api-reference/agents/add-projects-andor-environments-to-the-agent-allow-list.md): A request to add project(s) and/or environment(s)to the Agent Allow list. - [Create a new Agent](https://docs.maia.ai/api-reference/agents/create-a-new-agent.md): Creates a new Agent with the specified configuration details. - [Delete an Agent](https://docs.maia.ai/api-reference/agents/delete-an-agent.md): This request can only be used to delete agents that have a STOPPED, PENDING or UNKNOWN status. In the case of an agent at UNKNOWN status, there is a delay of up to one hour after its preceding status before the agent can be deleted successfully. - [Get Agent Client Credentials](https://docs.maia.ai/api-reference/agents/get-agent-client-credentials.md): Return the Client ID and Client secret for the Agent - [Get agent details](https://docs.maia.ai/api-reference/agents/get-agent-details.md): Retrieves details for a specific agent - [Get Agent Track History](https://docs.maia.ai/api-reference/agents/get-agent-track-history.md): Returns a paginated list of agent version track history entries. Results can be filtered by track name, support level, version, or release date range. - [Get the Agent Allow list](https://docs.maia.ai/api-reference/agents/get-the-agent-allow-list.md): Get the list of projects the Agent is restricted to only when the agent has the property `restrictedAccess` set to true. - [List All Agents](https://docs.maia.ai/api-reference/agents/list-all-agents.md): Lists All Agents, including summary details for each Agent - [Perform actions on Agent Credentials](https://docs.maia.ai/api-reference/agents/perform-actions-on-agent-credentials.md): Endpoint to perform actions on Agent Credentials such as refreshing them - [Remove project from Agent Allow list](https://docs.maia.ai/api-reference/agents/remove-project-from-agent-allow-list.md): Removes the specified project or environment from the allowed access list of the defined agent. - [Set Agent Allow List](https://docs.maia.ai/api-reference/agents/set-agent-allow-list.md): Set the list of projects the Agent will be restricted to only when the agent has the property `restrictedAccess` set to true. If projects are empty, this will remove all projects the agent is restricted to, effectively making the agent inaccessible to any project when the agent property has `restric… - [Trigger an Agent command](https://docs.maia.ai/api-reference/agents/trigger-an-agent-command.md): The command to be triggered. - [Update an Agent](https://docs.maia.ai/api-reference/agents/update-an-agent.md): This request can be used to update Hybrid Agents. The following fields can be updated: - [Create an AI Agent Task](https://docs.maia.ai/api-reference/ai-agent-tasks/create-an-ai-agent-task.md): Creates a new AI agent task and starts async execution. Poll the messages endpoint to retrieve results. - [Delete an AI Agent Task](https://docs.maia.ai/api-reference/ai-agent-tasks/delete-an-ai-agent-task.md): Permanently deletes an AI agent task. The task must not be in RUNNING status. - [Get an AI Agent Task](https://docs.maia.ai/api-reference/ai-agent-tasks/get-an-ai-agent-task.md): Returns the details of a specific AI agent task including its current status and pending decisions. - [Get Task Messages](https://docs.maia.ai/api-reference/ai-agent-tasks/get-task-messages.md): Returns paginated events for a task. Use the nextCursor field to retrieve subsequent pages. - [List AI Agent Tasks](https://docs.maia.ai/api-reference/ai-agent-tasks/list-ai-agent-tasks.md): Returns a list of AI agent tasks for the account, optionally filtered by project, branch, or status. - [Send a Message to a Task](https://docs.maia.ai/api-reference/ai-agent-tasks/send-a-message-to-a-task.md): Sends a follow-up message to a running or stopped task, resuming agent execution. - [Set Task Permissions](https://docs.maia.ai/api-reference/ai-agent-tasks/set-task-permissions.md): Replaces the full set of granted tool permissions for a task. Pass an empty list to clear all permissions. - [Stop an AI Agent Task](https://docs.maia.ai/api-reference/ai-agent-tasks/stop-an-ai-agent-task.md): Requests that a running task be stopped gracefully. - [Submit Task Decisions](https://docs.maia.ai/api-reference/ai-agent-tasks/submit-task-decisions.md): Submits approval or question-answer decisions for a task that is awaiting human input. - [Create an Artifact](https://docs.maia.ai/api-reference/artifacts/create-an-artifact.md): An endpoint to create an artifact - [Flags an artifact to enable or disable](https://docs.maia.ai/api-reference/artifacts/flags-an-artifact-to-enable-or-disable.md): An endpoint to enable or disable an artifact - [Get a list of Artifacts](https://docs.maia.ai/api-reference/artifacts/get-a-list-of-artifacts.md): An endpoint for getting artifacts for a given environment - [Get Artifact by a given version name](https://docs.maia.ai/api-reference/artifacts/get-artifact-by-a-given-version-name.md): An endpoint for getting artifact by a given version name - [Get Artifact with assets details by a given version name](https://docs.maia.ai/api-reference/artifacts/get-artifact-with-assets-details-by-a-given-version-name.md): An endpoint for getting artifact details along with assets details by a given version name - [Promotes Artifact](https://docs.maia.ai/api-reference/artifacts/promotes-artifact.md): An endpoint to promote artifact from one environment to another - [Query audit events in a time range](https://docs.maia.ai/api-reference/audit-events/query-audit-events-in-a-time-range.md): An endpoint for retrieving audit events in a time range - [Create a default data warehouse connection](https://docs.maia.ai/api-reference/connections/create-a-default-data-warehouse-connection.md): An endpoint for creating a default data warehouse connection - [Create a new project connection](https://docs.maia.ai/api-reference/connections/create-a-new-project-connection.md): Creates a new connection within the specified project. Supports different connection types: - [Create or update an environment connection override](https://docs.maia.ai/api-reference/connections/create-or-update-an-environment-connection-override.md): Creates or updates an environment-specific connection override for a COMPONENT_BASIC connection. This endpoint accepts one override at a time for a single environment. - [Delete environment connection overrides](https://docs.maia.ai/api-reference/connections/delete-environment-connection-overrides.md): Delete environment connection overrides by environment name and connection names - [Deleting a project connection by name.](https://docs.maia.ai/api-reference/connections/deleting-a-project-connection-by-name.md) - [Retrieve a page of connection overrides which apply in a specific environment.](https://docs.maia.ai/api-reference/connections/retrieve-a-page-of-connection-overrides-which-apply-in-a-specific-environment.md) - [Retrieve a page of project connections, optionally filtered by parameters.](https://docs.maia.ai/api-reference/connections/retrieve-a-page-of-project-connections-optionally-filtered-by-parameters.md) - [Update an existing project connection by name.](https://docs.maia.ai/api-reference/connections/update-an-existing-project-connection-by-name.md): Performs a full replacement of the connection details. Any fields not included in the update request will be unset. - [Lists custom connector profiles for the requesting account](https://docs.maia.ai/api-reference/connectors/lists-custom-connector-profiles-for-the-requesting-account.md): Lists custom connector profiles for the requesting account, these can be used to create resources where required - [Lists flex connector profiles](https://docs.maia.ai/api-reference/connectors/lists-flex-connector-profiles.md): Lists flex connector profiles, these can be used to create resources where required - [Get a breakdown of your credit consumption for ETL Users](https://docs.maia.ai/api-reference/consumption/get-a-breakdown-of-your-credit-consumption-for-etl-users.md): Returns the number of credits you have been charged for ETL Users in a given period, and which users contributed charges. Because ETL Users are metered on monthly active unique users, your `consumedFrom` and `consumedBefore` parameters should reflect the period for a single monthly invoice. - [Get a breakdown of your credit consumption for flat-rated products](https://docs.maia.ai/api-reference/consumption/get-a-breakdown-of-your-credit-consumption-for-flat-rated-products.md): Returns a breakdown of your credit consumption for flat-rated products, grouped by calendar day (per UTC) and then by the type of consumption and relevant dimensions. - [Get OpenLineage events for a specified time period](https://docs.maia.ai/api-reference/data-lineage/get-openlineage-events-for-a-specified-time-period.md): Retrieves OpenLineage events in standard OpenLineage format. Events are returned in chronological order within the specified date range and include complete lineage information such as job runs, datasets, and transformations. The date range must be valid (generatedFrom must be before generatedBefore… - [Create SCIM Group](https://docs.maia.ai/api-reference/directory-integration/create-scim-group.md): Create a new SCIM Group - [Create SCIM User](https://docs.maia.ai/api-reference/directory-integration/create-scim-user.md): Create a new SCIM User - [Delete SCIM Group](https://docs.maia.ai/api-reference/directory-integration/delete-scim-group.md): Delete a SCIM Group by ID - [Delete SCIM User](https://docs.maia.ai/api-reference/directory-integration/delete-scim-user.md): Delete a SCIM User by ID - [Get SCIM Group](https://docs.maia.ai/api-reference/directory-integration/get-scim-group.md): Retrieve a specific SCIM Group by ID - [Get SCIM Resource Types](https://docs.maia.ai/api-reference/directory-integration/get-scim-resource-types.md): Returns a list of all supported SCIM resource types - [Get SCIM Schemas](https://docs.maia.ai/api-reference/directory-integration/get-scim-schemas.md): Returns a list of all supported SCIM schemas - [Get SCIM Service Provider Configuration](https://docs.maia.ai/api-reference/directory-integration/get-scim-service-provider-configuration.md): Returns the Service Provider Configuration which describes the SCIM service provider's features and configuration - [Get SCIM User](https://docs.maia.ai/api-reference/directory-integration/get-scim-user.md): Retrieve a specific SCIM User by ID - [Patch SCIM Group](https://docs.maia.ai/api-reference/directory-integration/patch-scim-group.md): Partially update a SCIM Group by ID - [Patch SCIM User](https://docs.maia.ai/api-reference/directory-integration/patch-scim-user.md): Partially update a SCIM User by ID - [Search SCIM Groups](https://docs.maia.ai/api-reference/directory-integration/search-scim-groups.md): Search for SCIM Groups with filtering and pagination - [Search SCIM Users](https://docs.maia.ai/api-reference/directory-integration/search-scim-users.md): Search for SCIM Users with filtering and pagination - [Update SCIM Group](https://docs.maia.ai/api-reference/directory-integration/update-scim-group.md): Update a SCIM Group by ID - [Update SCIM User](https://docs.maia.ai/api-reference/directory-integration/update-scim-user.md): Update a SCIM User by ID - [Create a new environment](https://docs.maia.ai/api-reference/environments/create-a-new-environment.md): An endpoint for creating a new environment - [Delete an environment](https://docs.maia.ai/api-reference/environments/delete-an-environment.md): An endpoint for deleting an environment by name - [List All Environments](https://docs.maia.ai/api-reference/environments/list-all-environments.md): An endpoint for listing environments - [Execute Published Pipeline](https://docs.maia.ai/api-reference/pipeline-execution/execute-published-pipeline.md): Triggers the asynchronous execution of a named, published pipeline within the specified project. - [Pipeline Execution Details](https://docs.maia.ai/api-reference/pipeline-execution/pipeline-execution-details.md): Returns the full details of a pipeline execution, including its current status, trigger, timings, and result message. If you only need to poll for status changes, consider using the lightweight [getExecutionStatusOnly](#operation/getExecutionStatusOnly) endpoint instead. - [Pipeline Execution Status](https://docs.maia.ai/api-reference/pipeline-execution/pipeline-execution-status.md): Returns the current status of a pipeline execution - [Pipeline Executions](https://docs.maia.ai/api-reference/pipeline-execution/pipeline-executions.md): This returns a list of summarised pipeline executions.The list is ordered by the start time of the execution, with the most recent execution first. It can be paginated by providing a `paginationToken` query parameter obtained from a previous response. - [Pipeline Steps Status](https://docs.maia.ai/api-reference/pipeline-execution/pipeline-steps-status.md): Represents a single execution of a pipeline triggered from a step of another pipeline. - [Pipeline termination](https://docs.maia.ai/api-reference/pipeline-execution/pipeline-termination.md): Cancel an executed pipeline, optionally forcing the termination - [Review Pipeline Quality](https://docs.maia.ai/api-reference/pipeline-quality-review/review-pipeline-quality.md): Reviews pipelines against configured pipeline quality rules - [List All Published Pipelines](https://docs.maia.ai/api-reference/pipelines/list-all-published-pipelines.md): An endpoint for listing published pipelines - [Create environment overrides](https://docs.maia.ai/api-reference/project-variable-environment-overrides/create-environment-overrides.md): Create environment-level overrides for a given project variable - [Delete an environment override](https://docs.maia.ai/api-reference/project-variable-environment-overrides/delete-an-environment-override.md): Delete the environment-level override for a given project variable and environment - [Get environment overrides](https://docs.maia.ai/api-reference/project-variable-environment-overrides/get-environment-overrides.md): Get all environment-level overrides for a given project variable - [Create a project variable](https://docs.maia.ai/api-reference/project-variables/create-a-project-variable.md): Create a new project variable - [Delete a project variable](https://docs.maia.ai/api-reference/project-variables/delete-a-project-variable.md): Delete a project variable by name - [Get all project variables for a project](https://docs.maia.ai/api-reference/project-variables/get-all-project-variables-for-a-project.md): Get all project variables for a project - [Update a project variable](https://docs.maia.ai/api-reference/project-variables/update-a-project-variable.md): Update a project variable with the provided properties - [An endpoint to delete a project by UUID](https://docs.maia.ai/api-reference/projects/an-endpoint-to-delete-a-project-by-uuid.md): Delete a project - [Create a new project](https://docs.maia.ai/api-reference/projects/create-a-new-project.md): An endpoint for creating a new project - [List All Projects](https://docs.maia.ai/api-reference/projects/list-all-projects.md): An endpoint for listing projects. - [Associate a repository with a project](https://docs.maia.ai/api-reference/repositories/associate-a-repository-with-a-project.md): Associates a repository with a project where none has been previously set - [Create a new schedule](https://docs.maia.ai/api-reference/schedules/create-a-new-schedule.md): Create a new schedule for a specific project, pipeline and environment - [Deletes the schedule by the given schedule id](https://docs.maia.ai/api-reference/schedules/deletes-the-schedule-by-the-given-schedule-id.md): An endpoint for deleting the schedule for the given schedule id - [Get a schedule summary for a given schedule id](https://docs.maia.ai/api-reference/schedules/get-a-schedule-summary-for-a-given-schedule-id.md): An endpoint to get schedule details for a given schedule id - [List All Schedules for a Project](https://docs.maia.ai/api-reference/schedules/list-all-schedules-for-a-project.md): An endpoint for listing schedules for a project - [Update the schedule by the given schedule id and schedule request](https://docs.maia.ai/api-reference/schedules/update-the-schedule-by-the-given-schedule-id-and-schedule-request.md): An endpoint for updating the schedule for the given schedule id and schedule request - [Create a Secret Reference](https://docs.maia.ai/api-reference/secret-references/create-a-secret-reference.md): An endpoint for creating a secret reference - [Delete a secret reference](https://docs.maia.ai/api-reference/secret-references/delete-a-secret-reference.md): An endpoint for deleting a secret reference - [List All Secret References](https://docs.maia.ai/api-reference/secret-references/list-all-secret-references.md): An endpoint for listing secret references - [Create a new Secret Value](https://docs.maia.ai/api-reference/secrets/create-a-new-secret-value.md): Creates a new secret value, which is encrypted in transit using the certificate of the provided Agent, then decrypted by the Agent and stored in plain-text within the Customer vault. - [Enable or Disable a Shared Pipeline Artifact Version](https://docs.maia.ai/api-reference/shared-pipeline-artifacts/enable-or-disable-a-shared-pipeline-artifact-version.md): Enables or disables a specific version of a shared pipeline artifact. The sharedPipelineIdPrefix identifies the shared pipeline group. - [Get Shared Pipeline Artifact Details](https://docs.maia.ai/api-reference/shared-pipeline-artifacts/get-shared-pipeline-artifact-details.md): Returns artifact metadata and the list of shared pipelines within a specific version. If versionName is omitted, the latest version is returned. - [List Published Shared Pipeline Artifacts](https://docs.maia.ai/api-reference/shared-pipeline-artifacts/list-published-shared-pipeline-artifacts.md): Returns a paginated list of published shared pipeline artifacts for the account. Supports pagination and sorting. - [List Published Shared Pipelines](https://docs.maia.ai/api-reference/shared-pipeline-artifacts/list-published-shared-pipelines.md): Returns a paginated list of all published shared pipelines accessible to the account across all namespaces. - [Publish a Shared Pipeline Artifact](https://docs.maia.ai/api-reference/shared-pipeline-artifacts/publish-a-shared-pipeline-artifact.md): Publishes a shared pipeline artifact as a multipart upload. The sharedPipelineIdPrefix identifies the shared pipeline group. - [Create a streaming pipeline definition](https://docs.maia.ai/api-reference/streaming-pipelines/create-a-streaming-pipeline-definition.md): Creates a new streaming pipeline definition in the account and project - [Delete a streaming pipeline definition](https://docs.maia.ai/api-reference/streaming-pipelines/delete-a-streaming-pipeline-definition.md): Deletes a streaming pipeline definition in the account and project - [Execute a streaming pipeline command](https://docs.maia.ai/api-reference/streaming-pipelines/execute-a-streaming-pipeline-command.md): Sends a request to the streaming agent to run the specified streaming pipeline command (e.g. start, stop) - [Get a streaming pipeline definition](https://docs.maia.ai/api-reference/streaming-pipelines/get-a-streaming-pipeline-definition.md): Gets a streaming pipeline definition in the account and project - [Get a streaming pipeline's status](https://docs.maia.ai/api-reference/streaming-pipelines/get-a-streaming-pipelines-status.md): Sends a request to the streaming agent to get the status of a streaming pipeline - [List streaming pipeline definitions](https://docs.maia.ai/api-reference/streaming-pipelines/list-streaming-pipeline-definitions.md): Gets a page of streaming pipeline definitions in the account and project - [Update a streaming pipeline definition](https://docs.maia.ai/api-reference/streaming-pipelines/update-a-streaming-pipeline-definition.md): Updates an existing streaming pipeline definition in the account and project - [Account regions](https://docs.maia.ai/docs/administration/account-regions.md) - [Account roles](https://docs.maia.ai/docs/administration/account-roles.md) - [Account roles for API credentials](https://docs.maia.ai/docs/administration/api-credentials.md) - [AWS Marketplace subscription](https://docs.maia.ai/docs/administration/aws-marketplace-subscription.md) - [AWS Secrets Manager](https://docs.maia.ai/docs/administration/aws-secrets-manager.md) - [Azure Key Vault](https://docs.maia.ai/docs/administration/azure-key-vault.md) - [Azure Marketplace subscription](https://docs.maia.ai/docs/administration/azure-marketplace-subscription.md) - [Billing overview](https://docs.maia.ai/docs/administration/billing-overview.md) - [Create a DNS entry](https://docs.maia.ai/docs/administration/create-dns-entry.md) - [Editions](https://docs.maia.ai/docs/administration/editions.md) - [Microsoft Entra and OpenID Connect](https://docs.maia.ai/docs/administration/entra-and-open-id-connect.md) - [Microsoft Entra ID and SAML](https://docs.maia.ai/docs/administration/entra-id-and-saml.md) - [Environment roles](https://docs.maia.ai/docs/administration/environment-roles.md) - [Free trial](https://docs.maia.ai/docs/administration/free-trial.md) - [GCP Secret Manager](https://docs.maia.ai/docs/administration/gcp-secret-manager.md) - [Generic OpenID Connect](https://docs.maia.ai/docs/administration/generic-open-id-connect.md) - [Generic SAML](https://docs.maia.ai/docs/administration/generic-saml.md) - [IP allow list](https://docs.maia.ai/docs/administration/ip-allow-list.md) - [Manage accounts](https://docs.maia.ai/docs/administration/manage-accounts.md) - [Manage email address and password](https://docs.maia.ai/docs/administration/manage-email-address-and-password.md) - [Manage other users](https://docs.maia.ai/docs/administration/manage-other-users.md) - [Marketplace subscriptions (AWS/Azure)](https://docs.maia.ai/docs/administration/marketplace-subscriptions.md) - [Multi-factor authentication](https://docs.maia.ai/docs/administration/multi-factor-authentication.md) - [Okta and OpenID Connect](https://docs.maia.ai/docs/administration/okta-and-open-id-connect.md) - [Okta and SAML](https://docs.maia.ai/docs/administration/okta-and-saml.md) - [Payment and invoicing](https://docs.maia.ai/docs/administration/payment-invoicing.md) - [Project roles](https://docs.maia.ai/docs/administration/project-roles.md) - [Registration](https://docs.maia.ai/docs/administration/registration.md) - [Role Based Access Control overview](https://docs.maia.ai/docs/administration/role-based-access-control-overview.md) - [Secrets overview](https://docs.maia.ai/docs/administration/secrets-overview.md) - [Single sign-on (SSO) setup](https://docs.maia.ai/docs/administration/single-sign-on.md) - [Using Snowflake key-pair authentication](https://docs.maia.ai/docs/administration/snowflake-key-pair-authentication.md) - [Using Snowflake with Maia](https://docs.maia.ai/docs/administration/snowflake-overview.md) - [Snowflake programmatic access token authentication](https://docs.maia.ai/docs/administration/snowflake-pat-authentication.md) - [Snowflake role privileges](https://docs.maia.ai/docs/administration/snowflake-role-privileges.md) - [Test the connection](https://docs.maia.ai/docs/administration/test-connection.md) - [Usage dashboard](https://docs.maia.ai/docs/administration/usage-dashboard.md) - [Creating artifacts with the Maia API](https://docs.maia.ai/docs/api-reference/creating-artifacts-with-the-api.md) - [Executing and managing a pipeline](https://docs.maia.ai/docs/api-reference/executing-and-managing-a-pipeline.md) - [Generating a Personal Access Token](https://docs.maia.ai/docs/api-reference/generating-a-pat.md) - [Authenticate to the Maia API](https://docs.maia.ai/docs/api-reference/maia-api-authentication.md) - [Overview of the Maia API](https://docs.maia.ai/docs/api-reference/maia-api-overview.md) - [Project Variables API](https://docs.maia.ai/docs/api-reference/managing-project-variables.md) - [Matillion's MCP server](https://docs.maia.ai/docs/api-reference/mcp-server.md) - [Project Provisioning API](https://docs.maia.ai/docs/api-reference/provisioning-a-project.md) - [Review pipeline quality using the API](https://docs.maia.ai/docs/api-reference/review-pipeline-quality.md) - [Scheduling artifacts via the API](https://docs.maia.ai/docs/api-reference/scheduling-artifacts.md) - [Managing secret references](https://docs.maia.ai/docs/api-reference/secret-references.md) - [Create and manage streaming pipelines via the API](https://docs.maia.ai/docs/api-reference/streaming-pipeline.md) - [Understanding artifacts](https://docs.maia.ai/docs/api-reference/understanding-artifacts.md) - [Using the Agent Tasks API](https://docs.maia.ai/docs/api-reference/using-agent-tasks-api.md) - [2023](https://docs.maia.ai/docs/changelog/2023-changelog.md) - [2024](https://docs.maia.ai/docs/changelog/2024-changelog.md) - [2025](https://docs.maia.ai/docs/changelog/2025-changelog.md) - [2026](https://docs.maia.ai/docs/changelog/2026-changelog.md) - [Maia runner - Stable track releases](https://docs.maia.ai/docs/changelog/stable-runner-features.md) - [ActiveCampaign](https://docs.maia.ai/docs/components/activecampaign.md) - [Add Partition](https://docs.maia.ai/docs/components/add-partition.md) - [Aggregate](https://docs.maia.ai/docs/components/aggregate.md) - [Alter Table](https://docs.maia.ai/docs/components/alter-table.md) - [Alter Warehouse](https://docs.maia.ai/docs/components/alter-warehouse.md) - [Amazon Bedrock Prompt](https://docs.maia.ai/docs/components/amazon-bedrock-prompt.md) - [Amazon OpenSearch Upsert](https://docs.maia.ai/docs/components/amazon-opensearch-upsert.md) - [Amazon Redshift Load](https://docs.maia.ai/docs/components/amazon-redshift-load.md) - [Amazon Textract Input](https://docs.maia.ai/docs/components/amazon-textract-input.md) - [Amazon Transcribe Input](https://docs.maia.ai/docs/components/amazon-transcribe-input.md) - [Amplitude](https://docs.maia.ai/docs/components/amplitude.md) - [Analyze Tables](https://docs.maia.ai/docs/components/analyze-tables.md) - [Anaplan](https://docs.maia.ai/docs/components/anaplan.md) - [And component](https://docs.maia.ai/docs/components/and.md) - [Append to Grid](https://docs.maia.ai/docs/components/append-to-grid.md) - [Asana](https://docs.maia.ai/docs/components/asana.md) - [Assert External Table](https://docs.maia.ai/docs/components/assert-external-table.md) - [Assert Scalar Variables](https://docs.maia.ai/docs/components/assert-scalar-variables.md) - [Assert Table](https://docs.maia.ai/docs/components/assert-table.md) - [Assert Table Values](https://docs.maia.ai/docs/components/assert-table-values.md) - [Assert View](https://docs.maia.ai/docs/components/assert-view.md) - [Attio](https://docs.maia.ai/docs/components/attio.md) - [AVRO Load](https://docs.maia.ai/docs/components/avro-load.md) - [Azure Blob Storage Load](https://docs.maia.ai/docs/components/azure-blob-storage-load.md) - [Azure Blob Storage Unload](https://docs.maia.ai/docs/components/azure-blob-storage-unload.md) - [Azure Cosmos DB for NoSQL](https://docs.maia.ai/docs/components/azure-cosmos-db-for-nosql.md) - [Azure Document Intelligence](https://docs.maia.ai/docs/components/azure-document-intelligence.md) - [Azure OpenAI Prompt](https://docs.maia.ai/docs/components/azure-openai-prompt.md) - [Azure Queue Storage Message](https://docs.maia.ai/docs/components/azure-queue-storage-message.md) - [Azure Speech Transcribe](https://docs.maia.ai/docs/components/azure-speech-transcribe.md) - [Azure SQL](https://docs.maia.ai/docs/components/azure-sql.md) - [Bash Pushdown](https://docs.maia.ai/docs/components/bash-pushdown.md) - [Begin transaction](https://docs.maia.ai/docs/components/begin.md) - [Bing Ads Query](https://docs.maia.ai/docs/components/bing-ads-query.md) - [Box](https://docs.maia.ai/docs/components/box.md) - [Braze](https://docs.maia.ai/docs/components/braze.md) - [Brevo](https://docs.maia.ai/docs/components/brevo.md) - [Bugcrowd](https://docs.maia.ai/docs/components/bugcrowd.md) - [Buildkite](https://docs.maia.ai/docs/components/buildkite.md) - [Calculator](https://docs.maia.ai/docs/components/calculator.md) - [Chargebee](https://docs.maia.ai/docs/components/chargebee.md) - [Chunk Text](https://docs.maia.ai/docs/components/chunk-text.md) - [CircleCI](https://docs.maia.ai/docs/components/circleci.md) - [ClickUp](https://docs.maia.ai/docs/components/clickup.md) - [CloudWatch Publish](https://docs.maia.ai/docs/components/cloudwatch-publish.md) - [Coalesce](https://docs.maia.ai/docs/components/coalesce.md) - [Commit transaction](https://docs.maia.ai/docs/components/commit.md) - [Compare Table Values](https://docs.maia.ai/docs/components/compare-table-values.md) - [Concord](https://docs.maia.ai/docs/components/concord.md) - [Confluence](https://docs.maia.ai/docs/components/confluence.md) - [Connectors overview](https://docs.maia.ai/docs/components/connectors-overview.md) - [Construct Variant](https://docs.maia.ai/docs/components/construct-variant.md) - [Convert String To Struct](https://docs.maia.ai/docs/components/convert-string-to-struct.md) - [Convert Type](https://docs.maia.ai/docs/components/convert-type.md) - [Cortex Completions](https://docs.maia.ai/docs/components/cortex-completions.md) - [Cortex Embed](https://docs.maia.ai/docs/components/cortex-embed.md) - [Cortex Extract Answer](https://docs.maia.ai/docs/components/cortex-extract-answer.md) - [Cortex Finetune](https://docs.maia.ai/docs/components/cortex-finetune.md) - [Cortex Multi Prompt](https://docs.maia.ai/docs/components/cortex-multi-prompt.md) - [Cortex Parse Document](https://docs.maia.ai/docs/components/cortex-parse-document.md) - [Cortex Sentiment](https://docs.maia.ai/docs/components/cortex-sentiment.md) - [Cortex Summarize](https://docs.maia.ai/docs/components/cortex-summarize.md) - [Cortex Translate](https://docs.maia.ai/docs/components/cortex-translate.md) - [Create External Table](https://docs.maia.ai/docs/components/create-external-table.md) - [Create File Format](https://docs.maia.ai/docs/components/create-file-format.md) - [Create Stream](https://docs.maia.ai/docs/components/create-stream.md) - [Create Table](https://docs.maia.ai/docs/components/create-table.md) - [Create Table From Values](https://docs.maia.ai/docs/components/create-table-from-values.md) - [Create View](https://docs.maia.ai/docs/components/create-view.md) - [CSV Load](https://docs.maia.ai/docs/components/csv-load.md) - [Custom connector parameter reference](https://docs.maia.ai/docs/components/custom-connector.md) - [Data Cleanse](https://docs.maia.ai/docs/components/data-cleanse.md) - [Data Transfer](https://docs.maia.ai/docs/components/data-transfer.md) - [Database Query](https://docs.maia.ai/docs/components/database-query.md) - [Databricks](https://docs.maia.ai/docs/components/databricks.md) - [AI Analyze Sentiment](https://docs.maia.ai/docs/components/databricks-ai-analyze-sentiment.md) - [AI Classify](https://docs.maia.ai/docs/components/databricks-ai-classify.md) - [AI Extract](https://docs.maia.ai/docs/components/databricks-ai-extract.md) - [AI Fix Grammar](https://docs.maia.ai/docs/components/databricks-ai-fix-grammar.md) - [AI Mask](https://docs.maia.ai/docs/components/databricks-ai-mask.md) - [AI Query](https://docs.maia.ai/docs/components/databricks-ai-query.md) - [AI Similarity](https://docs.maia.ai/docs/components/databricks-ai-similarity.md) - [AI Summarize](https://docs.maia.ai/docs/components/databricks-ai-summarize.md) - [AI Translate](https://docs.maia.ai/docs/components/databricks-ai-translate.md) - [Databricks Vector Search](https://docs.maia.ai/docs/components/databricks-vector-search.md) - [Datadog](https://docs.maia.ai/docs/components/datadog.md) - [dbt Cloud](https://docs.maia.ai/docs/components/dbt-cloud.md) - [dbt Core](https://docs.maia.ai/docs/components/dbt-core.md) - [Delete Tables](https://docs.maia.ai/docs/components/delete-tables.md) - [Delighted](https://docs.maia.ai/docs/components/delighted.md) - [Detect Changes](https://docs.maia.ai/docs/components/detect-changes.md) - [Distinct](https://docs.maia.ai/docs/components/distinct.md) - [Dixa](https://docs.maia.ai/docs/components/dixa.md) - [Document AI Predict](https://docs.maia.ai/docs/components/document-ai-predict.md) - [Dropbox](https://docs.maia.ai/docs/components/dropbox.md) - [Dynamics 365 Business Central](https://docs.maia.ai/docs/components/dynamics-365-business-central.md) - [Dynamics 365 Query](https://docs.maia.ai/docs/components/dynamics-365-query.md) - [DynamoDB Query](https://docs.maia.ai/docs/components/dynamodb-query.md) - [Email Query](https://docs.maia.ai/docs/components/email-query.md) - [End Failure](https://docs.maia.ai/docs/components/end-failure.md) - [End Success](https://docs.maia.ai/docs/components/end-success.md) - [Eventbrite](https://docs.maia.ai/docs/components/eventbrite.md) - [Excel Query](https://docs.maia.ai/docs/components/excel-query.md) - [Except](https://docs.maia.ai/docs/components/except.md) - [Extract Nested Data](https://docs.maia.ai/docs/components/extract-nested-data.md) - [Extract Structured Data](https://docs.maia.ai/docs/components/extract-structured-data.md) - [Facebook Ads Query](https://docs.maia.ai/docs/components/facebook-ads-query.md) - [Facebook Query](https://docs.maia.ai/docs/components/facebook-query.md) - [Fanatics](https://docs.maia.ai/docs/components/fanatics.md) - [File Iterator](https://docs.maia.ai/docs/components/file-iterator.md) - [Filter](https://docs.maia.ai/docs/components/filter.md) - [FireHydrant](https://docs.maia.ai/docs/components/firehydrant.md) - [First/Last](https://docs.maia.ai/docs/components/first-last.md) - [Fixed Flow](https://docs.maia.ai/docs/components/fixed-flow.md) - [Fixed Iterator](https://docs.maia.ai/docs/components/fixed-iterator.md) - [Flatten Variant](https://docs.maia.ai/docs/components/flatten-variant.md) - [Float](https://docs.maia.ai/docs/components/flex-float.md) - [Freshdesk](https://docs.maia.ai/docs/components/freshdesk.md) - [Generate Sequence](https://docs.maia.ai/docs/components/generate-sequence.md) - [GitHub](https://docs.maia.ai/docs/components/github.md) - [Gmail](https://docs.maia.ai/docs/components/gmail.md) - [Gong](https://docs.maia.ai/docs/components/gong.md) - [Google Ads Query](https://docs.maia.ai/docs/components/google-ads-query.md) - [Google Analytics Query](https://docs.maia.ai/docs/components/google-analytics-query.md) - [Google BigQuery Query](https://docs.maia.ai/docs/components/google-bigquery.md) - [Google Cloud Storage Load](https://docs.maia.ai/docs/components/google-cloud-storage-load.md) - [Google Cloud Storage Unload](https://docs.maia.ai/docs/components/google-cloud-storage-unload.md) - [Google Sheets](https://docs.maia.ai/docs/components/google-sheets.md) - [Google Sheets Query (deprecated)](https://docs.maia.ai/docs/components/google-sheets-query.md) - [Grid Iterator](https://docs.maia.ai/docs/components/grid-iterator.md) - [HubSpot Load](https://docs.maia.ai/docs/components/hubspot-load.md) - [HubSpot Query](https://docs.maia.ai/docs/components/hubspot-query.md) - [IBM DB2 for i Load](https://docs.maia.ai/docs/components/ibm-db2-load.md) - [If component](https://docs.maia.ai/docs/components/if.md) - [Infobip](https://docs.maia.ai/docs/components/infobip.md) - [Intercom](https://docs.maia.ai/docs/components/intercom.md) - [Intersect](https://docs.maia.ai/docs/components/intersect.md) - [JDBC](https://docs.maia.ai/docs/components/jdbc.md) - [JDBC Load](https://docs.maia.ai/docs/components/jdbc-load.md) - [JDBC Table Metadata to Grid](https://docs.maia.ai/docs/components/jdbc-table-metadata-to-grid.md) - [Jira Load](https://docs.maia.ai/docs/components/jira-load.md) - [Jira Query](https://docs.maia.ai/docs/components/jira-query.md) - [Join](https://docs.maia.ai/docs/components/join.md) - [Jotform](https://docs.maia.ai/docs/components/jotform.md) - [JSON Load](https://docs.maia.ai/docs/components/json-load.md) - [Kafka](https://docs.maia.ai/docs/components/kafka.md) - [Klaviyo](https://docs.maia.ai/docs/components/klaviyo.md) - [LaunchDarkly](https://docs.maia.ai/docs/components/launchdarkly.md) - [LDAP Query](https://docs.maia.ai/docs/components/ldap-query.md) - [Lead/Lag](https://docs.maia.ai/docs/components/lead-lag.md) - [LinkedIn Ads](https://docs.maia.ai/docs/components/linkedin-ads.md) - [Lob](https://docs.maia.ai/docs/components/lob.md) - [Loop Iterator](https://docs.maia.ai/docs/components/loop-iterator.md) - [Maia Flex connector](https://docs.maia.ai/docs/components/maia-flex-connector.md) - [Mailchimp](https://docs.maia.ai/docs/components/mailchimp.md) - [Mailgun](https://docs.maia.ai/docs/components/mailgun.md) - [Mandrill](https://docs.maia.ai/docs/components/mandrill.md) - [Map Values](https://docs.maia.ai/docs/components/map-values.md) - [MariaDB Load](https://docs.maia.ai/docs/components/mariadb-load.md) - [Marketo Load](https://docs.maia.ai/docs/components/marketo-load.md) - [Marketo Query](https://docs.maia.ai/docs/components/marketo-query.md) - [Microsoft Dataverse](https://docs.maia.ai/docs/components/microsoft-dataverse.md) - [Microsoft Exchange](https://docs.maia.ai/docs/components/microsoft-exchange.md) - [Microsoft SQL Server Load](https://docs.maia.ai/docs/components/microsoft-sql-server-load.md) - [Mixpanel](https://docs.maia.ai/docs/components/mixpanel.md) - [ML Classification](https://docs.maia.ai/docs/components/ml-classification-sf.md) - [MongoDB Query](https://docs.maia.ai/docs/components/mongodb-query.md) - [Multi Table Input](https://docs.maia.ai/docs/components/multi-table-input.md) - [NetSuite Query](https://docs.maia.ai/docs/components/netsuite-query.md) - [NetSuite SuiteAnalytics](https://docs.maia.ai/docs/components/netsuite-suiteanalytics.md) - [NetSuite SuiteAnalytics Load](https://docs.maia.ai/docs/components/netsuite-suiteanalytics-load.md) - [New Relic](https://docs.maia.ai/docs/components/new-relic.md) - [Notion](https://docs.maia.ai/docs/components/notion.md) - [OData Query](https://docs.maia.ai/docs/components/odata-query.md) - [Ongoing WMS](https://docs.maia.ai/docs/components/ongoing-wms.md) - [Open Exchange Rates](https://docs.maia.ai/docs/components/open-exchange-rates.md) - [OpenAI Prompt](https://docs.maia.ai/docs/components/openai-prompt.md) - [Optimize](https://docs.maia.ai/docs/components/optimize.md) - [Or component](https://docs.maia.ai/docs/components/or.md) - [Oracle Eloqua Load](https://docs.maia.ai/docs/components/oracle-eloqua-load.md) - [Oracle Fusion Cloud Financials Load](https://docs.maia.ai/docs/components/oracle-fcf-load.md) - [Oracle Fusion Cloud Procurement Load](https://docs.maia.ai/docs/components/oracle-fcp-load.md) - [Oracle Fusion Cloud Project Management Load](https://docs.maia.ai/docs/components/oracle-fcpm-load.md) - [Oracle Load](https://docs.maia.ai/docs/components/oracle-load.md) - [Oracle Unload from Snowflake](https://docs.maia.ai/docs/components/oracle-unload-snowflake.md) - [Orbit](https://docs.maia.ai/docs/components/orbit.md) - [ORC Load](https://docs.maia.ai/docs/components/orc-load.md) - [Orchestration overview](https://docs.maia.ai/docs/components/orchestration-pipeline-overview.md) - [Ortto](https://docs.maia.ai/docs/components/ortto.md) - [PagerDuty](https://docs.maia.ai/docs/components/pagerduty.md) - [Parquet Load](https://docs.maia.ai/docs/components/parquet-load.md) - [PayPal](https://docs.maia.ai/docs/components/paypal.md) - [Pendo](https://docs.maia.ai/docs/components/pendo.md) - [Persona](https://docs.maia.ai/docs/components/persona.md) - [Pinecone Vector Query](https://docs.maia.ai/docs/components/pinecone-vector-query.md) - [Pinecone Vector Upsert](https://docs.maia.ai/docs/components/pinecone-vector-upsert.md) - [Pingdom](https://docs.maia.ai/docs/components/pingdom.md) - [Pipedrive](https://docs.maia.ai/docs/components/pipedrive.md) - [Pivot](https://docs.maia.ai/docs/components/pivot.md) - [PivotalTracker](https://docs.maia.ai/docs/components/pivotaltracker.md) - [Postgres Vector Upsert](https://docs.maia.ai/docs/components/postgres-vector-upsert.md) - [PostgreSQL Load](https://docs.maia.ai/docs/components/postgresql-load.md) - [Print Variables](https://docs.maia.ai/docs/components/print-variables.md) - [Productboard](https://docs.maia.ai/docs/components/productboard.md) - [Cloud Pub/Sub](https://docs.maia.ai/docs/components/pubsub.md) - [Python Pushdown](https://docs.maia.ai/docs/components/python-pushdown.md) - [Python Script](https://docs.maia.ai/docs/components/python-script.md) - [Query Result To Grid](https://docs.maia.ai/docs/components/query-result-to-grid.md) - [Query Result To Scalar](https://docs.maia.ai/docs/components/query-result-to-scalar.md) - [Rank](https://docs.maia.ai/docs/components/rank.md) - [RDS Bulk Output](https://docs.maia.ai/docs/components/rds-bulk-output.md) - [RDS Query](https://docs.maia.ai/docs/components/rds-query.md) - [Recurly](https://docs.maia.ai/docs/components/recurly.md) - [Refresh External Table](https://docs.maia.ai/docs/components/refresh-external-table.md) - [Refresh Materialized View](https://docs.maia.ai/docs/components/refresh-materialized-view.md) - [Refresh Table](https://docs.maia.ai/docs/components/refresh-table.md) - [Remove from Grid](https://docs.maia.ai/docs/components/remove-from-grid.md) - [Rename](https://docs.maia.ai/docs/components/rename.md) - [Retry component](https://docs.maia.ai/docs/components/retry.md) - [Rewrite Table](https://docs.maia.ai/docs/components/rewrite-table.md) - [RingCentral](https://docs.maia.ai/docs/components/ringcentral.md) - [Rollback transaction](https://docs.maia.ai/docs/components/rollback.md) - [Rootly](https://docs.maia.ai/docs/components/rootly.md) - [Run Notebook](https://docs.maia.ai/docs/components/run-notebook.md) - [Run Orchestration](https://docs.maia.ai/docs/components/run-orchestration.md) - [Run Pipeline To Test](https://docs.maia.ai/docs/components/run-pipeline-to-test.md) - [Run Shared Pipeline](https://docs.maia.ai/docs/components/run-shared-pipeline.md) - [Run Transformation](https://docs.maia.ai/docs/components/run-transformation.md) - [S3 Load](https://docs.maia.ai/docs/components/s3-load.md) - [S3 Unload](https://docs.maia.ai/docs/components/s3-unload.md) - [Sage Intacct Load](https://docs.maia.ai/docs/components/sage-intacct-load.md) - [Salesforce Load](https://docs.maia.ai/docs/components/salesforce-load.md) - [Salesforce Marketing Cloud Query](https://docs.maia.ai/docs/components/salesforce-marketing-cloud-query.md) - [Salesforce Output](https://docs.maia.ai/docs/components/salesforce-output.md) - [Salesforce Pardot](https://docs.maia.ai/docs/components/salesforce-pardot.md) - [Salesforce Query](https://docs.maia.ai/docs/components/salesforce-query.md) - [Salesloft](https://docs.maia.ai/docs/components/salesloft.md) - [SAP NetWeaver](https://docs.maia.ai/docs/components/sap-netweaver.md) - [SAP ODP](https://docs.maia.ai/docs/components/sap-odp.md) - [SAP SuccessFactors](https://docs.maia.ai/docs/components/sap-successfactors.md) - [Schema Copy](https://docs.maia.ai/docs/components/schema-copy.md) - [SeatGeek](https://docs.maia.ai/docs/components/seatgeek.md) - [Send Email](https://docs.maia.ai/docs/components/send-email.md) - [SendGrid](https://docs.maia.ai/docs/components/sendgrid.md) - [ServiceNow Query](https://docs.maia.ai/docs/components/servicenow-query.md) - [SharePoint Query](https://docs.maia.ai/docs/components/sharepoint-query.md) - [Shopify](https://docs.maia.ai/docs/components/shopify.md) - [Shopify Load](https://docs.maia.ai/docs/components/shopify-load.md) - [Show to Grid](https://docs.maia.ai/docs/components/show-to-grid.md) - [Slack](https://docs.maia.ai/docs/components/slack.md) - [Smartsheet](https://docs.maia.ai/docs/components/smartsheet.md) - [Snapchat](https://docs.maia.ai/docs/components/snapchat.md) - [Snowflake Load](https://docs.maia.ai/docs/components/snowflake-load.md) - [Snowflake Vector Upsert](https://docs.maia.ai/docs/components/snowflake-vector-upsert.md) - [Snowpark Container Prompt](https://docs.maia.ai/docs/components/snowpark-container-prompt.md) - [SNS Message](https://docs.maia.ai/docs/components/sns-message.md) - [Snyk](https://docs.maia.ai/docs/components/snyk.md) - [Split field](https://docs.maia.ai/docs/components/split-field.md) - [SQL](https://docs.maia.ai/docs/components/sql.md) - [SQL Script](https://docs.maia.ai/docs/components/sql-script.md) - [Microsoft SQL Server Output](https://docs.maia.ai/docs/components/sql-server-output.md) - [SQS Message](https://docs.maia.ai/docs/components/sqs-message.md) - [Square](https://docs.maia.ai/docs/components/square.md) - [Start component](https://docs.maia.ai/docs/components/start.md) - [Start Compute](https://docs.maia.ai/docs/components/start-compute.md) - [Stream Input](https://docs.maia.ai/docs/components/stream-input.md) - [Stripe Query](https://docs.maia.ai/docs/components/stripe-query.md) - [SugarCRM Load](https://docs.maia.ai/docs/components/sugarcrm-load.md) - [SurveyMonkey](https://docs.maia.ai/docs/components/surveymonkey.md) - [Sybase ASE Load](https://docs.maia.ai/docs/components/sybase-ase-load.md) - [Table Delete Rows](https://docs.maia.ai/docs/components/table-delete-rows.md) - [Table Input](https://docs.maia.ai/docs/components/table-input.md) - [Table Iterator](https://docs.maia.ai/docs/components/table-iterator.md) - [Table Metadata to Grid](https://docs.maia.ai/docs/components/table-metadata-to-grid.md) - [Table Output](https://docs.maia.ai/docs/components/table-output.md) - [Table Update](https://docs.maia.ai/docs/components/table-update.md) - [Ticketmaster](https://docs.maia.ai/docs/components/ticketmaster.md) - [TikTok](https://docs.maia.ai/docs/components/tiktok.md) - [Toggl](https://docs.maia.ai/docs/components/toggl.md) - [Transformation overview](https://docs.maia.ai/docs/components/transformation-pipeline-overview.md) - [Transpose Columns](https://docs.maia.ai/docs/components/transpose-columns.md) - [Transpose Rows](https://docs.maia.ai/docs/components/transpose-rows.md) - [Truncate Table](https://docs.maia.ai/docs/components/truncate-table.md) - [Twilio](https://docs.maia.ai/docs/components/twilio.md) - [Unite](https://docs.maia.ai/docs/components/unite.md) - [Unpivot](https://docs.maia.ai/docs/components/unpivot.md) - [Unstructured.io](https://docs.maia.ai/docs/components/unstructured.md) - [Update Scalar](https://docs.maia.ai/docs/components/update-scalar.md) - [Vacuum](https://docs.maia.ai/docs/components/vacuum.md) - [Vector Search](https://docs.maia.ai/docs/components/vector-search.md) - [Google Vertex AI Prompt](https://docs.maia.ai/docs/components/vertex-ai-prompt.md) - [Volume to Delta Table](https://docs.maia.ai/docs/components/volume-to-delta-table.md) - [Webhook Post](https://docs.maia.ai/docs/components/webhook-post.md) - [Window Calculation](https://docs.maia.ai/docs/components/window-calculation.md) - [Workday](https://docs.maia.ai/docs/components/workday.md) - [Workday Custom Reports](https://docs.maia.ai/docs/components/workday-custom-reports.md) - [Workday Load](https://docs.maia.ai/docs/components/workday-load.md) - [X Ads](https://docs.maia.ai/docs/components/x-ads.md) - [X Ads Load](https://docs.maia.ai/docs/components/x-ads-load.md) - [Yelp](https://docs.maia.ai/docs/components/yelp.md) - [Zendesk Talk](https://docs.maia.ai/docs/components/zendesk-talk.md) - [Zendesk Ticketing](https://docs.maia.ai/docs/components/zendesk-ticketing.md) - [Zoom](https://docs.maia.ai/docs/components/zoom.md) - [Zuora](https://docs.maia.ai/docs/components/zuora.md) - [OAuth](https://docs.maia.ai/docs/guides/add-oauth.md) - [Add Maia runner credentials to AWS Secrets Manager](https://docs.maia.ai/docs/guides/add-runner-credentials-to-aws-secrets-manager.md) - [AI FAQ](https://docs.maia.ai/docs/guides/ai-faq.md) - [Pipeline notes](https://docs.maia.ai/docs/guides/ai-note.md) - [Azure AKS deployment guide for Maia runners](https://docs.maia.ai/docs/guides/aks-deployment-guide.md) - [Amazon Redshift connection](https://docs.maia.ai/docs/guides/amazon-redshift-connection.md) - [Amazon Redshift Serverless connection](https://docs.maia.ai/docs/guides/amazon-redshift-serverless-connection.md) - [Download and amend the Azure ARM/ACI template](https://docs.maia.ai/docs/guides/amend-azure-arm-template.md) - [API parameters](https://docs.maia.ai/docs/guides/api-parameter.md) - [Maia product architecture](https://docs.maia.ai/docs/guides/architecture-overview.md) - [ARM template permissions](https://docs.maia.ai/docs/guides/arm-template-permissions.md) - [Artifacts](https://docs.maia.ai/docs/guides/artifacts.md) - [Audit service](https://docs.maia.ai/docs/guides/audit-service.md) - [API authentication](https://docs.maia.ai/docs/guides/authentication.md) - [AWS Fargate manual setup for Maia runners](https://docs.maia.ai/docs/guides/aws-fargate-manual-runner-setup.md) - [AWS IAM roles](https://docs.maia.ai/docs/guides/aws-iam-roles.md) - [Connectivity via AWS PrivateLink using Full SaaS](https://docs.maia.ai/docs/guides/aws-privatelink.md) - [Maia runner installation using an ARM template](https://docs.maia.ai/docs/guides/azure-arm-runner-install.md) - [Configuring an Azure key vault for Maia runners](https://docs.maia.ai/docs/guides/azure-arm-runner-key-vault.md) - [Azure managed identity](https://docs.maia.ai/docs/guides/azure-managed-identity.md) - [Troubleshooting a Maia runner hosted on Azure](https://docs.maia.ai/docs/guides/azure-runner-troubleshooting.md) - [Bing Ads Query authentication guide](https://docs.maia.ai/docs/guides/bing-ads-query-authentication-guide.md) - [Branches](https://docs.maia.ai/docs/guides/branches.md) - [Cloud provider credentials](https://docs.maia.ai/docs/guides/cloud-credentials.md) - [Code Editor](https://docs.maia.ai/docs/guides/code-editor.md) - [Components overview](https://docs.maia.ai/docs/guides/components-overview.md) - [Prerequisites for connecting to an Azure DevOps repository](https://docs.maia.ai/docs/guides/connect-azure-devops-repository-prerequisites.md) - [Prerequisites for connecting to a Bitbucket repository](https://docs.maia.ai/docs/guides/connect-bitbucket-repository-prerequisites.md) - [Prerequisites for connecting to a GitHub repository](https://docs.maia.ai/docs/guides/connect-github-repository-prerequisites.md) - [Prerequisites for connecting to a GitLab repository](https://docs.maia.ai/docs/guides/connect-gitlab-repository-prerequisites.md) - [Connectivity via AWS PrivateLink using an AWS Hybrid Maia runner](https://docs.maia.ai/docs/guides/connecting-via-privatelink.md) - [Convert workloads from other platforms](https://docs.maia.ai/docs/guides/convert-workloads-from-other-platforms.md) - [Custom connectors](https://docs.maia.ai/docs/guides/create-a-custom-connector-with-maia.md) - [Create a Maia runner in your infrastructure](https://docs.maia.ai/docs/guides/create-a-runner.md) - [Custom Connector overview](https://docs.maia.ai/docs/guides/custom-connector-overview.md) - [Custom connector setup](https://docs.maia.ai/docs/guides/custom-connector-setup.md) - [Customizing Maia runner networking and connectivity](https://docs.maia.ai/docs/guides/customizing-runner-networking-and-connectivity.md) - [Lineage](https://docs.maia.ai/docs/guides/data-lineage.md) - [Matillion data quality framework](https://docs.maia.ai/docs/guides/data-quality-framework.md) - [Databricks](https://docs.maia.ai/docs/guides/databricks-cdw-guide.md) - [Databricks Jobs Compute configuration](https://docs.maia.ai/docs/guides/databricks-jobs-compute.md) - [Connect your Databricks account to Maia via Partner Connect](https://docs.maia.ai/docs/guides/databricks-partner-connect.md) - [DataOps in Maia](https://docs.maia.ai/docs/guides/dataops-overview.md) - [Designer overview](https://docs.maia.ai/docs/guides/designer-overview.md) - [Designer UI basics](https://docs.maia.ai/docs/guides/designer-ui-basics.md) - [Dynamics 365 Query authentication guide](https://docs.maia.ai/docs/guides/dynamics-365-query-authentication-guide.md) - [Amazon EKS deployment guide for Maia runners](https://docs.maia.ai/docs/guides/eks-deployment-guide.md) - [Enable Maia runner heap dumps](https://docs.maia.ai/docs/guides/enable-runner-heap-dumps.md) - [Custom Connector endpoint](https://docs.maia.ai/docs/guides/endpoints.md) - [Environments](https://docs.maia.ai/docs/guides/environments.md) - [Export logs](https://docs.maia.ai/docs/guides/export-logs-hybrid-saas.md) - [Export your own connector to Matillion ETL](https://docs.maia.ai/docs/guides/exporting-your-own-connector-to-matillion-etl.md) - [Facebook Ads Query example configurations](https://docs.maia.ai/docs/guides/facebook-ads-query-example.md) - [Flex connectors](https://docs.maia.ai/docs/guides/flex-connector-introduction.md) - [Setup guide - Matillion Full SaaS Databricks](https://docs.maia.ai/docs/guides/full-saas-databricks.md) - [Setup guide - Matillion Full SaaS Amazon Redshift](https://docs.maia.ai/docs/guides/full-saas-redshift.md) - [Setup guide - Matillion Full SaaS Snowflake](https://docs.maia.ai/docs/guides/full-saas-snowflake.md) - [Getting support](https://docs.maia.ai/docs/guides/getting-support.md) - [Commit changes](https://docs.maia.ai/docs/guides/git-commit.md) - [Compare changes](https://docs.maia.ai/docs/guides/git-compare.md) - [Reset branch](https://docs.maia.ai/docs/guides/git-hard-reset.md) - [Merge from branch](https://docs.maia.ai/docs/guides/git-merge.md) - [Git in Designer](https://docs.maia.ai/docs/guides/git-overview.md) - [Pull remote changes](https://docs.maia.ai/docs/guides/git-pull.md) - [Pull requests](https://docs.maia.ai/docs/guides/git-pull-requests.md) - [Push local changes](https://docs.maia.ai/docs/guides/git-push.md) - [Revert changes](https://docs.maia.ai/docs/guides/git-revert.md) - [Maia glossary](https://docs.maia.ai/docs/guides/glossary.md) - [Google Query authentication guide](https://docs.maia.ai/docs/guides/google-query-authentication-guide.md) - [Grid variables](https://docs.maia.ai/docs/guides/grid-variables.md) - [HubSpot authentication guide](https://docs.maia.ai/docs/guides/hubspot-authentication-guide.md) - [Setup guide - Hybrid SaaS Databricks on AWS](https://docs.maia.ai/docs/guides/hybrid-saas-databricks-aws.md) - [Setup guide - Hybrid SaaS Databricks on Azure](https://docs.maia.ai/docs/guides/hybrid-saas-databricks-azure.md) - [Setup guide - Hybrid SaaS Amazon Redshift on AWS](https://docs.maia.ai/docs/guides/hybrid-saas-redshift-aws.md) - [Setup guide - Hybrid SaaS Snowflake on AWS](https://docs.maia.ai/docs/guides/hybrid-saas-snowflake-aws.md) - [Setup guide - Hybrid SaaS Snowflake on Azure](https://docs.maia.ai/docs/guides/hybrid-saas-snowflake-azure.md) - [Setup guide - Hybrid SaaS Snowflake on Snowpark](https://docs.maia.ai/docs/guides/hybrid-saas-snowflake-snowpark.md) - [Incremental or high water mark data loading](https://docs.maia.ai/docs/guides/incremental-load-example.md) - [Connect your own Git repo](https://docs.maia.ai/docs/guides/installing-git-provider-overview.md) - [Installing the Maia app in Azure](https://docs.maia.ai/docs/guides/installing-matillion-app-azure-devops.md) - [Installing the Maia app in GitHub](https://docs.maia.ai/docs/guides/installing-matillion-app-github-marketplace.md) - [Installing Python libraries](https://docs.maia.ai/docs/guides/installing-python-libraries.md) - [Iterator components](https://docs.maia.ai/docs/guides/iterator-components.md) - [Jira authentication guide](https://docs.maia.ai/docs/guides/jira-authentication-guide.md) - [Kafka authentication guide](https://docs.maia.ai/docs/guides/kafka-authentication-guide.md) - [Kubernetes deployment guide for Maia runners](https://docs.maia.ai/docs/guides/kubernetes-deployment-guide.md) - [Getting started with loading data](https://docs.maia.ai/docs/guides/loading-data-overview.md) - [Maia AI Agents overview](https://docs.maia.ai/docs/guides/maia-ai-agents-overview.md) - [Prompting best practices](https://docs.maia.ai/docs/guides/maia-best-practices.md) - [Context files](https://docs.maia.ai/docs/guides/maia-context-files.md) - [Maia product overview](https://docs.maia.ai/docs/guides/maia-overview.md) - [Building pipelines](https://docs.maia.ai/docs/guides/maia-pipelines.md) - [Sessions and tools](https://docs.maia.ai/docs/guides/maia-sessions-and-tools.md) - [Skills](https://docs.maia.ai/docs/guides/maia-skills.md) - [Troubleshoot pipelines with Maia AI Agents](https://docs.maia.ai/docs/guides/maia-troubleshooting.md) - [Manage runners](https://docs.maia.ai/docs/guides/manage-runners.md) - [Marketo authentication guide](https://docs.maia.ai/docs/guides/marketo-authentication-guide.md) - [What is the Maia Azure App?](https://docs.maia.ai/docs/guides/matillion-azure-devops-app-overview.md) - [What is the Maia Bitbucket App?](https://docs.maia.ai/docs/guides/matillion-bitbucket-app-overview.md) - [What is the Maia GitHub app?](https://docs.maia.ai/docs/guides/matillion-github-app-overview.md) - [What is the Maia GitLab App?](https://docs.maia.ai/docs/guides/matillion-gitlab-app-overview.md) - [Microsoft Fabric Lakehouse authentication guide](https://docs.maia.ai/docs/guides/microsoft-fabric-lakehouse-authentication-guide.md) - [Migrating from Matillion ETL to Maia](https://docs.maia.ai/docs/guides/migrating-from-matillion-etl.md) - [NetSuite Query authentication guide](https://docs.maia.ai/docs/guides/netsuite-query-authentication-guide.md) - [NetSuite SuiteAnalytics authentication guide](https://docs.maia.ai/docs/guides/netsuite-suiteanalytics-authentication-guide.md) - [Networks](https://docs.maia.ai/docs/guides/networks.md) - [Maia new user tutorial](https://docs.maia.ai/docs/guides/new-user-tutorial.md) - [OAuth](https://docs.maia.ai/docs/guides/oauth.md) - [Creating an OAuth for your custom or Flex connector](https://docs.maia.ai/docs/guides/oauth-client-credentials.md) - [Optional Maia runner parameters](https://docs.maia.ai/docs/guides/optional-runner-parameters.md) - [Oracle Autonomous Database authentication guide](https://docs.maia.ai/docs/guides/oracle-autonomous-database-authentication-guide.md) - [Organizing file storage](https://docs.maia.ai/docs/guides/organizing-file-storage.md) - [Pagination in custom connectors](https://docs.maia.ai/docs/guides/pagination.md) - [Pause a Maia runner](https://docs.maia.ai/docs/guides/pause-runner.md) - [Pipeline notifications](https://docs.maia.ai/docs/guides/pipeline-notifications.md) - [Reviewing pipeline quality](https://docs.maia.ai/docs/guides/pipeline-quality.md) - [Pipeline run history](https://docs.maia.ai/docs/guides/pipeline-run-history.md) - [Pipelines](https://docs.maia.ai/docs/guides/pipelines.md) - [Pipelines tutorial](https://docs.maia.ai/docs/guides/pipelines-tutorial.md) - [Post-processing](https://docs.maia.ai/docs/guides/post-processing.md) - [Project quickstart guide](https://docs.maia.ai/docs/guides/project-quickstart-guide.md) - [Projects](https://docs.maia.ai/docs/guides/projects.md) - [Reconnecting your Git user account](https://docs.maia.ai/docs/guides/reconnecting-git-user-account.md) - [Refresh Maia runner credentials](https://docs.maia.ai/docs/guides/refresh-credentials.md) - [Maia product release FAQ](https://docs.maia.ai/docs/guides/release-faq.md) - [Restart a Maia runner](https://docs.maia.ai/docs/guides/restart-runner.md) - [Restrict a Maia runner](https://docs.maia.ai/docs/guides/restrict-a-runner.md) - [Maia runner installation using a CloudFormation quick-create link](https://docs.maia.ai/docs/guides/runner-installation-cloudformation-quick-create.md) - [Maia runner logs](https://docs.maia.ai/docs/guides/runner-logs.md) - [Maia runner overview](https://docs.maia.ai/docs/guides/runner-overview.md) - [Maia runner updates](https://docs.maia.ai/docs/guides/runner-updates.md) - [Salesforce authentication guide](https://docs.maia.ai/docs/guides/salesforce-authentication-guide.md) - [Sampling output](https://docs.maia.ai/docs/guides/sampling-output.md) - [Scaling best practices](https://docs.maia.ai/docs/guides/scaling-best-practices.md) - [Schedules](https://docs.maia.ai/docs/guides/schedules.md) - [Script Paging in custom connectors](https://docs.maia.ai/docs/guides/scripted-paging.md) - [Secrets and secret definitions](https://docs.maia.ai/docs/guides/secrets-and-secret-definitions.md) - [ServiceNow Query authentication guide](https://docs.maia.ai/docs/guides/servicenow-query-authentication-guide.md) - [Services](https://docs.maia.ai/docs/guides/services.md) - [Setup overview](https://docs.maia.ai/docs/guides/setup-overview.md) - [Shared pipelines](https://docs.maia.ai/docs/guides/shared-pipelines.md) - [Installing a Maia runner for Snowflake](https://docs.maia.ai/docs/guides/snowflake-runner-install.md) - [Using secrets in a Maia runner for Snowflake](https://docs.maia.ai/docs/guides/snowflake-runner-secrets.md) - [Troubleshooting a Maia runner for Snowflake](https://docs.maia.ai/docs/guides/snowflake-runner-troubleshooting.md) - [How to create an app in Snowpark Container Services](https://docs.maia.ai/docs/guides/snowpark-container-app-how-to.md) - [Stripe Query authentication guide](https://docs.maia.ai/docs/guides/stripe-query-authentication-guide.md) - [Supported browsers](https://docs.maia.ai/docs/guides/supported-browsers.md) - [System tables](https://docs.maia.ai/docs/guides/system-tables-example.md) - [System variables](https://docs.maia.ai/docs/guides/system-variables.md) - [Transactions](https://docs.maia.ai/docs/guides/transactions.md) - [Tutorial: Triggering a pipeline via SQS](https://docs.maia.ai/docs/guides/triggering-a-pipeline-via-sqs.md) - [Troubleshooting guide for connecting an Azure DevOps repository to Maia](https://docs.maia.ai/docs/guides/troubleshooting-azure-devops-repository-connection.md) - [Troubleshooting guide for connecting a Bitbucket repository to Maia](https://docs.maia.ai/docs/guides/troubleshooting-bitbucket-repository-connection.md) - [Troubleshooting data warehouse connectivity](https://docs.maia.ai/docs/guides/troubleshooting-connectivity.md) - [Troubleshooting common Designer errors](https://docs.maia.ai/docs/guides/troubleshooting-designer.md) - [Troubleshooting guide for connecting a GitHub repository to Maia](https://docs.maia.ai/docs/guides/troubleshooting-github-repository-connection.md) - [Troubleshooting guide for connecting a GitLab repository to Maia](https://docs.maia.ai/docs/guides/troubleshooting-gitlab-repository-connections.md) - [Uploading external drivers to a Maia runner](https://docs.maia.ai/docs/guides/uploading-external-drivers.md) - [Variables](https://docs.maia.ai/docs/guides/variables.md) - [Workday authentication guide](https://docs.maia.ai/docs/guides/workday-authentication-guide.md) - [Authentication and access control](https://docs.maia.ai/docs/security/authentication-and-access-control.md) - [Cloud platform security compliance](https://docs.maia.ai/docs/security/cloud-platform-security-compliance.md) - [Data gathering](https://docs.maia.ai/docs/security/data-gathering.md) - [Lineage](https://docs.maia.ai/docs/security/data-lineage.md) - [Data source connectivity](https://docs.maia.ai/docs/security/data-source-connectivity.md) - [Deployment options](https://docs.maia.ai/docs/security/deployment-options.md) - [Git integration](https://docs.maia.ai/docs/security/git-integration.md) - [Network access and IP AllowList requirements](https://docs.maia.ai/docs/security/network-access-and-ip-allowlist-requirements.md) - [Private link](https://docs.maia.ai/docs/security/private-link.md) - [Security overview](https://docs.maia.ai/docs/security/security-overview.md) - [Software updates and patch management](https://docs.maia.ai/docs/security/software-updates-and-patch-management.md) - [SSH tunneling](https://docs.maia.ai/docs/security/ssh-tunnelling.md) - [Third-party environment roles and permissions](https://docs.maia.ai/docs/security/third-party-roles-and-permissions.md) - [Streaming runner versions](https://docs.maia.ai/docs/streaming/agent-versions.md) - [Streaming to an Amazon S3 destination](https://docs.maia.ai/docs/streaming/amazon-s3-streaming-destination.md) - [Download and amend the Azure Resource Manager template for a Streaming runner](https://docs.maia.ai/docs/streaming/amend-azure-arm-streaming-template.md) - [Azure Resource Manager Streaming runner template permissions](https://docs.maia.ai/docs/streaming/arm-streaming-template-permissions.md) - [Communicating with other Azure services](https://docs.maia.ai/docs/streaming/authenticate-streaming-agent-with-azure-services.md) - [AWS Fargate Streaming runner setup](https://docs.maia.ai/docs/streaming/aws-streaming-agent-manual-setup.md) - [Configuring an Azure key vault for Streaming runners](https://docs.maia.ai/docs/streaming/azure-arm-streaming-agent-key-vault.md) - [Streaming to an Azure Blob Storage destination](https://docs.maia.ai/docs/streaming/azure-blob-storage-streaming-destination.md) - [Streaming runner installation on Azure](https://docs.maia.ai/docs/streaming/azure-streaming-agent-install.md) - [Azure Streaming runner troubleshooting](https://docs.maia.ai/docs/streaming/azure-streaming-agent-troubleshooting.md) - [Create a Streaming runner](https://docs.maia.ai/docs/streaming/create-streaming-agent.md) - [Configure your Db2 for IBM i database](https://docs.maia.ai/docs/streaming/db2-for-ibm-i-configure-database.md) - [Db2 for IBM i streaming connector](https://docs.maia.ai/docs/streaming/db2-for-ibm-i-streaming-source.md) - [Failover recovery for streaming pipelines](https://docs.maia.ai/docs/streaming/failover-recovery.md) - [Streaming runner installation on GCP](https://docs.maia.ai/docs/streaming/gcp-streaming-agent-install.md) - [Modify access to source databases](https://docs.maia.ai/docs/streaming/how-to-modify-access-for-each-source-system.md) - [Configure your Microsoft SQL Server database](https://docs.maia.ai/docs/streaming/microsoft-sql-server-configure-database.md) - [Microsoft SQL Server streaming connector](https://docs.maia.ai/docs/streaming/microsoft-sql-server-streaming-source.md) - [Configure the Streaming runner for MySQL](https://docs.maia.ai/docs/streaming/mysql-configure-agent.md) - [Configure your MySQL database](https://docs.maia.ai/docs/streaming/mysql-configure-database.md) - [MySQL streaming connector](https://docs.maia.ai/docs/streaming/mysql-streaming-source.md) - [Configure your Oracle database](https://docs.maia.ai/docs/streaming/oracle-configure-database.md) - [Oracle streaming connector](https://docs.maia.ai/docs/streaming/oracle-streaming-source.md) - [Configure your PostgreSQL database](https://docs.maia.ai/docs/streaming/postgresql-configure-database.md) - [PostgreSQL streaming connector](https://docs.maia.ai/docs/streaming/postgresql-streaming-source.md) - [Sizing Streaming runners](https://docs.maia.ai/docs/streaming/sizing-streaming-agents.md) - [Streaming to a Snowflake destination](https://docs.maia.ai/docs/streaming/snowflake-streaming-destination.md) - [AWS IAM roles for Streaming runners](https://docs.maia.ai/docs/streaming/streaming-agent-aws-iam-roles.md) - [Streaming runner installation using a CloudFormation quick-create link](https://docs.maia.ai/docs/streaming/streaming-agent-installation-cloudformation-quick-create.md) - [Streaming runner logs](https://docs.maia.ai/docs/streaming/streaming-agent-logs.md) - [Streaming pipelines](https://docs.maia.ai/docs/streaming/streaming-pipelines.md) - [Sync All Tables](https://docs.maia.ai/docs/streaming/sync-all-tables.md) - [Maia runner Python update](https://docs.maia.ai/docs/tech-notes/tech-note-python-update-maia-foundation-runner.md) - [Removal of Snowflake single-factor password authentication](https://docs.maia.ai/docs/tech-notes/tech-note-snowflake-to-block-single-factor-password-authentication.md) - [Tech notes](https://docs.maia.ai/docs/tech-notes/tech-notes.md) - [Feature videos](https://docs.maia.ai/docs/videos/feature-videos.md) - [How-to video guides](https://docs.maia.ai/docs/videos/how-to-videos.md) - [Maia Documentation](https://docs.maia.ai/index.md) ## OpenAPI Specs - [public-api-endpoint-reference](https://docs.maia.ai/openapi/public-api-endpoint-reference.yaml) - [openapi](https://docs.maia.ai/api-reference/openapi.json)