Region | API URL |
---|---|
AWS North America | https://connection.keboola.com |
AWS Europe | https://connection.eu-central-1.keboola.com |
Google Cloud EU | https://connection.europe-west3.gcp.keboola.com |
Google Cloud US | https://connection.us-east4.gcp.keboola.com |
Azure EU | https://connection.north-europe.azure.keboola.com |
GOOGLE_APPLICATION_CREDENTIALS
environment variableKBC_WORKSPACE_SCHEMA
retrieve_buckets
- Lists all storage buckets in your Keboola projectget_bucket_detail
- Retrieves detailed information about a specific bucketretrieve_bucket_tables
- Returns all tables within a specific bucketget_table_detail
- Provides detailed information for a specific tableupdate_bucket_description
- Updates the description of a bucketupdate_table_description
- Updates the description of a tableupdate_column_description
- Updates the description for a given column in a tablequery_table
- Executes custom SQL queries against your dataget_sql_dialect
- Identifies whether your workspace uses Snowflake or BigQuery SQL dialectcreate_component_root_configuration
- Creates a component configuration with custom parameterscreate_component_row_configuration
- Creates a component configuration row with custom parameterscreate_sql_transformation
- Creates an SQL transformation with custom queriesfind_component_id
- Returns list of component IDs that match the given queryget_component
- Gets information about a specific component given its IDget_component_configuration
- Gets information about a specific component/transformation configurationretrieve_component_configurations
- Retrieves configurations of components present in the projectretrieve_transformations
- Retrieves transformation configurations in the projectupdate_component_root_configuration
- Updates a specific component configurationupdate_sql_transformation_configuration
- Updates an existing SQL transformation configurationretrieve_jobs
- Lists and filters jobs by status, component, or configurationget_job_detail
- Returns comprehensive details about a specific jobstart_job
- Triggers a component or transformation job to rundocs_query
- Searches Keboola documentation based on natural language queriesIssue | Solution |
---|---|
Authentication Errors | Verify KBC_STORAGE_TOKEN is valid |
Workspace Issues | Confirm KBC_WORKSPACE_SCHEMA is correct |
Connection Timeout | Check network connectivity and API URL region |
BigQuery Access | Ensure GOOGLE_APPLICATION_CREDENTIALS path is correct |