LogoLogo
Home PageLoginSQL Generator
  • 🖥️What is Rasgo?
  • 🚀Setting Up Rasgo
    • Connect Rasgo to your Data
  • 🛠️Using Rasgo
    • Modeling your Data
    • Prompt Guide
    • AI Notes
    • AI-Generated Documentation
    • AI Readiness Score
    • Reports
    • Additional Features
    • Admin Settings
  • 🎉What's New
  • Integrations
    • ❄️Snowflake
    • 🔍BigQuery
    • 🔴Redshift
    • 🧱DeltaLake (via Databricks)
    • 💬OpenAI
    • 🅰️Anthropic
    • ✨Gemini
    • ☁️dbt Cloud
  • 🔐API
    • Table Metadata
    • Column Metadata
  • Reference
    • Status Page
    • Frequently Asked Questions
      • Rasgo Architecture
      • Contacting Rasgo Support
      • What does Rasgo do with my data?
  • Rasgo Graveyard
    • PyRasgo 0.3
      • Source Methods
        • publish.source_data()
        • read.source_data()
        • get.data_sources()
        • get.data_source()
      • Feature Methods
        • feature.get_stats()
        • publish.features_from_source_code()
        • publish.feature_from_source()
        • publish.features()
        • read.feature_data()
        • get.feature_attributes()
        • get.features()
        • get.feature()
      • Collection Methods
        • collection.add_attributes()
        • collection.preview()
        • collection.get_compatible_features()
        • read.collection_snapshot_data()
        • read.collection_data()
        • get.collection_attributes()
        • get.collections()
        • get.collection()
      • Features yml file
      • version 0.3
    • Transforms Overview
      • Build your Own Transform
        • Argument Types
        • Make your own Transform
        • SQL Best Practices
        • Utilities
          • cleanse_name()
    • All Transforms
      • Aggregate String
      • Aggregate
      • Apply
      • Bin
      • Cast
      • Clean
      • Conditional Agg
      • Correlation
      • Cumulative Agg
      • Datarobot Score
      • Dateadd
      • Datediff
      • Datepart
      • Datespine Groups
      • Datespine
      • Datetrunc
      • Describe
      • Drop Columns
      • Dropna
      • Encode Values
      • Entropy
      • Extract Sequences
      • Filter
      • Funnel
      • Heatmap
      • Histogram
      • If Then
      • Join
      • Joins
      • Label Encode
      • Lag
      • Latest
      • Lead
      • Linear Regression
      • Market Basket
      • Math
      • Metric Plot
      • Metric
      • Min Max Scaler
      • Moving Avg
      • New Columns
      • One Hot Encode
      • Order
      • Pivot Table
      • Plot
      • Prefix
      • Profile Column
      • Query
      • Rank
      • Ratio With Shrinkage
      • Remove Duplicates
      • Remove Outliers
      • Rename
      • Replace Missing
      • Replace String
      • Reshape
      • Rolling Agg
      • Rsi
      • Sample Class
      • Sample
      • Sankey
      • Scale Columns
      • Select
      • Sliding Slope
      • Standard Scaler
      • Suffix
      • Summarize Flatlines
      • Summarize Islands
      • Summarize
      • Target Encode
      • Text To Sql
      • Timeseries Agg
      • To Date
      • Train Test Split
      • Union
      • Unions
      • Unpivot
      • Uppercase Columns
      • Vlookup
Powered by GitBook
On this page
  • Data Warehouse Configuration
  • File Export Configuration
  • LLM Configuration

Was this helpful?

  1. Using Rasgo

Admin Settings

PreviousAdditional FeaturesNextWhat's New

Last updated 10 months ago

Was this helpful?

Admin users can change settings for their Rasgo account, which will affect all other users in it.

If you are a Rasgo admin user, you will see the role "ADMIN" under your user icon.

Data Warehouse Configuration

Changing these settings will impact all users in your Rasgo account

Service Account Connection

Under Data Connections > Data Warehouse, click "Manage" to open a modal to change the credentials of your Service Account.

Clicking "Update Credentials" will attempt to connect to your Data Warehouse and then save these connection details.

DataWarehouse OAuth

Under Authentication Protocol > OAuth Configuration, click "Configure" to open a modal to change your OAuth settings.

In this modal, you can toggle OAuth on/off as the default connection method for users in your account and enter client secrets to connect.

File Export Configuration

Rasgo supports exporting query results to a Cloud Storage bucket as csv files. Users can then access and download the files via secure links in Rasgo. Users must authenticate with Rasgo before exporting and accessing downloaded files, which enforces your Data Warehouse access permissions.

Rasgo offers 3 configuration options:

  1. Rasgo-Managed: use our private cloud storage free of charge

  2. Customer-Managed: use your own cloud storage location

  3. Disabled: do not let users export data

Rasgo-Managed storage is the default option for Enterprise accounts. Downloads are disabled by default for all other account types.

To configure your file export location, click "Configure" then select an option for your account:

For information on how to set up a Snowflake Stage or Google Cloud bucket, see our Data Warehouse Integration docs:

Snowflake

BigQuery

LLM Configuration

Coming soon...

🛠️