KosmoKrator

data

Fivetran CLI for AI Agents

Use the Fivetran CLI from KosmoKrator to call Fivetran tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Fivetran CLI Setup

Fivetran can be configured headlessly with `kosmokrator integrations:configure fivetran`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure fivetran --set api_key="$FIVETRAN_API_KEY" --set api_secret="$FIVETRAN_API_SECRET" --enable --read allow --write ask --json
kosmokrator integrations:doctor fivetran --json
kosmokrator integrations:status --json

Credentials

Authentication type: Username and password basic. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
api_key FIVETRAN_API_KEY Secret secret yes API Key
api_secret FIVETRAN_API_SECRET Secret secret yes API Secret
url FIVETRAN_URL URL url no API Base URL

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call fivetran.fivetran_delete_user '{}' --json
Provider shortcut
kosmo integrations:fivetran fivetran_delete_user '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs fivetran --json
kosmo integrations:docs fivetran.fivetran_delete_user --json
kosmo integrations:schema fivetran.fivetran_delete_user --json
kosmo integrations:search "Fivetran" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

fivetran.fivetran_delete_user

Delete a User Official Fivetran endpoint: DELETE /v1/users/{id} Deletes a user from your Fivetran account. You will be unable to delete an account owner user if there is only one remaining.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_user '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_user '{}' --json

fivetran.fivetran_get_user_memberships_in_groups

List All Group Memberships Official Fivetran endpoint: GET /v1/users/{userId}/groups Returns the membership details for all groups a user belongs to.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_user_memberships_in_groups '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_user_memberships_in_groups '{}' --json

fivetran.fivetran_add_user_membership_in_group

Add Group Membership Official Fivetran endpoint: POST /v1/users/{userId}/groups Adds a user membership in a group.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_add_user_membership_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_add_user_membership_in_group '{}' --json

fivetran.fivetran_group_details

Retrieve Group Details Official Fivetran endpoint: GET /v1/groups/{groupId} Returns a group object if a valid identifier was provided.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_group_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_group_details '{}' --json

fivetran.fivetran_delete_group

Delete a Group Official Fivetran endpoint: DELETE /v1/groups/{groupId} Deletes a group from your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_group '{}' --json

fivetran.fivetran_modify_group

Update a Group Official Fivetran endpoint: PATCH /v1/groups/{groupId} Updates information for an existing group within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_group '{}' --json

fivetran.fivetran_get_account_info

Get Account Info from the API Key Official Fivetran endpoint: GET /v1/account/info Returns information about current account from API key.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_account_info '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_account_info '{}' --json

fivetran.fivetran_get_hybrid_deployment_agent_list

List Hybrid Deployment Agents Official Fivetran endpoint: GET /v1/hybrid-deployment-agents Returns list of all Hybrid Deployment Agents within your Fivetran account, along with usage. Optionally filtered to a single g...

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_hybrid_deployment_agent_list '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_hybrid_deployment_agent_list '{}' --json

fivetran.fivetran_create_hybrid_deployment_agent

Create a Hybrid Deployment Agent Official Fivetran endpoint: POST /v1/hybrid-deployment-agents Creates a new Hybrid Deployment Agent in a group.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_hybrid_deployment_agent '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_hybrid_deployment_agent '{}' --json

fivetran.fivetran_get_team_memberships_in_groups

List All Group Memberships Official Fivetran endpoint: GET /v1/teams/{teamId}/groups Returns all groups in which a team has membership.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_team_memberships_in_groups '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_team_memberships_in_groups '{}' --json

fivetran.fivetran_add_team_membership_in_group

Add Group Membership Official Fivetran endpoint: POST /v1/teams/{teamId}/groups Adds a team as a member of a group.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_add_team_membership_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_add_team_membership_in_group '{}' --json

fivetran.fivetran_metadata_connectors

Retrieve Source Metadata Official Fivetran endpoint: GET /v1/metadata/connector-types Returns all available source types within your Fivetran account. This endpoint makes it easier to display Fivetran connectors withi...

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_metadata_connectors '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_metadata_connectors '{}' --json

fivetran.fivetran_re_auth_hybrid_deployment_agent

Regenerate Authentication Keys Official Fivetran endpoint: PATCH /v1/hybrid-deployment-agents/{agentId}/re-auth Regenerate authentication for a Hybrid Deployment Agent.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_re_auth_hybrid_deployment_agent '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_re_auth_hybrid_deployment_agent '{}' --json

fivetran.fivetran_get_team_membership_in_group

Retrieve Group Membership Details Official Fivetran endpoint: GET /v1/teams/{teamId}/groups/{groupId} Returns details of a team membership in a group.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_team_membership_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_team_membership_in_group '{}' --json

fivetran.fivetran_delete_team_membership_in_group

Delete Group Membership Official Fivetran endpoint: DELETE /v1/teams/{teamId}/groups/{groupId} Removes a team's membership in a group.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_team_membership_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_team_membership_in_group '{}' --json

fivetran.fivetran_update_team_membership_in_group

Update Group Membership Official Fivetran endpoint: PATCH /v1/teams/{teamId}/groups/{groupId} Updates team membership in a group.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_team_membership_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_team_membership_in_group '{}' --json

fivetran.fivetran_rotate_system_key

Rotate a System Key Official Fivetran endpoint: POST /v1/system-keys/{keyId}/rotate Updates the secret value and expired_at date for an existing system key within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_rotate_system_key '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_rotate_system_key '{}' --json

fivetran.fivetran_get_connection_fingerprints_list

List Fingerprints Approved for the Connection Official Fivetran endpoint: GET /v1/connections/{connectionId}/fingerprints Returns the list of approved SSH fingerprints for specified connection

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_connection_fingerprints_list '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_connection_fingerprints_list '{}' --json

fivetran.fivetran_approve_connection_fingerprint

Approve a Fingerprint for the Connection Official Fivetran endpoint: POST /v1/connections/{connectionId}/fingerprints Approves a fingerprint, enabling Fivetran to trust it for a source database and establish connectio...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_approve_connection_fingerprint '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_approve_connection_fingerprint '{}' --json

fivetran.fivetran_transformation_package_metadata_list

List All Quickstart Package Metadata Official Fivetran endpoint: GET /v1/transformations/package-metadata Returns a list of available Quickstart transformation package metadata details.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_transformation_package_metadata_list '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_transformation_package_metadata_list '{}' --json

fivetran.fivetran_connection_column_config

Retrieve Source Table Columns Config Official Fivetran endpoint: GET /v1/connections/{connectionId}/schemas/{schema}/tables/{table}/columns Returns the real-time column list for one source table by querying the source...

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_connection_column_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_connection_column_config '{}' --json

fivetran.fivetran_get_destination_fingerprints_list

List Fingerprints Approved for the Destination Official Fivetran endpoint: GET /v1/destinations/{destinationId}/fingerprints Returns the list of approved SSH fingerprints for specified destination

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_destination_fingerprints_list '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_destination_fingerprints_list '{}' --json

fivetran.fivetran_approve_destination_fingerprint

Approve a Fingerprint for the Destination Official Fivetran endpoint: POST /v1/destinations/{destinationId}/fingerprints Approves a fingerprint, enabling Fivetran to trust it for a destination database and establish c...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_approve_destination_fingerprint '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_approve_destination_fingerprint '{}' --json

fivetran.fivetran_modify_connection_table_config

Update a Connection Table Config Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/schemas/{schemaName}/tables/{tableName} Updates the table config within your database schema for an existing connection...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_connection_table_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_connection_table_config '{}' --json

fivetran.fivetran_get_connection_certificate_details

Retrieve Connection Certificate Details Official Fivetran endpoint: GET /v1/connections/{connectionId}/certificates/{hash} Returns details of the certificate approved for the specified connection with specified certif...

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_connection_certificate_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_connection_certificate_details '{}' --json

fivetran.fivetran_revoke_connection_certificate

Revoke Connection Certificate Official Fivetran endpoint: DELETE /v1/connections/{connectionId}/certificates/{hash} Revokes a certificate, so Fivetran no longer trusts it while connecting to the source database.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_revoke_connection_certificate '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_revoke_connection_certificate '{}' --json

fivetran.fivetran_create_group_webhook

Create a Group Webhook Official Fivetran endpoint: POST /v1/webhooks/group/{groupId} This endpoint allows you to create a new webhook for a given group

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_group_webhook '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_group_webhook '{}' --json

fivetran.fivetran_get_team_membership_in_connection

Retrieve Connection Membership Official Fivetran endpoint: GET /v1/teams/{teamId}/connections/{connectionId} Returns details of a team membership in a connection.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_team_membership_in_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_team_membership_in_connection '{}' --json

fivetran.fivetran_delete_team_membership_in_connection

Delete Connection Membership Official Fivetran endpoint: DELETE /v1/teams/{teamId}/connections/{connectionId} Removes team membership in a connection.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_team_membership_in_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_team_membership_in_connection '{}' --json

fivetran.fivetran_update_team_membership_in_connection

Update Connection Membership Official Fivetran endpoint: PATCH /v1/teams/{teamId}/connections/{connectionId} Updates team membership in a connection

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_team_membership_in_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_team_membership_in_connection '{}' --json

fivetran.fivetran_delete_user_from_group

Remove a User from a Group Official Fivetran endpoint: DELETE /v1/groups/{groupId}/users/{userId} Removes an existing user from a group in your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_user_from_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_user_from_group '{}' --json

fivetran.fivetran_connection_details

Retrieve Connection Details Official Fivetran endpoint: GET /v1/connections/{connectionId} Returns a connection configuration and status details if a valid identifier was provided.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_connection_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_connection_details '{}' --json

fivetran.fivetran_delete_connection

Delete a Connection Official Fivetran endpoint: DELETE /v1/connections/{connectionId} Deletes a connection from your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_connection '{}' --json

fivetran.fivetran_modify_connection

Update a Connection Official Fivetran endpoint: PATCH /v1/connections/{connectionId} Updates connection parameters for an existing connection within your Fivetran account. This endpoint requires at least one persisten...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_connection '{}' --json

fivetran.fivetran_test_transformation_project

Test Transformation Project Official Fivetran endpoint: POST /v1/transformation-projects/{projectId}/test Triggers tests for an existing transformation project.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_test_transformation_project '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_test_transformation_project '{}' --json

fivetran.fivetran_list_all_connections_in_group

List All Connections within a Group Official Fivetran endpoint: GET /v1/groups/{groupId}/connections Returns a list of information about all connections within a group in your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_all_connections_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_all_connections_in_group '{}' --json

fivetran.fivetran_delete_multiple_columns_connection_config

Drop Blocked Columns from the Destination. Official Fivetran endpoint: POST /v1/connections/{connectionId}/schemas/drop-columns Mark multiple blocked columns for deletion from your destination tables. The columns will...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_multiple_columns_connection_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_multiple_columns_connection_config '{}' --json

fivetran.fivetran_get_destination_certificate_details

Retrieve Destination Certificate Details Official Fivetran endpoint: GET /v1/destinations/{destinationId}/certificates/{hash} Returns details of the certificate approved for the specified destination with specified ce...

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_destination_certificate_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_destination_certificate_details '{}' --json

fivetran.fivetran_revoke_destination_certificate

Revoke Destination Certificate Official Fivetran endpoint: DELETE /v1/destinations/{destinationId}/certificates/{hash} Revokes a certificate, so Fivetran no longer trusts it while connecting to the destination database.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_revoke_destination_certificate '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_revoke_destination_certificate '{}' --json

fivetran.fivetran_connection_schema_config

Retrieve a Connection Schema Config Official Fivetran endpoint: GET /v1/connections/{connectionId}/schemas Returns the top-level schema configuration for an existing connection within your Fivetran account. The respon...

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_connection_schema_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_connection_schema_config '{}' --json

fivetran.fivetran_pre_create_connection_schema_config

Set Up a New Connection Schema Config Official Fivetran endpoint: POST /v1/connections/{connectionId}/schemas Configures a Connection Schema for a new connection before the schema is captured from the source. > Note: ...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_pre_create_connection_schema_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_pre_create_connection_schema_config '{}' --json

fivetran.fivetran_modify_connection_schema_config

Update a Connection Schema Config Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/schemas Updates the schema config for an existing connection within your Fivetran account. > NOTE: For backward compat...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_connection_schema_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_connection_schema_config '{}' --json

fivetran.fivetran_get_destination_certificates_list

