I'm doing a migration from Postgres-based data sources to Snowflake. Using the API, we're trying to update each Postgres-based data source (connector: "db") to Snowflake (connector: "snowflake"). I tried sending a PUT request with {"connector": "snowflake"} to the data source endpoint, but nothing happened (even though I get a success response back).
I don't see modifying the connector type as an option in the documentation (https://apidocs.klipfolio.com/reference/data-sources#put-datasourcesid), so I wonder if there's a way to accomplish this? Do we need to create a new data source from scratch for each one?