Skip to content

Commit 499f633

Browse files
committed
Documentation: Update README
1 parent 0c681ed commit 499f633

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ Fivetran is an automated data movement platform. Automatically, reliably and
3535
securely move data from 650+ sources including SaaS applications, databases,
3636
ERPs, and files to data warehouses, data lakes, and more.
3737

38+
## Requirements
39+
40+
The package is based on [CrateDB's SQLAlchemy dialect] package.
41+
It will be automatically installed when installing the Fivetran adapter.
42+
43+
You can run [CrateDB Self-Managed] or start using [CrateDB Cloud],
44+
see [CrateDB Installation], or [CrateDB Cloud Console].
45+
3846
## Installation
3947

4048
```bash
@@ -48,21 +56,12 @@ Start gRPC destination server.
4856
python -m cratedb_fivetran_destination.main
4957
```
5058

51-
## Requirements
52-
53-
The package is based on [CrateDB's SQLAlchemy dialect] package.
54-
It will be automatically installed when installing the Fivetran adapter.
55-
56-
You can run [CrateDB Self-Managed] or start using [CrateDB Cloud],
57-
see [CrateDB Installation], or [CrateDB Cloud Console].
58-
59-
## Usage
60-
61-
To learn about the Fivetran destination adapter for CrateDB, please refer to the
62-
documentation and examples:
63-
64-
- FIXME
59+
## Status
6560

61+
The adapter is still in its infancy and needs exposure to remedy teething
62+
problems. On its next iterations, we will evaluate if the encoding style
63+
needs to be adjusted, and if the type mapping needs adjustments. We will
64+
also take care about a few more other details around easing deployment.
6665

6766
## Project Information
6867

0 commit comments

Comments
 (0)