ORGANISATION¶
⚠️ Auto-generated — do not edit this file directly. Re-run
python scripts/generate_docs.pyto refresh it.
Organisation
Info¶
| Property | Value |
|---|---|
| Source | JENJI |
| Database | RESILIANS_JENJI_DB |
| Schema | STG_DBO |
| Layer | 🪙 Staging |
| Type | BASE TABLE |
| Rows | 1 |
| Columns | 11 |
Columns¶
| # | Column | Type | Nullable | Default | Description |
|---|---|---|---|---|---|
| 1 | ID |
TEXT |
✅ | — | Identifiant unique de l'organisation dans Jenji (UUID). |
| 2 | NAME |
TEXT |
✅ | — | Nom de l'organisation (généralement le nom de l'entreprise). |
| 3 | PLAN |
TEXT |
✅ | — | Plan commercial de l'organisation (FREE=plan solo gratuit, PRO=plan payant standard, ENTERPRISE=plan payant personnalisé). |
| 4 | CREATED_BY |
TEXT |
✅ | — | Canal de création de l'organisation (backend, application mobile…). |
| 5 | CREATED_AT |
TIMESTAMP_TZ |
✅ | — | Horodatage de création de l'organisation. |
| 6 | MASTER_CURRENCY |
TEXT |
✅ | — | Devise de référence de l'organisation. Les dépenses en devises locales sont converties dans cette devise. |
| 7 | MASTER_COUNTRY |
TEXT |
✅ | — | Pays de référence de l'organisation. |
| 8 | MASTER_LANGUAGE |
TEXT |
✅ | — | Langue de référence de l'organisation. |
| 9 | MASTER_DISTANCE_UNIT |
TEXT |
✅ | — | Unité de distance de l'organisation (km par défaut). |
| 10 | _FIVETRAN_DELETED |
BOOLEAN |
✅ | — | Indicateur de suppression logique Fivetran. |
| 11 | _FIVETRAN_SYNCED |
TIMESTAMP_TZ |
✅ | — | Horodatage de la dernière synchronisation Fivetran. |