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

feat: add rule dependencies #31

Merged
merged 2 commits into from
Sep 25, 2023
Merged

feat: add rule dependencies #31

merged 2 commits into from
Sep 25, 2023

Conversation

mkindahl
Copy link
Collaborator

If extensions are not installed, it might happen that rules are executing and try to read tables that do not exist. To handle this, it is now possible to provide a dictionary of required extensions and version and rules will only be executed if all required extensions are installed.

If extensions are not installed, it might happen that rules are
executing and try to read tables that do not exist. To handle this, it
is now possible to provide a dictionary of required extensions and
version and rules will only be executed if all required extensions are
installed.
src/doctor/__init__.py Outdated Show resolved Hide resolved
Co-authored-by: James Guthrie <[email protected]>
Signed-off-by: Mats Kindahl <[email protected]>
@mkindahl mkindahl merged commit e9411ae into timescale:main Sep 25, 2023
4 checks passed
@mkindahl mkindahl deleted the add-deps branch September 25, 2023 14:40
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.

Error when timescaledb not installed in source database
2 participants