Skip to content

Commit 61b4fa5

Browse files
Use 'import' instead of 'airdrop'
1 parent e3b1db1 commit 61b4fa5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fern/docs/pages/airdrop/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ A _sync unit_ is one self-encompassing unit of data that is synced to an externa
3939
- An organization Zendesk.
4040

4141
In Jira, users often have multiple projects. Each project acts as an individual sync unit.
42-
In contrast, Zendesk operates with a single large pool of tickets and agents. Here, the entire Zendesk instance can be synced in a single airdrop.
42+
In contrast, Zendesk operates with a single large pool of tickets and agents. Here, the entire Zendesk instance can be synced in a single import.
4343

4444
### Sync run
4545

4646
Airdrop extractions are done in _sync runs_.
4747
A sync run is one end-to-end (extract-transform-load) execution of a _sync unit_.
48-
If you do an initial import from the external system to DevRev, that import will be one sync run.
48+
If you do an initial import from the external system to DevRev, that import is one sync run.
4949
Another import in the same direction is another sync run.
5050
And if you then decide to do a reverse sync from DevRev to the external system, that would be another
5151
sync run.

fern/docs/pages/airdrop/local-development.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ DevRev offers a starter Airdrop snap-in template that is ready for immediate use
4949

5050
# Initial sync
5151

52-
Now that you have a running snap-in, you can start an airdrop.
52+
Now that you have a running snap-in, you can start an import.
5353
Go to DevRev app and click **Airdrops** -> **Start Airdrop** -> **Your snap-in**.
5454

55-
1. Starting an airdrop begins with establishing a connection to the external system. The Airdrop snap-in prompts for specific information needed to create this connection. Afterwards, the snap-in verifies that the connection is successful and you should see a success message.
55+
1. Starting an import begins with establishing a connection to the external system. The Airdrop snap-in prompts for specific information needed to create this connection. Afterwards, the snap-in verifies that the connection is successful and you should see a success message.
5656

5757
2. Once the connection is established, the snap-in collects information from the external system about the data unit to be exported. This phase is called _external sync units extraction_. An external sync unit is the data unit from the external system to be imported to DevRev. At this point, the DevRev app prompts the user to select an external sync unit from the list.
5858

@@ -66,4 +66,4 @@ Go to DevRev app and click **Airdrops** -> **Start Airdrop** -> **Your snap-in**
6666

6767
The process described above is called the **initial sync**. In all subsequent syncs, the first two steps are skipped.
6868

69-
The snap-in constantly communicates with Airdrop platform, which manages its behavior. When an action occurs in the DevRev app, Airdrop platform sends a message to the snap-in with details about the event. The snap-in performs an action based on the event type. For example, when a user starts a new airdrop for the first time, Airdrop platform instructs the snap-in to perform an external sync unit extraction. The snap-in carries out the task and sends back available sync units to Airdrop platform.
69+
The snap-in constantly communicates with Airdrop platform, which manages its behavior. When an action occurs in the DevRev app, Airdrop platform sends a message to the snap-in with details about the event. The snap-in performs an action based on the event type. For example, when a user starts a new import for the first time, Airdrop platform instructs the snap-in to perform an external sync unit extraction. The snap-in carries out the task and sends back available sync units to Airdrop platform.

0 commit comments

Comments
 (0)