I want to use the API to create a dataset (with relationships, aggregation options, measures etc..) in direct query mode to the SnowFlake data source.
This is my understanding of current limitations of API's that prevent me from doing this:
Embedded:
- Only supports the simpler dataset creation (just tables and columns).
- Allows import of a model in direct query. But only can update them for Azure SQL/DW (not snowflake) as mention in the FAQ
Public:
- Supports the new featured dataset creation but thre is no way to modify the data source to be in Direct Query mode or specifiy the connection string.
Questions
- is my understanding correct?
- when will the API's support data set creation in direct query mode
- when will the snowflake data source be supported for creation/modificaiton in the API
Thanks!
Mark