You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm as a user trying to build a workflow with clickhouse, I can't save the workflow and I can't get what's the problem (clickhouse provider is not installed). So I'm stuck.
The text was updated successfully, but these errors were encountered:
The issue you're encountering is likely due to the Clickhouse provider not being installed in your workflow manager. To resolve this, you need to install the Clickhouse provider. Here are the steps to do so:
Prepare the Request: Send a POST request to the /install endpoint with the necessary provider information in JSON format. Required fields include:
provider_id: A unique identifier for the provider.
provider_name: The name of the provider.
provider_type: The type of the provider (if not provided, it defaults to provider_id).
pulling_enabled: A boolean indicating if pulling is enabled (defaults to True).
Handle File Uploads: If any fields in provider_info are files, they should be read and decoded.
Call the Install Provider Service: Use the ProvidersService.install_provider method with the tenant ID, the email of the installer, and the provider information.
Return the Result: If successful, the endpoint returns a JSON response with the installation result.
Ensure you have the necessary authentication parameters for Clickhouse, such as the username, password, hostname, and port. Once the provider is installed, you should be able to configure and save your workflow without encountering the error [1].
I'm as a user trying to build a workflow with clickhouse, I can't save the workflow and I can't get what's the problem (clickhouse provider is not installed). So I'm stuck.
The text was updated successfully, but these errors were encountered: