ContributionsMost RecentMost LikesSolutionsRe: Automating Data Access from OneStream to Snowflake: Exporting Financial and Master Data Check out the OneStream REST API Guide. Very Simple to setup a REST call from any ETL Tool to extract data without needing flat files. Re: Automating Data Access from OneStream to Snowflake: Exporting Financial and Master Data Can you confirm if you are trying to move data from OneStream to SnowFlake, or pull data into OneStream from Snowflake? Based on the initial post, both statements are asking for 2 different requireme...Re: Entity Dimension Maintenance via Workday Integration Are you looking for a direct connection (API) or a flat file based integration to Workday? Workday API's can be difficult to integrate with if you have never done it, but it can be done. Re: Smart Integration Connector remote query failed. Hard to tell from the error, but is the EpicorERP DB running on SQL or Azure SQL? Looks to be a permissions issue with that Service Principal. One suggestion would be to have the person who set tha...Re: Export data to Snowflake To some degree, you're stuck with what OS can offer, although it's worth opening a case to see if there are other options. Could you flip the script, and call the Snowflake API from within an OS B...Re: OneStream integration Have you reviewed any of the documentation here: Connector Data Source (onestream.com) There are also several examples in the sample apps on how to do this. Azure Data Warehouse is just another ...Re: GitHub/OneStream Integration It is honestly my biggest gripe about the platform, especially for those of us who use it as a true platform. Multi object deployments are extremely painful with Git Integration. Really wish they w...Re: Export from OneStream to Databricks A few options there but have used the DataBricks API endpoint/s in the past to post data/streams into DataBricks from an OS Business Rule and scheduled/triggered from a Data Management Sequence. Alt...Re: Export from OneStream to Databricks Are you looking to "push" the data to DataBricks from OS, or are you going to fire the process off from DataBricks? Both would work, but 2 very different approaches. Both have API endpoints you can...Re: Export from OneStream to Databricks Yes - Very straightforward. We just had Databricks call the Onestream Rest API endpoint to get the data we needed. On the reverse, you could write a business rule that pushes data to the DataBri...