Skip to content

Commit 6a3cb92

Browse files
authored
Improve clarity on namespaces documentation. (#7461)
1 parent 15cd088 commit 6a3cb92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/understanding-airbyte/namespaces.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
The high-level overview contains all the information you need to use Namespaces when pulling from APIs. Information past that can be read for advanced or educational purposes.
77
{% endhint %}
88

9-
When looking through our connector docs, you'll notice that some sources and destinations support "Namespaces." These allow you to organize and separate your data into groups in the destination if the destination supports it. For example, in a database, a namespace could be a schema in the database. If your desired destination doesn't support it, you can ignore this feature.
9+
When looking through our connector docs, you'll notice that some sources and destinations support "Namespaces." These allow you to organize and separate your data into groups in the destination if the destination supports it. In most cases, namespaces are schemas in the database you're replicating to. If your desired destination doesn't support it, you can ignore this feature.
1010

1111
Note that this is the location that both your normalized and raw data will get written to. Your raw data will show up with the prefix `_airbyte_raw_` in the namespace you define. If you don't enable basic normalization, you will only receive the raw tables.
1212

1313
If only your destination supports namespaces, you have two simple options. **This is the most likely case**, as all HTTP APIs currently don't support Namespaces.
1414

15-
1. Replicate to the default namespace in the destination, which will differ based on your destination.
16-
2. Create a "Custom Format" to rename the namespace that your data will be replicated into.
15+
1. Mirror Destination Settings - Replicate to the default namespace in the destination, which will differ based on your destination.
16+
2. Custom Format - Create a "Custom Format" to rename the namespace that your data will be replicated into.
1717

18-
If both your desired source and destination support namespaces, your use case is probably replication-focused and more advanced, so continue reading.
18+
If both your desired source and destination support namespaces, you're likely using a more advanced use case with a database as a source, so continue reading.
1919

2020
## What is a Namespace?
2121

0 commit comments

Comments
 (0)