List Certificates Approved for the Destination Official Fivetran endpoint: GET /v1/destinations/{destinationId}/certificates Returns the list of approved certificates for the specified destination.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_destination_certificates_list '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_destination_certificates_list '{}' --json

fivetran.fivetran_approve_destination_certificate

Approve a Certificate for the Destination Official Fivetran endpoint: POST /v1/destinations/{destinationId}/certificates Approves a certificate, so Fivetran trusts this certificate for a destination database connectio...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_approve_destination_certificate '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_approve_destination_certificate '{}' --json

fivetran.fivetran_regenerate_secrets_proxy_agent

Regenerate Secrets for Proxy Agent Official Fivetran endpoint: POST /v1/proxy/{agentId}/regenerate-secrets Regenerate secrets for proxy agent within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_regenerate_secrets_proxy_agent '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_regenerate_secrets_proxy_agent '{}' --json

fivetran.fivetran_list_connector_sdk_packages

List All Connector SDK Packages Official Fivetran endpoint: GET /v1/connector-sdk/packages Returns a list of all Connector SDK packages in your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_connector_sdk_packages '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_connector_sdk_packages '{}' --json

fivetran.fivetran_create_connector_sdk_package

Create Connector SDK Package Official Fivetran endpoint: POST /v1/connector-sdk/packages Uploads a new Connector SDK package to your Fivetran account. The package must be a ZIP file containing your custom connector co...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_connector_sdk_package '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_connector_sdk_package '{}' --json

fivetran.fivetran_list_connections

List All Connections Official Fivetran endpoint: GET /v1/connections Returns a list of all accessible connections within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_connections '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_connections '{}' --json

fivetran.fivetran_create_connection

