Skip to content

raw_keycloak_users

Info

Data contract for ingesting Keycloak Users data from the landing zone into raw. - name: Keycloak Users - version: 0.0.6 - status: active

Terms of Use

Purpose

Data contract for ingesting Keycloak Users data from the landing zone into raw.

Servers

Name Type Attributes
production databricks No description.
environment: production
roles: [{'role': 'Admins', 'description': 'Access to all the data and settings'}]
catalog: raw_production
host: dbc-2030845a-6c3b.cloud.databricks.com
schema_: keycloak
development databricks No description.
environment: development
roles: [{'role': 'Admins', 'description': 'Access to all the data and settings'}]
catalog: raw_development
host: dbc-03ed8bbb-c0ec.cloud.databricks.com
schema_: keycloak

Schema

users

Table storing Keycloak users data in the raw layer of the Biocloud. Email and username are hashed for privacy before storage.

Field Type Attributes
id string Unique identifier of the Keycloak user.
primaryKey
required
email_hashed string Hashed email address of the user for privacy. Built from the email field.
username_hashed string Hashed username of the user for privacy. Built from the username field.
inserted_ts_utc timestamp UTC timestamp when the record was inserted into the system.
updated_ts_utc timestamp UTC timestamp when the record was last updated in the system.

SLA Properties