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: transformation conditions #133

Merged
merged 2 commits into from
Oct 27, 2024
Merged

Conversation

wwoytenko
Copy link
Contributor

@wwoytenko wwoytenko commented May 25, 2024

Introduces transformation conditional on table and transformer lever

  • added test for transformation pipelines. Revised some code
  • Revised async pipeline
  • users can access simply to the record using record.column_name to get the driver encoded value or raw_record.column_name to get a raw string record
  • implemented ast debugging for transformation cond
  • implemented expression patcher
  • Added doc
  • Revised some tests
  • users can access simply to the record using record.column_name to get the driver encoded value or raw_record.column_name to get a raw string record

Closes #34

@wwoytenko wwoytenko self-assigned this May 25, 2024
@wwoytenko wwoytenko marked this pull request as draft May 25, 2024 18:45
@wwoytenko wwoytenko force-pushed the feat/transformation_conditions branch 2 times, most recently from 8debe9d to 3b3694a Compare October 25, 2024 18:30
@wwoytenko wwoytenko marked this pull request as ready for review October 25, 2024 18:30
@wwoytenko wwoytenko force-pushed the feat/transformation_conditions branch from 0adb9f2 to 09e7f2f Compare October 26, 2024 13:26
@wwoytenko wwoytenko modified the milestones: v0.2b2, v0.2.1 Oct 27, 2024
* added test for transformation pipelines. Revised some code
* Revised async pipeline
* users can access simply to the record using record.column_name to get the driver encoded value or raw_record.column_name to get a raw string record
* implemented ast debugging for transformation cond
* implemented expression patcher
* Added doc
* Revised some tests
* users can access simply to the record using record.column_name to get the driver encoded value or raw_record.column_name to get a raw string record
@wwoytenko wwoytenko force-pushed the feat/transformation_conditions branch from 378a420 to 97ae125 Compare October 27, 2024 19:14
@wwoytenko wwoytenko merged commit 460e924 into main Oct 27, 2024
15 checks passed
@wwoytenko
Copy link
Contributor Author

Published in v0.2.1

@wwoytenko wwoytenko deleted the feat/transformation_conditions branch November 20, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Feature: conditional transform
1 participant