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 database support for data transformation tool #119

Merged
merged 11 commits into from
Jun 26, 2024
Merged

Add database support for data transformation tool #119

merged 11 commits into from
Jun 26, 2024

Conversation

ncerutti
Copy link
Contributor

@ncerutti ncerutti commented Jun 17, 2024

DB as source for data transformations

Data to be transformed can now be loaded from a database. Supported connections: mssql, postgres, sqlite

Resolves #114.

Please note that the column names might differ between the file and the database versions. This should be addressed by query that loads the data, and not by editing the file describing the mapping.

The additional requirements for running data transformations are installed with [extra].

@ncerutti ncerutti self-assigned this Jun 18, 2024
@ncerutti ncerutti marked this pull request as ready for review June 19, 2024 09:06
@ncerutti ncerutti requested a review from benhayes21 June 19, 2024 10:40
@sambles sambles mentioned this pull request Jun 24, 2024
@sambles sambles merged commit c8d2c34 into main Jun 26, 2024
15 checks passed
@sambles sambles deleted the feature/db branch June 26, 2024 12:07
sambles pushed a commit that referenced this pull request Jun 26, 2024
* add files (requirements?)

* reqs

* testing postgres, changing config

* pep

* add mssql and sqlite, refactor code

* reduced requirements, updated mappings

* [extra] requirements

* update test reqs

* simpler config file

* log message requirements not installed

* update missing reqs log message
@awsbuild awsbuild added this to the 3.2.5 milestone Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add ODBC Connection support to ODTF
4 participants