Create a Connection Official Fivetran endpoint: POST /v1/connections Creates a new connection within a specified group in your Fivetran account. Runs setup tests and returns testing results. > IMPORTANT: The `destinat...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_connection '{}' --json

fivetran.fivetran_list_all_webhooks

List all Webhooks Official Fivetran endpoint: GET /v1/webhooks The endpoint allows you to retrieve the list of existing webhooks available for the current account

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_all_webhooks '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_all_webhooks '{}' --json

fivetran.fivetran_approve_certificate

(Deprecated) Approve a Certificate Official Fivetran endpoint: POST /v1/certificates Approves a certificate for a connection/destination, so Fivetran trusts this certificate for a source/destination database. The conn...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_approve_certificate '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_approve_certificate '{}' --json

fivetran.fivetran_group_ssh_public_key

Retrieve Group Public SSH Key Official Fivetran endpoint: GET /v1/groups/{groupId}/public-key Returns public key from SSH key pair associated with the group.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_group_ssh_public_key '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_group_ssh_public_key '{}' --json

fivetran.fivetran_transformation_package_metadata_details

Retrieve a Quickstart Package Metadata Details Official Fivetran endpoint: GET /v1/transformations/package-metadata/{package_definition_id} Returns the metadata details of the Quickstart transformation package if a va...

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_transformation_package_metadata_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_transformation_package_metadata_details '{}' --json

fivetran.fivetran_get_proxy_agent_connections

List All Connections Attached to the Proxy Agent Official Fivetran endpoint: GET /v1/proxy/{agentId}/connections Returns all connections attached to the specified proxy agent within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_proxy_agent_connections '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_proxy_agent_connections '{}' --json

fivetran.fivetran_list_all_groups

List All Destinations within Account Official Fivetran endpoint: GET /v1/groups Returns a list of all groups within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_all_groups '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_all_groups '{}' --json

fivetran.fivetran_create_group

Create a Group Official Fivetran endpoint: POST /v1/groups Creates a new group in your Fivetran account. > IMPORTANT: Groups and destinations are mapped 1:1 to each other. We do this mapping using the group's `id` val...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_group '{}' --json

fivetran.fivetran_reset_hybrid_deployment_agent_credentials

Reset Agent Credentials Official Fivetran endpoint: POST /v1/hybrid-deployment-agents/{agentId}/reset-credentials Reset credentials for a Hybrid Deployment Agent.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_reset_hybrid_deployment_agent_credentials '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_reset_hybrid_deployment_agent_credentials '{}' --json

fivetran.fivetran_run_setup_tests_log_service

Run Group Log Service Setup Tests Official Fivetran endpoint: POST /v1/external-logging/{logId}/test Runs the setup tests for an existing group-level [logging service](/docs/logs/external-logs) within your Fivetran ac...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_run_setup_tests_log_service '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_run_setup_tests_log_service '{}' --json

fivetran.fivetran_delete_column_connection_config

Drop a Blocked Column From the Destination Official Fivetran endpoint: DELETE /v1/connections/{connectionId}/schemas/{schemaName}/tables/{tableName}/columns/{columnName} Marks a blocked column for deletion from your d...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_column_connection_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_column_connection_config '{}' --json

fivetran.fivetran_modify_connection_column_config

Update a Connection Column Config Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/schemas/{schemaName}/tables/{tableName}/columns/{columnName} Updates the column config within your table for an existi...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_connection_column_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_connection_column_config '{}' --json

fivetran.fivetran_get_connection_fingerprint_details

Retrieve Connection Fingerprint Details Official Fivetran endpoint: GET /v1/connections/{connectionId}/fingerprints/{hash} Returns SSH fingerprint details approved for specified connection with specified hash

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_connection_fingerprint_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_connection_fingerprint_details '{}' --json

fivetran.fivetran_revoke_connection_fingerprint

Revoke Connection Fingerprint Official Fivetran endpoint: DELETE /v1/connections/{connectionId}/fingerprints/{hash} Revokes a fingerprint, so Fivetran no longer trusts it while connecting to the source database throug...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_revoke_connection_fingerprint '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_revoke_connection_fingerprint '{}' --json

fivetran.fivetran_get_private_link_details

Retrieve Private Link Details Official Fivetran endpoint: GET /v1/private-links/{privateLinkId} Returns a private link object if a valid identifier was provided.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_private_link_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_private_link_details '{}' --json

fivetran.fivetran_delete_private_link

Delete a Private Link Official Fivetran endpoint: DELETE /v1/private-links/{privateLinkId} Deletes a private link from your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_private_link '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_private_link '{}' --json

fivetran.fivetran_modify_private_link

Update a Private Link Official Fivetran endpoint: PATCH /v1/private-links/{privateLinkId} Updates information for an existing private link within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_private_link '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_private_link '{}' --json

fivetran.fivetran_get_system_keys

List All System Keys Official Fivetran endpoint: GET /v1/system-keys Returns a list of system keys within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_system_keys '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_system_keys '{}' --json

fivetran.fivetran_create_system_key

Create a System Key Official Fivetran endpoint: POST /v1/system-keys Creates a new system key with your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_system_key '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_system_key '{}' --json

fivetran.fivetran_list_all_roles

List all roles Official Fivetran endpoint: GET /v1/roles Returns a list of all predefined and custom roles within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_all_roles '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_all_roles '{}' --json

fivetran.fivetran_metadata_public_connectors

Retrieve Source Metadata Public Endpoint Official Fivetran endpoint: GET /public/connector-types Returns all available source types. This endpoint provides metadata including the proper source name (‘Facebook Ads’...

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_metadata_public_connectors '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_metadata_public_connectors '{}' --json

fivetran.fivetran_get_connection_certificates_list

List Certificates Approved for the Connection Official Fivetran endpoint: GET /v1/connections/{connectionId}/certificates Returns the list of approved certificates for the specified connection.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_connection_certificates_list '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_connection_certificates_list '{}' --json

fivetran.fivetran_approve_connection_certificate

Approve a Certificate for the Connection Official Fivetran endpoint: POST /v1/connections/{connectionId}/certificates Approves a certificate, so Fivetran trusts this certificate for a source database connection. The c...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_approve_connection_certificate '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_approve_connection_certificate '{}' --json

fivetran.fivetran_list_destinations

List All Destinations Within Account Official Fivetran endpoint: GET /v1/destinations Returns a list of all accessible destinations within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_destinations '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_destinations '{}' --json

fivetran.fivetran_create_destination

Create a Destination Official Fivetran endpoint: POST /v1/destinations Creates a new destination within a specified group in your Fivetran account. > IMPORTANT: Groups and destinations are mapped 1:1 to each other. We...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_destination '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_destination '{}' --json

fivetran.fivetran_get_user_memberships_in_connections

List All Connection Memberships Official Fivetran endpoint: GET /v1/users/{userId}/connections Returns all connection membership for a user within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_user_memberships_in_connections '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_user_memberships_in_connections '{}' --json

fivetran.fivetran_add_user_membership_in_connection

Add a Connection Membership Official Fivetran endpoint: POST /v1/users/{userId}/connections Adds a connection membership

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_add_user_membership_in_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_add_user_membership_in_connection '{}' --json

fivetran.fivetran_get_destination_fingerprint_details

Retrieve Destination Fingerprint Details Official Fivetran endpoint: GET /v1/destinations/{destinationId}/fingerprints/{hash} Returns SSH fingerprint details approved for specified destination with specified hash

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_destination_fingerprint_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_destination_fingerprint_details '{}' --json

fivetran.fivetran_revoke_destination_fingerprint

Revoke Destination Fingerprint Official Fivetran endpoint: DELETE /v1/destinations/{destinationId}/fingerprints/{hash} Revokes a fingerprint, so Fivetran no longer trusts it while connecting to the destination databas...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_revoke_destination_fingerprint '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_revoke_destination_fingerprint '{}' --json

fivetran.fivetran_sync_connection

Sync Connection Data Official Fivetran endpoint: POST /v1/connections/{connectionId}/sync Triggers a data sync for an existing connection within your Fivetran account without waiting for the next scheduled sync. This ...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_sync_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_sync_connection '{}' --json

fivetran.fivetran_modify_connection_database_schema_config

Update a Connection Database Schema Config Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/schemas/{schemaName} Updates the database schema config for an existing connection within your Fivetran accou...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_connection_database_schema_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_connection_database_schema_config '{}' --json

fivetran.fivetran_get_system_key_details

Retrieve System Key Details Official Fivetran endpoint: GET /v1/system-keys/{keyId} Retrieves a system key object within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_system_key_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_system_key_details '{}' --json

fivetran.fivetran_delete_system_key

Delete a System Key Official Fivetran endpoint: DELETE /v1/system-keys/{keyId} Deletes a system key from your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_system_key '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_system_key '{}' --json

fivetran.fivetran_update_system_key

Update a System Key Official Fivetran endpoint: PATCH /v1/system-keys/{keyId} Updates an existing system key within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_system_key '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_system_key '{}' --json

fivetran.fivetran_resync_connection

Re-sync Connection Data (Historical Sync) Official Fivetran endpoint: POST /v1/connections/{connectionId}/resync Triggers a full historical sync of a connection or multiple schema tables within a connection. If the co...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_resync_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_resync_connection '{}' --json

fivetran.fivetran_get_log_service_details

Retrieve Group Log Service Details Official Fivetran endpoint: GET /v1/external-logging/{logId} Returns a group-level [logging service](/docs/logs/external-logs) object if a valid identifier was provided.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_log_service_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_log_service_details '{}' --json

fivetran.fivetran_delete_log_service

Delete a Group Log Service Official Fivetran endpoint: DELETE /v1/external-logging/{logId} Deletes a group-level [logging service](/docs/logs/external-logs) from your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_log_service '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_log_service '{}' --json

fivetran.fivetran_update_log_service

Update a Group Log Service Official Fivetran endpoint: PATCH /v1/external-logging/{logId} Updates information for an existing group-level [logging service](/docs/logs/external-logs) within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_log_service '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_log_service '{}' --json

fivetran.fivetran_list_all_transformation_projects

List all Transformation Projects Official Fivetran endpoint: GET /v1/transformation-projects Returns a list of all transformation projects available via API within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_all_transformation_projects '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_all_transformation_projects '{}' --json

fivetran.fivetran_create_transformation_project

Create Transformation Project Official Fivetran endpoint: POST /v1/transformation-projects Creates a new transformation project.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_transformation_project '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_transformation_project '{}' --json

fivetran.fivetran_get_user_in_team

Retrieve User Membership in a Team Official Fivetran endpoint: GET /v1/teams/{teamId}/users/{userId} Returns the membership details for a user in a team.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_user_in_team '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_user_in_team '{}' --json

fivetran.fivetran_delete_user_from_team

Delete a User from a Team Official Fivetran endpoint: DELETE /v1/teams/{teamId}/users/{userId} Removes a user from a team.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_user_from_team '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_user_from_team '{}' --json

fivetran.fivetran_update_user_membership

Update a User Membership Official Fivetran endpoint: PATCH /v1/teams/{teamId}/users/{userId} Updates a user membership in a team.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_user_membership '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_user_membership '{}' --json

fivetran.fivetran_team_details

Retrieve Team Details Official Fivetran endpoint: GET /v1/teams/{teamId} Returns information for a given team within your Fivetran account

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_team_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_team_details '{}' --json

fivetran.fivetran_delete_team

Delete a Team Official Fivetran endpoint: DELETE /v1/teams/{teamId} Deletes a team from your Fivetran account

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_team '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_team '{}' --json

fivetran.fivetran_modify_team

Update a Team Official Fivetran endpoint: PATCH /v1/teams/{teamId} Updates information for an existing team within your Fivetran account

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_team '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_team '{}' --json

fivetran.fivetran_transformation_details

Retrieve Transformation Details Official Fivetran endpoint: GET /v1/transformations/{transformationId} Returns a transformation details if a valid identifier is provided.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_transformation_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_transformation_details '{}' --json

fivetran.fivetran_delete_transformation

Delete a Transformation Official Fivetran endpoint: DELETE /v1/transformations/{transformationId} Deletes a transformation if a valid identifier is provided.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_transformation '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_transformation '{}' --json

fivetran.fivetran_update_transformation

Update a Transformation Official Fivetran endpoint: PATCH /v1/transformations/{transformationId} Updates the transformation if a valid identifier is provided.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_transformation '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_transformation '{}' --json

fivetran.fivetran_create_account_webhook

Create an Account Webhook Official Fivetran endpoint: POST /v1/webhooks/account This endpoint allows you to create a new webhook for the current account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_account_webhook '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_account_webhook '{}' --json

fivetran.fivetran_get_connector_sdk_package

Retrieve Connector SDK Package Details Official Fivetran endpoint: GET /v1/connector-sdk/packages/{package_id} Returns details for a specific Connector SDK package.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_connector_sdk_package '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_connector_sdk_package '{}' --json

fivetran.fivetran_delete_connector_sdk_package

Delete Connector SDK Package Official Fivetran endpoint: DELETE /v1/connector-sdk/packages/{package_id} Permanently deletes a Connector SDK package from your Fivetran account. > **Warning:** Packages that are associat...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_connector_sdk_package '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_connector_sdk_package '{}' --json

fivetran.fivetran_update_connector_sdk_package

Update Connector SDK Package Official Fivetran endpoint: PATCH /v1/connector-sdk/packages/{package_id} Updates an existing Connector SDK package by uploading a new version of the connector code. All connections using ...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_connector_sdk_package '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_connector_sdk_package '{}' --json

fivetran.fivetran_get_account_log_service_details

Retrieve Account Log Service Official Fivetran endpoint: GET /v1/external-logging/account Returns the account-level [logging service](/docs/logs/external-logs) if it exists.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_account_log_service_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_account_log_service_details '{}' --json

fivetran.fivetran_add_account_log_service

Create Account Log Service Official Fivetran endpoint: POST /v1/external-logging/account Creates an account-level [logging service](/docs/logs/external-logs).

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_add_account_log_service '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_add_account_log_service '{}' --json

fivetran.fivetran_delete_account_log_service

Delete Account Log Service Official Fivetran endpoint: DELETE /v1/external-logging/account Deletes the account-level [logging service](/docs/logs/external-logs).

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_account_log_service '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_account_log_service '{}' --json

fivetran.fivetran_update_account_log_service

Update Account Log Service Official Fivetran endpoint: PATCH /v1/external-logging/account Updates information for the account-level [logging service](/docs/logs/external-logs).

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_account_log_service '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_account_log_service '{}' --json

fivetran.fivetran_upgrade_transformation_package

Upgrade Transformation Package Official Fivetran endpoint: POST /v1/transformations/{transformationId}/upgrade Upgrades the Quickstart transformation package to latest version if a valid identifier is provided.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_upgrade_transformation_package '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_upgrade_transformation_package '{}' --json

fivetran.fivetran_get_proxy_agent_details

Retrieve Proxy Agent Details Official Fivetran endpoint: GET /v1/proxy/{agentId} Retrieves the details of the specified proxy agent.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_proxy_agent_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_proxy_agent_details '{}' --json

fivetran.fivetran_delete_proxy_agent

Delete a Proxy Agent Official Fivetran endpoint: DELETE /v1/proxy/{agentId} Deletes the specified proxy agent from your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_proxy_agent '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_proxy_agent '{}' --json

fivetran.fivetran_connect_card

Create a Connect Card Official Fivetran endpoint: POST /v1/connections/{connectionId}/connect-card Generates the Connect Card URI for the connection

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_connect_card '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_connect_card '{}' --json

fivetran.fivetran_list_all_users_in_group

List All Users within a Group Official Fivetran endpoint: GET /v1/groups/{groupId}/users Returns a list of information about all users within a group in your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_all_users_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_all_users_in_group '{}' --json

fivetran.fivetran_add_user_to_group

Add a User to a Group Official Fivetran endpoint: POST /v1/groups/{groupId}/users Adds an existing user to a group in your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_add_user_to_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_add_user_to_group '{}' --json

fivetran.fivetran_user_details

Retrieve a User Details Official Fivetran endpoint: GET /v1/users/{userId} Returns a user object if a valid identifier was provided.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_user_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_user_details '{}' --json

fivetran.fivetran_modify_user

Update a User Official Fivetran endpoint: PATCH /v1/users/{userId} Updates information for an existing user within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_user '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_user '{}' --json

fivetran.fivetran_list_all_teams

List All Teams Official Fivetran endpoint: GET /v1/teams Returns a list of all teams within your Fivetran account

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_all_teams '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_all_teams '{}' --json

fivetran.fivetran_create_team

Create a Team Official Fivetran endpoint: POST /v1/teams Creates a new team in your Fivetran account

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_team '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_team '{}' --json

fivetran.fivetran_list_log_services

List All Log Services within Account Official Fivetran endpoint: GET /v1/external-logging Returns a list of all accessible [logging services](/docs/logs/external-logs) within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_log_services '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_log_services '{}' --json

fivetran.fivetran_add_log_service

Create a Group Log Service Official Fivetran endpoint: POST /v1/external-logging Creates a new group-level [logging service](/docs/logs/external-logs) within a specified group in your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_add_log_service '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_add_log_service '{}' --json

fivetran.fivetran_connection_state

Retrieve Connection State Official Fivetran endpoint: GET /v1/connections/{connectionId}/state Returns the connection state. This endpoint is only supported for Function and Connection SDK connectors.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_connection_state '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_connection_state '{}' --json

fivetran.fivetran_modify_connection_state

Update a Connection State Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/state Updates the connection state. To update the state, you should pause your connection first. To update the connection stat...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_connection_state '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_connection_state '{}' --json

fivetran.fivetran_list_all_users

List All Users Official Fivetran endpoint: GET /v1/users Returns a list of all users within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_all_users '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_all_users '{}' --json

fivetran.fivetran_create_user

Invite a User Official Fivetran endpoint: POST /v1/users Invites a new user to your Fivetran account. The invited user will have access to the account only after accepting the invitation. Invited user details are stil...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_user '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_user '{}' --json

fivetran.fivetran_delete_user_membership_in_account

Delete Account Role Official Fivetran endpoint: DELETE /v1/users/{userId}/role Removes a user's role from an account, but the user remains a member of the account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_user_membership_in_account '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_user_membership_in_account '{}' --json

fivetran.fivetran_download_connector_sdk_package

Download Connector SDK Package Official Fivetran endpoint: GET /v1/connector-sdk/packages/{package_id}/download Downloads the connector code package file (code.zip) for a specific Connector SDK package. This endpoint ...

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_download_connector_sdk_package '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_download_connector_sdk_package '{}' --json

fivetran.fivetran_test_webhook

Test a Webhook Official Fivetran endpoint: POST /v1/webhooks/{webhookId}/test The endpoint allows you to test an existing webhook. It sends a webhook with a given identifier for a dummy connection with identifier _con...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_test_webhook '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_test_webhook '{}' --json

fivetran.fivetran_run_transformation

Run Transformation Official Fivetran endpoint: POST /v1/transformations/{transformationId}/run Runs the transformation if a valid identifier is provided.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_run_transformation '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_run_transformation '{}' --json

fivetran.fivetran_get_team_memberships_in_connections

List All Connection Memberships Official Fivetran endpoint: GET /v1/teams/{teamId}/connections Returns all connections a team has membership in.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_team_memberships_in_connections '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_team_memberships_in_connections '{}' --json

fivetran.fivetran_add_team_membership_in_connection

Add Connection Membership Official Fivetran endpoint: POST /v1/teams/{teamId}/connections Adds a team as a member of a connection.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_add_team_membership_in_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_add_team_membership_in_connection '{}' --json

fivetran.fivetran_resync_tables

Re-sync Connection Table Data Official Fivetran endpoint: POST /v1/connections/{connectionId}/schemas/tables/resync Triggers a historical sync of all data for multiple schema tables within a connection. This action do...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_resync_tables '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_resync_tables '{}' --json

fivetran.fivetran_reload_connection_schema_config

Reload a Connection Schema Config Official Fivetran endpoint: POST /v1/connections/{connectionId}/schemas/reload Reloads the connection schema config for an existing connection within your Fivetran account. > NOTE: Th...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_reload_connection_schema_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_reload_connection_schema_config '{}' --json

fivetran.fivetran_transformations_list

List all Transformations Official Fivetran endpoint: GET /v1/transformations Returns a list of all transformations within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_transformations_list '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_transformations_list '{}' --json

fivetran.fivetran_create_transformation

Create a Transformation Official Fivetran endpoint: POST /v1/transformations Creates a new transformation.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_transformation '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_transformation '{}' --json

fivetran.fivetran_hvr_register_hub

Register Hub Official Fivetran endpoint: POST /v1/hvr/register-hub Register a new hub within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_hvr_register_hub '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_hvr_register_hub '{}' --json

fivetran.fivetran_cancel_transformation

Cancel Running Transformation Official Fivetran endpoint: POST /v1/transformations/{transformationId}/cancel Cancels the execution of the transformation if a valid identifier is provided.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_cancel_transformation '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_cancel_transformation '{}' --json

fivetran.fivetran_transformation_project_details

Retrieve Transformation Project Details Official Fivetran endpoint: GET /v1/transformation-projects/{projectId} Returns transformation project details if a valid identifier was provided.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_transformation_project_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_transformation_project_details '{}' --json

fivetran.fivetran_delete_transformation_project

Delete Transformation Project Official Fivetran endpoint: DELETE /v1/transformation-projects/{projectId} Deletes transformation project if a valid identifier was provided.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_transformation_project '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_transformation_project '{}' --json

fivetran.fivetran_modify_transformation_project

Update Transformation Project Official Fivetran endpoint: PATCH /v1/transformation-projects/{projectId} Updates transformation project if a valid identifier was provided.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_transformation_project '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_transformation_project '{}' --json

fivetran.fivetran_group_service_account

Retrieve Group Service Account Official Fivetran endpoint: GET /v1/groups/{groupId}/service-account Returns Fivetran service account associated with the group.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_group_service_account '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_group_service_account '{}' --json

fivetran.fivetran_webhook_details

Retrieve Webhook Details Official Fivetran endpoint: GET /v1/webhooks/{webhookId} This endpoint allows you to retrieve details of the existing webhook for a given identifier

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_webhook_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_webhook_details '{}' --json

fivetran.fivetran_delete_webhook

Delete a Webhook Official Fivetran endpoint: DELETE /v1/webhooks/{webhookId} This endpoint allows you to delete an existing webhook with a given identifier

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_webhook '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_webhook '{}' --json

fivetran.fivetran_modify_webhook

Update a Webhook Official Fivetran endpoint: PATCH /v1/webhooks/{webhookId} The endpoint allows you to update the existing webhook with a given identifier

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_webhook '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_webhook '{}' --json

fivetran.fivetran_get_user_membership_in_group

Retrieve Group Membership Details Official Fivetran endpoint: GET /v1/users/{userId}/groups/{groupId} Returns details of a user membership in group.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_user_membership_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_user_membership_in_group '{}' --json

fivetran.fivetran_delete_user_membership_in_group

Delete Group Membership Official Fivetran endpoint: DELETE /v1/users/{userId}/groups/{groupId} Removes user from a group.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_user_membership_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_user_membership_in_group '{}' --json

fivetran.fivetran_update_user_membership_in_group

Update Group Membership Official Fivetran endpoint: PATCH /v1/users/{userId}/groups/{groupId} Updates user group membership.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_user_membership_in_group '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_user_membership_in_group '{}' --json

fivetran.fivetran_run_setup_tests

Run Connection Setup Tests Official Fivetran endpoint: POST /v1/connections/{connectionId}/test Runs the setup tests for an existing connection within your Fivetran account. Use this parameter to test the connection w...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_run_setup_tests '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_run_setup_tests '{}' --json

fivetran.fivetran_get_hybrid_deployment_agent

Returns Hybrid Deployment Agent Details Official Fivetran endpoint: GET /v1/hybrid-deployment-agents/{agentId} Returns Hybrid Deployment Agent Details.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_hybrid_deployment_agent '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_hybrid_deployment_agent '{}' --json

fivetran.fivetran_delete_hybrid_deployment_agent

Delete a Hybrid Deployment Agent Official Fivetran endpoint: DELETE /v1/hybrid-deployment-agents/{agentId} Delete a Hybrid Deployment Agent.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_hybrid_deployment_agent '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_hybrid_deployment_agent '{}' --json

fivetran.fivetran_get_proxy_agent

List all Proxy Agents Official Fivetran endpoint: GET /v1/proxy Returns a list of all proxy agents within your Fivetran account.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_proxy_agent '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_proxy_agent '{}' --json

fivetran.fivetran_create_proxy_agent

Create a Proxy Agent Official Fivetran endpoint: POST /v1/proxy Creates a new proxy agent within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_proxy_agent '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_proxy_agent '{}' --json

fivetran.fivetran_run_destination_setup_tests

Run Destination Setup Tests Official Fivetran endpoint: POST /v1/destinations/{destinationId}/test Runs the setup tests for an existing destination within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_run_destination_setup_tests '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_run_destination_setup_tests '{}' --json

fivetran.fivetran_get_private_links

List All Private Links Official Fivetran endpoint: GET /v1/private-links Returns a list of all private links.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_private_links '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_private_links '{}' --json

fivetran.fivetran_create_private_link

Create a Private Link Official Fivetran endpoint: POST /v1/private-links Creates a new private link in your Fivetran account. > NOTE: See the [Set Up a Connection With Private Links tutorial](/docs/rest-api/tutorials/...

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_create_private_link '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_create_private_link '{}' --json

fivetran.fivetran_list_users_in_team

List All User Memberships Official Fivetran endpoint: GET /v1/teams/{teamId}/users Returns a list of users and their roles within a team in your Fivetran account

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_list_users_in_team '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_list_users_in_team '{}' --json

fivetran.fivetran_add_user_to_team

Add a User to the Team Official Fivetran endpoint: POST /v1/teams/{teamId}/users Assigns a role for a user in a team.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_add_user_to_team '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_add_user_to_team '{}' --json

fivetran.fivetran_get_user_membership_in_connections

Retrieve Connection Membership Official Fivetran endpoint: GET /v1/users/{userId}/connections/{connectionId} Returns the details of a user's membership in a connection.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_get_user_membership_in_connections '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_get_user_membership_in_connections '{}' --json

fivetran.fivetran_delete_user_membership_in_connection

Delete Connection Membership Official Fivetran endpoint: DELETE /v1/users/{userId}/connections/{connectionId} Removes user membership in a connection.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_user_membership_in_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_user_membership_in_connection '{}' --json

fivetran.fivetran_update_user_membership_in_connection

Update Connection Membership Official Fivetran endpoint: PATCH /v1/users/{userId}/connections/{connectionId} Updates user membership in a connection.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_update_user_membership_in_connection '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_update_user_membership_in_connection '{}' --json

fivetran.fivetran_destination_details

Retrieve Destination Details Official Fivetran endpoint: GET /v1/destinations/{destinationId} Returns a destination object if a valid identifier was provided.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_destination_details '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_destination_details '{}' --json

fivetran.fivetran_delete_destination

Delete a Destination Official Fivetran endpoint: DELETE /v1/destinations/{destinationId} Deletes a destination from your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_destination '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_destination '{}' --json

fivetran.fivetran_modify_destination

Update a Destination Official Fivetran endpoint: PATCH /v1/destinations/{destinationId} Updates information for an existing destination within your Fivetran account.

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_modify_destination '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_modify_destination '{}' --json

fivetran.fivetran_metadata_connector_config

Retrieve Connector Configuration Metadata Official Fivetran endpoint: GET /v1/metadata/connector-types/{service} Returns metadata of configuration parameters and authorization parameters for a specified connector type.

Read read
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_metadata_connector_config '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_metadata_connector_config '{}' --json

fivetran.fivetran_delete_team_membership_in_account

Delete Team from Account Official Fivetran endpoint: DELETE /v1/teams/{teamId}/role Removes a team from your Fivetran account

Write write
Parameters
none
Generic call
kosmo integrations:call fivetran.fivetran_delete_team_membership_in_account '{}' --json
Shortcut
kosmo integrations:fivetran fivetran_delete_team_membership_in_account '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

fivetran.fivetran_delete_user 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_user --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_user_memberships_in_groups 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_user_memberships_in_groups --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_add_user_membership_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_add_user_membership_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_group_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_group_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_account_info 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_account_info --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_hybrid_deployment_agent_list 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_hybrid_deployment_agent_list --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_hybrid_deployment_agent 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_hybrid_deployment_agent --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_team_memberships_in_groups 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_team_memberships_in_groups --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_add_team_membership_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_add_team_membership_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_metadata_connectors 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_metadata_connectors --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_re_auth_hybrid_deployment_agent 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_re_auth_hybrid_deployment_agent --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_team_membership_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_team_membership_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_team_membership_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_team_membership_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_team_membership_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_team_membership_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_rotate_system_key 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_rotate_system_key --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_connection_fingerprints_list 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_connection_fingerprints_list --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_approve_connection_fingerprint 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_approve_connection_fingerprint --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_transformation_package_metadata_list 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_transformation_package_metadata_list --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_connection_column_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_connection_column_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_destination_fingerprints_list 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_destination_fingerprints_list --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_approve_destination_fingerprint 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_approve_destination_fingerprint --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_connection_table_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_connection_table_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_connection_certificate_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_connection_certificate_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_revoke_connection_certificate 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_revoke_connection_certificate --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_group_webhook 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_group_webhook --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_team_membership_in_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_team_membership_in_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_team_membership_in_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_team_membership_in_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_team_membership_in_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_team_membership_in_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_user_from_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_user_from_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_connection_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_connection_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_test_transformation_project 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_test_transformation_project --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_all_connections_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_all_connections_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_multiple_columns_connection_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_multiple_columns_connection_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_destination_certificate_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_destination_certificate_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_revoke_destination_certificate 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_revoke_destination_certificate --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_connection_schema_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_connection_schema_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_pre_create_connection_schema_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_pre_create_connection_schema_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_connection_schema_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_connection_schema_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_destination_certificates_list 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_destination_certificates_list --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_approve_destination_certificate 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_approve_destination_certificate --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_regenerate_secrets_proxy_agent 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_regenerate_secrets_proxy_agent --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_connector_sdk_packages 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_connector_sdk_packages --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_connector_sdk_package 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_connector_sdk_package --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_connections 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_connections --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_all_webhooks 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_all_webhooks --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_approve_certificate 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_approve_certificate --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_group_ssh_public_key 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_group_ssh_public_key --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_transformation_package_metadata_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_transformation_package_metadata_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_proxy_agent_connections 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_proxy_agent_connections --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_all_groups 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_all_groups --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_reset_hybrid_deployment_agent_credentials 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_reset_hybrid_deployment_agent_credentials --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_run_setup_tests_log_service 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_run_setup_tests_log_service --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_column_connection_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_column_connection_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_connection_column_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_connection_column_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_connection_fingerprint_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_connection_fingerprint_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_revoke_connection_fingerprint 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_revoke_connection_fingerprint --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_system_keys 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_system_keys --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_system_key 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_system_key --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_all_roles 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_all_roles --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_metadata_public_connectors 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_metadata_public_connectors --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_connection_certificates_list 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_connection_certificates_list --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_approve_connection_certificate 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_approve_connection_certificate --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_destinations 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_destinations --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_destination 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_destination --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_user_memberships_in_connections 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_user_memberships_in_connections --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_add_user_membership_in_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_add_user_membership_in_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_destination_fingerprint_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_destination_fingerprint_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_revoke_destination_fingerprint 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_revoke_destination_fingerprint --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_sync_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_sync_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_connection_database_schema_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_connection_database_schema_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_system_key_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_system_key_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_system_key 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_system_key --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_system_key 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_system_key --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_resync_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_resync_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_log_service_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_log_service_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_log_service 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_log_service --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_log_service 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_log_service --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_all_transformation_projects 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_all_transformation_projects --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_transformation_project 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_transformation_project --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_user_in_team 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_user_in_team --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_user_from_team 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_user_from_team --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_user_membership 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_user_membership --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_team_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_team_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_team 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_team --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_team 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_team --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_transformation_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_transformation_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_transformation 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_transformation --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_transformation 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_transformation --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_account_webhook 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_account_webhook --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_connector_sdk_package 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_connector_sdk_package --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_connector_sdk_package 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_connector_sdk_package --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_connector_sdk_package 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_connector_sdk_package --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_account_log_service_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_account_log_service_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_add_account_log_service 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_add_account_log_service --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_account_log_service 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_account_log_service --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_account_log_service 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_account_log_service --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_upgrade_transformation_package 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_upgrade_transformation_package --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_proxy_agent_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_proxy_agent_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_proxy_agent 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_proxy_agent --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_connect_card 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_connect_card --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_all_users_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_all_users_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_add_user_to_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_add_user_to_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_user_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_user_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_user 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_user --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_all_teams 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_all_teams --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_team 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_team --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_log_services 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_log_services --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_add_log_service 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_add_log_service --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_connection_state 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_connection_state --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_connection_state 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_connection_state --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_all_users 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_all_users --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_user 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_user --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_user_membership_in_account 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_user_membership_in_account --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_download_connector_sdk_package 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_download_connector_sdk_package --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_test_webhook 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_test_webhook --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_run_transformation 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_run_transformation --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_team_memberships_in_connections 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_team_memberships_in_connections --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_add_team_membership_in_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_add_team_membership_in_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_resync_tables 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_resync_tables --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_reload_connection_schema_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_reload_connection_schema_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_transformations_list 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_transformations_list --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_transformation 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_transformation --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_hvr_register_hub 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_hvr_register_hub --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_cancel_transformation 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_cancel_transformation --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_transformation_project_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_transformation_project_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_transformation_project 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_transformation_project --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_transformation_project 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_transformation_project --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_group_service_account 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_group_service_account --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_webhook_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_webhook_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_webhook 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_webhook --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_webhook 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_webhook --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_user_membership_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_user_membership_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_user_membership_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_user_membership_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_user_membership_in_group 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_user_membership_in_group --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_run_setup_tests 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_run_setup_tests --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_hybrid_deployment_agent 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_hybrid_deployment_agent --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_hybrid_deployment_agent 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_hybrid_deployment_agent --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_proxy_agent 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_proxy_agent --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_create_proxy_agent 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_create_proxy_agent --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_run_destination_setup_tests 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_run_destination_setup_tests --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_list_users_in_team 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_list_users_in_team --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_add_user_to_team 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_add_user_to_team --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_get_user_membership_in_connections 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_get_user_membership_in_connections --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_user_membership_in_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_user_membership_in_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_update_user_membership_in_connection 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_update_user_membership_in_connection --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_destination_details 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_destination_details --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_destination 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_destination --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_modify_destination 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_modify_destination --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_metadata_connector_config 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_metadata_connector_config --json
ParameterTypeRequiredDescription
No parameters.
fivetran.fivetran_delete_team_membership_in_account 0 parameters
Schema command
kosmo integrations:schema fivetran.fivetran_delete_team_membership_in_account --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.