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: Apply the same transformation on the references #229

Merged
merged 8 commits into from
Nov 3, 2024

Conversation

wwoytenko
Copy link
Contributor

@wwoytenko wwoytenko commented Oct 31, 2024

  • Added test coverage for validateAndBuildEntriesConfig using test containers to validate the apply_for_references and apply_for_inherited parameters.
  • Added a check to retain manually defined transformers if an apply_for_references transformer has already been set manually.
  • Added documentation with examples.
  • Revised transformers implementation structure by moving string literals to constants.
  • Configured built-in transformers to support apply_for_references.
  • Revised context initialization logic.
  • Added comments for clarity.
  • Refined introspection queries.
  • Updated logic for partition table transformation inheritance.
  • Removed artifacts and unused attributes.
  • Simplified table configuration initialization by decomposing it into smaller functions.

Closes #182

- Revised context initialization logic
- Added comments for clarity
- Refined introspection queries
- Updated logic for partition table transformation inheritance
- Removed artifacts and unused attributes
- Simplified table configuration initialization by decomposing it into smaller functions
* Checked table object initialization order
* Added support end-to-end FK/PK references
* Added documentation wit examples
* Implemented initial config builder tests
* Revised transformers implementation structure - moved string literal to const
* Configured allowed transformers to `apply_for_references`
- Added test coverage for `validateAndBuildEntriesConfig` using test containers to validate the `apply_for_references` and `apply_for_inherited` parameters.
- Added a check to retain manually defined transformers if an `apply_for_references` transformer has already been set manually.
@wwoytenko wwoytenko merged commit 5e17392 into main Nov 3, 2024
15 checks passed
@wwoytenko wwoytenko changed the title feat: Apply the same transformation references feat: Apply the same transformation on the references Nov 3, 2024
@wwoytenko wwoytenko deleted the feat/apply_the_same_transformation_for_ref branch November 20, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Apply the same transformation to field + all fields that reference it
1 participant