Missing rows in the Accounting Period table in SuiteAnalytics Connect

Transitioning to a new data source One of the data sources that I use in my data models is from Netsuite ERP. To access the data I am using SQL Server Integration Services with an ODBC driver going through the SuiteAnalytics Connect service. Netsuite has deprecated the current data source that I am using - … Continue reading Missing rows in the Accounting Period table in SuiteAnalytics Connect

Using Environment Variables in Docusaurus

Using environment variables allows us to to store configuration values outside of the source files. During the build, the reference to the environment variable will be replaced with the values specified. The configuration data is the part of the project that can vary between test and production. Storing the configuration values in one place it … Continue reading Using Environment Variables in Docusaurus