Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for codec column configuration #317

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Add documentation for codec column configuration #317

merged 1 commit into from
Jul 16, 2024

Conversation

PJDuszynski
Copy link
Contributor

Summary

Adds a new section in the README containing information about column-level configuration options.

Checklist

Delete items not relevant to your PR:

  • [ x] A human-readable description of the changes was provided to include in CHANGELOG

@CLAassistant
Copy link

CLAassistant commented Jul 11, 2024

CLA assistant check
All committers have signed the CLA.

@BentsiLeviav BentsiLeviav merged commit 3ebc5ba into ClickHouse:main Jul 16, 2024
21 checks passed
@PJDuszynski PJDuszynski deleted the doc-add-codec branch July 16, 2024 17:25
@arun11299
Copy link

arun11299 commented Feb 5, 2025

@PJDuszynski Can you provide an example of column configuration as well ? I am putting it under schema.yml. Someghting like below:

models:
  - name: dim_employee
    description: "A starter dbt model"
    columns:
      - name: updated_at
        description: "Update time"
        data_tests:
          - not_null
        codec: "DoubleDelta"

Also tried:

models:
  - name: dim_employee
    description: "A starter dbt model"
    columns:
      - name: updated_at
        description: "Update time"
        data_tests:
          - not_null
        meta:
          codec: "DoubleDelta"


But this does not seem to work. I do not see the codec being applied in the DDL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants