Skip to main content
The Data Hub is your central location for managing all data connections in AstroBee. Upload files, connect external tools, and explore your data before building a data layer.
Data Hub

Accessing the Data Hub

Click Data Sources in the sidebar to open the Data Hub.

Adding Data Sources

Click Add New to see all available connection options:
Add data source

File Uploads

Upload spreadsheets directly:
FormatMax SizeFeatures
CSV300 MBAutomatic type detection
Excel (.xlsx, .xls)300 MBMultiple sheets supported
Drag and drop files or click to browse.

External Connectors

Connect business tools via secure Fivetran integration:
ConnectorData Types
Google SheetsLive sync with specific sheets
SalesforceLeads, Opportunities, Accounts
HubSpotContacts, Deals, Marketing data
LinkedIn AdsCampaign analytics, Ad performance
Reddit AdsCampaigns, Posts, Engagement metrics
KlaviyoEmail campaigns, Flows, Subscribers
Meta AdsCampaigns, Audiences, Performance
Google AdsCampaigns, Ad groups, Conversions
External connections use Fivetran, a SOC 2 certified data integration platform. Your credentials are encrypted and never stored by AstroBee.

Data Source Cards

Each connected source shows a card with key information:
FieldDescription
NameEditable display name
TypeCSV Upload or connector name
Pattern AnalysisStatus of column pattern discovery
Intra LinkageStatus of relationship discovery
Last SyncWhen data was last updated
Rows SyncedTotal row count
TablesAvailable tables in this source

Exploring Tables

Click a table name to preview its data:
Table preview
The preview shows:
  • Column names with data types
  • Sample data (up to 20 rows)
  • Pattern analysis buttons for each column

Pattern Analysis

AstroBee automatically analyzes columns to discover patterns:
Pattern analysis
Pattern details include:
  • Description — Human-readable pattern explanation
  • Coverage — Percentage of values matching the pattern
  • Regex — Technical pattern definition
  • Examples — Sample values matching the pattern
Patterns help AstroBee:
  • Understand data semantics (IDs, emails, dates)
  • Suggest appropriate entity mappings
  • Discover relationships between tables

Linkage Discovery

AstroBee automatically discovers relationships between tables within a data source:
  • Key references — Foreign key relationships (e.g., orders.customer_idcustomers.customer_id)
  • Pattern matches — Columns with matching patterns across tables
View discovered linkages in the Data Layer → Linkages tab.

Managing Data Sources

Renaming

Click the data source name to rename it. Names help identify sources when connecting to data layers.

Syncing

External connectors sync automatically based on your Fivetran configuration. File uploads are one-time imports. To update file data:
  1. Upload a new version of the file
  2. The existing source is replaced

Deleting

Click the menu button (⋮) on a data source card to delete it.
Deleting a data source removes its data from AstroBee. Data layers using this source will lose access to its tables.

Demo Data

New accounts can load demo datasets to explore AstroBee:
DemoContents
Basic E-CommerceCustomers, Products, Orders (1 source)
Complete E-CommerceFull e-commerce with marketing data (2 sources)
Demo data is great for learning the platform before connecting your own data.

Next Steps