Skip to content

Security FAQ

The dbt Power User extension is developed and mainted by Altimate AI. We are a software company based in the San Francisco Bay Area, and have many large enterprise companies as customers. We have done multiple security / governance reviews at these companies successfully.

Here is our Privacy Policy and Terms of Use.

If you need us to do a security review with your IT / security teams, please contact us via chat or Slack.

Security Measures & Protocols

1. Is my data encrypted during transmission?

Yes, all data transmitted to and from our service is encrypted using Transport Layer Security (TLS). This ensures that your data remains confidential and cannot be intercepted or tampered with during transmission.

2. How do you prevent unauthorized access to your systems?

Our systems are designed with multiple layers of security:

  • Transmission: We use Transport Layer Security (TLS) to encrypt data during transmission.
  • Infrastructure Security: Our service is hosted on AWS, operating within a Private Virtual Private Cloud (VPC). This provides a secluded environment, significantly reducing intrusion risks.
  • Internal Access Controls: Only authorized developers have access to our servers. Access rights are managed and restricted using AWS's Role-Based Access Control (RBAC) mechanism.

3. Do you comply with industry security standards (e.g., ISO 27001, SOC 2)?

We take compliance very seriously at Altimate Inc and have recently completed the SOC 2 Type 2 process to adhere to industry-leading security standards. Our service is currently under audit, which is expected to conclude on December 2023. Once completed, this audit will provide an additional layer of assurance regarding the effectiveness of our security measures and controls.

4. Where are your data centers located, and what security measures are in place there?

Our data centers are managed through Amazon Web Services (AWS), which has facilities in multiple geographic regions around the world. By leveraging AWS, we ensure our users benefit from the rigorous security standards that this leading cloud provider upholds.

5. Do you have a disaster recovery and business continuity plan?

Yes, at Altimate Inc, we have a robust disaster recovery plan in place. Our data is backed up frequently to ensure minimal data loss. In the event of any system failure, our recovery processes are designed to restore services within an hour. This quick recovery time minimizes disruptions and ensures the continuity of our services for our users.

If you need us to do a security review with your IT / security teams, please contact us via chat or Slack.


Data Privacy & Retention

1. What data do you collect and for what purposes?

The only data we collect is any feedback you may choose to provide us. This feedback is stored for a brief period of 30 days. Its sole purpose is to assist us in quality improvement efforts, allowing us to identify areas where our models can be further refined and enhanced.

We also collect telemetry data as per VSCode guidelines using telemetry framework offered by VSCode. Telemetry is used for error and usage reporting in order to make the extension better. You can disable telemetry if needed, as per instructions here.

2. How do you ensure my data privacy?

At Altimate Inc., ensuring the privacy of your data is a top priority. Here's how we uphold it:

  • Data Isolation: We employ a multi-tenant architecture that inherently isolates data on a per-tenant basis.
  • Strict Access Controls: Only a select group of authorized developers can access the collected metadata. We employ Amazon Web Services' Identity and Access Management (IAM) policies to meticulously restrict and control access to our various data stores.

3. How long do you retain my data?

At Altimate Inc., we maintain a strict policy of not retaining data related to the requests you make while using our service. The only data we retain is any feedback you may choose to provide us. This feedback is stored for a brief period of 30 days. Its sole purpose is to assist us in quality improvement efforts, allowing us to identify areas where our models can be further refined and enhanced.

4. What's your stance on GDPR?

We do not store any actual customer data, only aggregate statistics and metadata. As a result, GDPR data deletion requests do not need to be propagated to us because we do not store such data. Our customers typically do not request or require DPAs. However, we're happy to provide a DPA or review a vendor DPA if it's required by your organization.

If you need us to do a security review with your IT / security teams, please contact us via chat or Slack.


Use of Data for AI Model Training

1. Do you use my data to train your AI models?

At Altimate Inc, our primary objective is to provide accurate and efficient documentation using our AI models. However, we do not use any specific client data to train our models. Our models are designed to be tenant-agnostic, meaning they do not learn or differentiate based on individual client data. Any data processed by our service is not repurposed for model training or enhancement.

2. How do you ensure my data isn't unintentionally used for model improvement?

We employ strict data isolation and access controls. The multi-tenant architecture isolates data on a per-tenant basis, and our internal access controls ensure that only a select group of authorized developers can access the metadata. Coupled with our tenant-agnostic model approach, our infrastructure is designed to prevent any unintentional usage of your data outside its primary purpose.

3. Can I opt-in or opt-out of allowing my data to be used for model training in the future?

Currently, we do not use client data for model training, so there's no opt-in or opt-out mechanism. If our policy were to change in the future, we would provide users with clear communication and choices regarding the use of their data.

If you need us to do a security review with your IT / security teams, please contact us via chat or Slack.


What data get sent to the SaaS backend for the preview features?

Model Definition

  • Model Name: The name of the model.
  • Model Schema: Schema details of the model.
  • Model SQL: SQL queries related to the model.
  • Adapter Type: Type of adapter used.

The above model attributes will be referenced in the following feature descriptions

1. Documentation Generations

  • Model Attributes: Refer to the Model Definition.
  • Existing Documentation: Any existing documentation for the model.
  • Parent Models: Corresponding parent models associated with the current model.

2. SQL to Model

  • SQL: SQL queries used.
  • Adapter Type: Type of adapter used (Refer to Model Definition for adapter type details).
  • All Models Present: List of all models present.
  • All Sources Present: List of all sources present.

3. SQL Explanation

  • SQL: SQL queries used for explanation.
  • Adapter Type: Type of adapter used (Refer to Model Definition for adapter type details).

4. Column Lineage

  • SQL: SQL queries related to column lineage.
  • Adapter Type: Type of adapter used (Refer to Model Definition for adapter type details).
  • Model Attributes: Refer to the Model Definition.
  • Upstream and Downstream Models Attributes: Information about all upstream and downstream models. Includes models open in the LINEAGE panel in the extension and additional ones necessary for generating the lineage. (Refer to Model Definition for model attributes details).

5. Defer-to-prod (with saas mode - "DataPilot dbt integration" option)

  • dbt manifest file In saas mode - when you configure "DataPilot dbt integration" manifest files are uploaded to the SaaS instance.

If you would like to connect your on-premise storage for manifest file uploads, please contact us via chat or Slack.

All of the details can be found in the code here. Please note that we only send meta-data such as model schema and queries to the backend. We never send actual data to the backend and we do not store any of the meta-data either.

If you need us to do a security review with your IT / security teams, please contact us via chat or Slack.