Anthony Hayes
02/07/2025, 6:43 PMkapa.ai
02/07/2025, 6:44 PMAnthony Hayes
02/07/2025, 6:47 PMkapa.ai
02/07/2025, 6:47 PMkapa.ai
02/07/2025, 6:47 PM/v1/source_definitions/list_for_workspace
endpoint to list all source definitions for a workspace. Here's how you can do it: a. Make a POST request to /v1/source_definitions/list_for_workspace
b. In the request body, include your workspace ID c. Look for the Shortcut source in the response and find its associated definition_id Alternatively, you can use the /v1/source_definitions/list
endpoint to list all source definitions without specifying a workspace. 3. Using Octavia CLI: As mentioned in the [Version control Airbyte configurations tutorial](https://airbyte.com/tutorials/version-control-airbyte-configurations), you can use the Octavia CLI to list connectors: octavia list connectors sources | grep shortcut
This command will display the connector id (definition_id) for the Shortcut source. Remember that the exact steps might vary depending on your Airbyte version and setup. If you're using a self-hosted version, make sure you're querying the correct API endpoint for your installation.Anthony Hayes
02/07/2025, 6:51 PMkapa.ai
02/07/2025, 6:51 PMkapa.ai
02/07/2025, 6:52 PMoctavia list connectors sources | grep shortcut
2. This command will display the connector information for Shortcut, including the correct definition_id. If you don't have Octavia CLI set up, you can alternatively use the Airbyte UI method: 1. Go to Sources > New source > Custom tab 2. Click on the Shortcut connector 3. The sourceDefinitionId (which is the same as definition_id) is the UUID at the end of that page's URL Once you have the correct definition_id, update your Terraform configuration with the new value. If you're still encountering issues after trying these methods, I recommend reaching out to Airbyte support or checking their latest documentation, as the correct definition_id might have changed recently and may not be reflected in the current knowledge sources.Anthony Hayes
02/07/2025, 6:53 PMkapa.ai
02/07/2025, 6:53 PMkapa.ai
02/07/2025, 6:53 PM/v1/source_definitions/list
endpoint to list all source definitions. Here's how you can do it: a. Make a POST request to /v1/source_definitions/list
b. In the response, look for the Shortcut source and find its associated definition_id Once you have the correct definition_id, update your Terraform configuration with the new value. If you're still encountering issues after trying these methods, I recommend checking the latest Airbyte documentation or reaching out to Airbyte support, as the correct definition_id might have changed recently and may not be reflected in the current knowledge sources or Terraform provider documentation.Anthony Hayes
02/07/2025, 7:20 PMkapa.ai
02/07/2025, 7:20 PMkapa.ai
02/07/2025, 7:21 PMAnthony Hayes
02/07/2025, 7:23 PMkapa.ai
02/07/2025, 7:23 PMkapa.ai
02/07/2025, 7:24 PM