Skip to content

Commit 359721a

Browse files
authored
Add component with onboarding call (#1139)
1 parent b8fb7fd commit 359721a

32 files changed

+125
-145
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="https://calendar.app.google/EMZRS6YhM11zTGQw7">book a call</a> with our support engineer Violetta

docs/website/docs/dlt-ecosystem/destinations/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ description: List of destinations
44
keywords: ['destinations']
55
---
66
import DocCardList from '@theme/DocCardList';
7+
import Link from '../../_book-onboarding-call.md';
78

89
Pick one of our high-quality destinations and load your data into a local database, warehouse, or data lake. Append, replace, or merge your data. Apply performance hints like partitions, clusters, or indexes. Load directly or via staging. Each of our destinations undergoes several hundred automated tests every day.
910

1011
* Is a destination or feature missing? [Join our Slack community](https://dlthub.com/community) and ask for it.
11-
* Need more info? [Join our Slack community](https://dlthub.com/community) and ask in the tech help channel or [Talk to an engineer](https://calendar.app.google/kiLhuMsWKpZUpfho6).
12+
* Need more info? [Join our Slack community](https://dlthub.com/community) and ask in the tech help channel or <Link/>.
1213

1314
Otherwise, pick a destination below:
1415

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import Admonition from "@theme/Admonition";
2+
import Link from '../../_book-onboarding-call.md';
3+
4+
<Admonition title="Need help deploying these sources, or figuring out how to run them in your data stack?">
5+
<a href="https://dlthub.com/community">Join our Slack community</a> or <Link/>.
6+
</Admonition>

docs/website/docs/dlt-ecosystem/verified-sources/airtable.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Airtable
33
description: dlt verified source for Airtable
44
keywords: [airtable api, airtable verified source, airtable]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Airtable
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
[Airtable](https://www.airtable.com/) is a cloud-based platform that merges spreadsheet and database functionalities for easy
1613
data management and collaboration.

docs/website/docs/dlt-ecosystem/verified-sources/amazon_kinesis.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Amazon Kinesis
33
description: dlt verified source for Amazon Kinesis
44
keywords: [amazon kinesis, verified source]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Amazon Kinesis
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer, Adrian.
13-
:::
10+
<Header/>
1411

1512
[Amazon Kinesis](https://docs.aws.amazon.com/streams/latest/dev/key-concepts.html) is a cloud-based
1613
service for real-time data streaming and analytics, enabling the processing and analysis of large

docs/website/docs/dlt-ecosystem/verified-sources/arrow-pandas.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Arrow Table / Pandas
33
description: dlt source for Arrow tables and Pandas dataframes
44
keywords: [arrow, pandas, parquet, source]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Arrow Table / Pandas
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
You can load data directly from an Arrow table or Pandas dataframe.
1613
This is supported by all destinations, but recommended especially when using destinations that support the `parquet` file format natively (e.g. [Snowflake](../destinations/snowflake.md) and [Filesystem](../destinations/filesystem.md)).

docs/website/docs/dlt-ecosystem/verified-sources/asana.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Asana
33
description: dlt verified source for Asana API
44
keywords: [asana api, verified source, asana]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Asana
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
[Asana](https://asana.com) is a widely used web-based project management and collaboration tool that helps teams stay
1613
organized, focused, and productive. With Asana, team members can easily create, assign, and track

docs/website/docs/dlt-ecosystem/verified-sources/chess.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Chess.com
33
description: dlt verified source for Chess.com API
44
keywords: [chess.com api, chess.com verified source, verified source, chess.com, chess]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Chess.com
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
[Chess.com](https://www.chess.com/) is an online platform that offers services for chess
1613
enthusiasts. It includes online chess games, tournaments, lessons, and more.

docs/website/docs/dlt-ecosystem/verified-sources/facebook_ads.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Facebook Ads
33
description: dlt verified source for Facebook Ads
44
keywords: [facebook ads api, verified source, facebook ads]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Facebook Ads
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
Facebook Ads is the advertising platform that lets businesses and individuals create targeted ads on
1613
Facebook and its affiliated apps like Instagram and Messenger.

docs/website/docs/dlt-ecosystem/verified-sources/filesystem.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ title: Filesystem
33
description: dlt verified source for Readers Source and Filesystem
44
keywords: [readers source and filesystem, filesystem, readers source]
55
---
6-
# Readers Source and Filesystem
6+
import Header from './_source-info-header.md';
77

8-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
8+
# Readers Source and Filesystem
99

10-
[Join our Slack community](https://dlthub.com/community)
11-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
12-
:::
10+
<Header/>
1311

1412
This verified source easily streams files from AWS S3, Google Cloud Storage, Google Drive, Azure, or local filesystem using the reader source.
1513

docs/website/docs/dlt-ecosystem/verified-sources/github.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: GitHub
33
description: dlt verified source for GitHub API
44
keywords: [github api, github verified source, github]
55
---
6+
import Header from './_source-info-header.md';
67

78
# GitHub
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
This verified source can be used to load data on issues or pull requests from any GitHub repository
1613
onto a [destination](../../dlt-ecosystem/destinations) of your choice using [GitHub API](https://docs.github.com/en/rest?apiVersion=2022-11-28).

docs/website/docs/dlt-ecosystem/verified-sources/google_analytics.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# Google Analytics
1+
---
2+
title: Google Analytics
3+
description: dlt verified source for Google Analytics API
4+
keywords: [google analytics api, google analytics verified source, google analytics]
5+
---
6+
import Header from './_source-info-header.md';
27

3-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
8+
# Google Analytics
49

5-
[Join our Slack community](https://dlthub.com/community)
6-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
7-
:::
10+
<Header/>
811

912
[Google Analytics](https://marketingplatform.google.com/about/analytics/#?modal_active=none) is a
1013
service for web analytics that tracks and provides data regarding user engagement with your website

docs/website/docs/dlt-ecosystem/verified-sources/google_sheets.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Google Sheets
33
description: dlt verified source for Google Sheets API
44
keywords: [google sheets api, google sheets verified source, google sheets]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Google Sheets
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
[Google Sheets](https://www.google.com/sheets/about/) is a cloud-based spreadsheet application
1613
offered by Google as part of its Google Workspace suite.

docs/website/docs/dlt-ecosystem/verified-sources/hubspot.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Hubspot
33
description: dlt verified source for Hubspot API
44
keywords: [hubspot api, hubspot verified source, hubspot]
55
---
6+
import Header from './_source-info-header.md';
67

78
# HubSpot
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
HubSpot is a customer relationship management (CRM) software and inbound marketing platform that
1613
helps businesses to attract visitors, engage customers, and close leads.

docs/website/docs/dlt-ecosystem/verified-sources/inbox.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Inbox
33
description: dlt verified source for Mail Inbox
44
keywords: [inbox, inbox verified source, inbox mail, email]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Inbox
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer, Adrian.
13-
:::
10+
<Header/>
1411

1512
This source collects inbox emails, retrieves attachments, and stores relevant email data. It uses the imaplib library for IMAP interactions and the dlt library for data processing.
1613

docs/website/docs/dlt-ecosystem/verified-sources/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ description: List of verified sources
44
keywords: ['verified source']
55
---
66
import DocCardList from '@theme/DocCardList';
7+
import Link from '../../_book-onboarding-call.md';
78

89
Pick one of our verified sources that we wrote or maintain ourselves. All of them are constantly tested on real data and distributed as simple Python code so they can be easily customized or hacked.
910

10-
* Need more info? [Join our Slack community](https://dlthub.com/community) and ask in the tech help channel or [Talk to an engineer](https://calendar.app.google/kiLhuMsWKpZUpfho6)
11+
* Need more info? [Join our Slack community](https://dlthub.com/community) and ask in the tech help channel or <Link/>.
1112

1213
Do you plan to run dlt in production and source is missing? We are happy to build it.
1314
* Source missing? [Request a new verified source](https://github.com/dlt-hub/verified-sources/issues/new?template=source-request.md)

docs/website/docs/dlt-ecosystem/verified-sources/jira.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# Jira
1+
---
2+
title: Jira
3+
description: dlt verified source for Atlassian Jira
4+
keywords: [jira api, jira verified source, jira]
5+
---
6+
import Header from './_source-info-header.md';
27

3-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
8+
# Jira
49

5-
[Join our Slack community](https://dlthub.com/community)
6-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer, Adrian.
7-
:::
10+
<Header/>
811

912
[Jira](https://www.atlassian.com/software/jira) by Atlassian helps teams manage projects and tasks
1013
efficiently, prioritize work, and collaborate.

docs/website/docs/dlt-ecosystem/verified-sources/kafka.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Kafka
33
description: dlt verified source for Confluent Kafka
44
keywords: [kafka api, kafka verified source, kafka]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Kafka
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://join.slack.com/t/dlthub-community/shared_invite/zt-1n5193dbq-rCBmJ6p~ckpSFK4hCF2dYA)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer, Adrian.
13-
:::
10+
<Header/>
1411

1512
[Kafka](https://www.confluent.io/) is an open-source distributed event streaming platform, organized
1613
in the form of a log with message publishers and subscribers.

docs/website/docs/dlt-ecosystem/verified-sources/matomo.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# Matomo
1+
---
2+
title: Matomo
3+
description: dlt verified source for Matomo
4+
keywords: [matomo api, matomo verified source, matomo]
5+
---
6+
import Header from './_source-info-header.md';
27

3-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
8+
# Matomo
49

5-
[Join our Slack community](https://dlthub.com/community)
6-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
7-
:::
10+
<Header/>
811

912
Matomo is a free and open-source web analytics platform that provides detailed insights into website and application performance with features like visitor maps, site search analytics, real-time visitor tracking, and custom reports.
1013

docs/website/docs/dlt-ecosystem/verified-sources/mongodb.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: MongoDB
33
description: dlt verified source for MongoDB
44
keywords: [mongodb, verified source, mongo database]
55
---
6+
import Header from './_source-info-header.md';
67

78
# MongoDB
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
[MongoDB](https://www.mongodb.com/what-is-mongodb) is a NoSQL database that stores JSON-like
1613
documents.

docs/website/docs/dlt-ecosystem/verified-sources/mux.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# Mux
1+
---
2+
title: Mux
3+
description: dlt verified source for Mux
4+
keywords: [mux api, mux verified source, mux]
5+
---
6+
import Header from './_source-info-header.md';
27

3-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
8+
# Mux
49

5-
[Join our Slack community](https://dlthub.com/community)
6-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
7-
:::
10+
<Header/>
811

912

1013
[Mux.com](http://mux.com/) is a video technology platform that provides infrastructure and tools for developers to build and stream high-quality video content.

docs/website/docs/dlt-ecosystem/verified-sources/notion.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# Notion
1+
---
2+
title: Notion
3+
description: dlt pipeline for Notion API
4+
keywords: [notion api, notion pipeline, notion]
5+
---
6+
import Header from './_source-info-header.md';
27

3-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
8+
# Notion
49

5-
[Join our Slack community](https://dlthub.com/community)
6-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
7-
:::
10+
<Header/>
811

912
[Notion](https://www.notion.so/) is a flexible workspace tool for organizing personal and
1013
professional tasks, offering customizable notes, documents, databases, and more.

docs/website/docs/dlt-ecosystem/verified-sources/personio.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Personio
33
description: dlt verified source for Personio API
44
keywords: [personio api, personio verified source, personio]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Personio
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer Adrian.
13-
:::
10+
<Header/>
1411

1512
Personio is a human resources management software that helps businesses streamline HR processes,
1613
including recruitment, employee data management, and payroll, in one platform.

docs/website/docs/dlt-ecosystem/verified-sources/pipedrive.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ title: Pipedrive
33
description: dlt verified source for Pipedrive API
44
keywords: [pipedrive api, pipedrive verified source, pipedrive]
55
---
6+
import Header from './_source-info-header.md';
67

78
# Pipedrive
89

9-
:::info Need help deploying these sources, or figuring out how to run them in your data stack?
10-
11-
[Join our Slack community](https://dlthub.com/community)
12-
or [book a call](https://calendar.app.google/kiLhuMsWKpZUpfho6) with our support engineer, Adrian.
13-
:::
10+
<Header/>
1411

1512
[Pipedrive](https://developers.pipedrive.com/docs/api/v1) is a cloud-based sales Customer
1613
Relationship Management (CRM) tool designed to help businesses manage leads and deals, track

0 commit comments

Comments
 (0)