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

Added custom SQL DB support #2

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Added custom SQL DB support #2

wants to merge 6 commits into from

Conversation

zaleslaw
Copy link
Owner

@zaleslaw zaleslaw commented Oct 10, 2024

In build.gradle.kts, mavenLocal() is added as a repository. A .gitignore file is added to the .idea directory to ignore default files and specific directories. Also, modifications are made to 'Example_2_Import_schema_annotation.kt' to import a new data schema, and to change how DataFrame objects are cast. Removed verification step in DataFrame object casting will reduce unnecessary computations.
Switched from `DatabaseConfiguration` to `DbConnectionConfig` to align with recent library updates. Also standardized table schema outputs and adjusted timestamps in notebook execution.
Removed obsolete database examples and created new utility functions and example schemas for HSQLDB. Updated Gradle settings, renamed and reorganized HSQLDB-related files for clearer structure, and updated dependencies.
Removed `Example_2_Import_schema_annotation.kt` and `MyDbTypeProvider.kt` as they are no longer relevant. Updated Gradle dependencies to newer versions of Kotlin and dataframe libraries. Adjusted example scripts to utilize the `MySql` database type and clean up minor formatting issues.
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.

1 participant