@@ -35,6 +35,14 @@ Fivetran is an automated data movement platform. Automatically, reliably and
3535securely move data from 650+ sources including SaaS applications, databases,
3636ERPs, 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.
4856python -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