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

fix: preserve is_dttm on column update #156

Merged
merged 1 commit into from
Dec 1, 2022
Merged

fix: preserve is_dttm on column update #156

merged 1 commit into from
Dec 1, 2022

Conversation

betodealmeida
Copy link
Member

When updating columns descriptions we're not passing other metadata like is_dttm, which causes temporal columns to be marked as non-temporal after a sync.

I fixed it by fetching the column definitions, applying updates from dbt, and doing the column update.

Closes #152

@betodealmeida betodealmeida merged commit 42a87dd into main Dec 1, 2022
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.

Declaring a temporal table on the schema.yml file removes the Is Temporal flag from Superset
2 participants