pempey

Results 4 comments of pempey

I am taking a stab at implementing the changes that I need and I have a specific design choice that needs to be maid given the structure of the API....

@MauriceBrg I have made some progress but I got blocked when testing the Update methods. I [am told](https://community.tableau.com/s/question/0D58b0000B2rF2fCQE/is-the-rest-api-for-virtual-connections-working-properly?t=1684255295236) that the API is incorrect and that Tableau is working to update...

@MauriceBrg My use case is very similar and I have not been able to get the Update method of the API to work using Postman. I was planning to see...

FYI I was able to get the desired functionality by replaceing the `snowflake__create_external_schema` macro with this: ``` {% macro snowflake__create_external_schema(source_node) %} {% set ddl = adapter.create_schema(api.Relation.create(database=source_node.database, schema=source_node.schema)) %} {% if...