Hi DRay
It's a live connection to Snowflake, and I have successfully published it.
The reason for this is that I'm currently working with multiple instances (say, instance A and instance B) that have the same:
- project_name
- branch_name
- datamodel (which also has the same schema and live connection name)
When I move from instance A to instance B, I have to manually reconfigure the datamodel connection (as its connection oid for different instances is not the same) in the SiSense app for the datamodel to work. Checking to see if I can change the datamodel's connection via. REST API (per this instruction) which might require the connection metadata.
Regards